A SURVEY OF DIFFERENT STEMMING ALGORITHM
Keywords:
Stemming; Rule based; Statistical ; SurveyAbstract
Stemming is the process of knowing the root word from derived form. It is one of the important operation
in context of Information Retrieval system for search query analysis and Machine Translation System. Stemming can be
achieved by removing affix from the transformed form of base one. For designing perspective, it is based on linguistic
knowledge in form of rules or statistical knowledge gained from huge collection of monolingual words. This paper covers
survey of different stemming approaches, both ruled based as well as statistical based.