virgil0 / hw2-team02

0 stars 3 forks source link

Stemming in Keyterm extractor #31

Closed kar2905 closed 11 years ago

kar2905 commented 11 years ago

http://lucene.apache.org/core/old_versioned_docs/versions/2_9_1/api/contrib-snowball/index.html

yvchen commented 11 years ago

I used LingPipe to finish word stemming and stopword removal.