Suffix Stripping Problem as an Optimization Problem
2013-12-24Unverified0· sign in to hype
B. P. Pande, Pawan Tamta, H. S. Dhami
Unverified — Be the first to reproduce this paper.
ReproduceAbstract
Stemming or suffix stripping, an important part of the modern Information Retrieval systems, is to find the root word (stem) out of a given cluster of words. Existing algorithms targeting this problem have been developed in a haphazard manner. In this work, we model this problem as an optimization problem. An Integer Program is being developed to overcome the shortcomings of the existing approaches. The sample results of the proposed method are also being compared with an established technique in the field for English language. An AMPL code for the same IP has also been given.