This document evaluates two supervised feature selection methods, Latent Semantic Indexing (LSI) and Principal Component Analysis (PCA), alongside the unsupervised Fuzzy C-Means (FCM) algorithm for dimensionality reduction in document classification. The study finds that FCM outperforms both LSI and PCA in terms of accuracy, precision, and recall, while reducing training and testing times. It emphasizes the importance of effective feature selection techniques for improving text categorization accuracy across various document collections.