Monday, July 5, 2010

remove Stopwords in java

Programmer Question

Hi



I have a list of stop words which contain around 30 words and a set of articles .



I want to parse each article and remove those stop words from it .



I am not sure what is the most effecient way to do it.



for instance I can loop through stop list and replace the word in article if exist with whitespace but it does not seem good .



Thanks



Find the answer here

No comments:

Post a Comment

LinkWithin

Related Posts with Thumbnails