This document discusses using support vector machines for text document categorization. It begins with an abstract that introduces text categorization and automatic classification of documents into predefined categories based on content. The document then discusses related work on text categorization using machine learning techniques. It presents the system architecture for text categorization, which involves learning, term extraction, and classification processes. The implementation section discusses preprocessing text data, term extraction using TF-IDF weighting, and classification using support vector machines.