Uses of Interface
edu.mit.jwi.morph.IStemmer

Packages that use IStemmer
edu.mit.jwi.morph Provides several simple classes that can be used to find the stems of words using Wordnet. 
 

Uses of IStemmer in edu.mit.jwi.morph
 

Classes in edu.mit.jwi.morph that implement IStemmer
 class SimpleStemmer
          Provides simple a simple pattern-based stemming facility based on the "Rules of Detachment" as described in the morphy man page in the Wordnet distribution, which can be found at http://wordnet.princeton.edu/man/morphy.7WN.html It also attempts to strip "ful" endings.
 class WordnetStemmer
          This stemmer adds functionality to the simple pattern-based stemmer SimpleStemmer by checking to see if possible stems are actually contained in Wordnet.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.