The document discusses five key text operations for information retrieval: 1) lexical analysis, 2) stop word elimination, 3) stemming, 4) term selection, and 5) thesaurus construction. It describes challenges in text operations like tokenization and normalization. Specifically, it covers issues in identifying valid tokens, determining a list of stop words, and conflating word variants through stemming algorithms like affix removal. The overall goal is to preprocess text for indexing terms to improve retrieval performance.