Uses of Package
edu.mit.jwi.morph

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

Classes in edu.mit.jwi.morph used by edu.mit.jwi.morph
IStemmer
          A stemmer is an object that can transform surface forms of words into a stem, also known as a root form, base form, or headword.
IStemmingRule
          A rule for deriving a stem (a.k.a., root or lemma) from a word.
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.
StemmingRule
          Default implementation of the IStemmingRule interface.
 



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