The document is a survey of various stemming algorithms used in information retrieval to improve search performance by reducing words to their base forms, called stems. It discusses different methodologies, including affix removal, successor varieties, table lookup, and n-gram approaches, as well as classifying stemmers into rule-based and statistical categories. Findings indicate that while statistical stemmers generally outperform rule-based ones in precision, they also tend to require more computation time.
Related topics: