Package datapreparation.stemming

Interface Summary
Stemmer Interface for stemmers of different languages.
 

Class Summary
EnglishStemmer Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form.
NorwegianStemmer A Norwegian stemmer class (based on Snowball stemming algorithm)
Stemming Class implementing the stemming operation.