This document outlines a two-stage feature selection method for text categorization that uses information gain, principal component analysis, and genetic algorithms. It reduces high-dimensional feature spaces by removing redundant and irrelevant features to improve categorization performance. The method will be implemented as a Java-based web application using decision trees and KNN classifiers, with outputs displayed graphically or tabularly.