Chapter two discusses text operations, focusing on statistical properties of text, such as word frequency distribution, vocabulary growth as described by Zipf's Law, Luhn's measure of significance, and Heap's Law. The chapter emphasizes the importance of preprocessing text for effective information retrieval, including steps like tokenization, stopword elimination, stemming, and using thesauri to manage synonyms and semantic relationships. It highlights how these processes can improve indexing and retrieval performance while considering language-specific challenges.