Uses of Class
edu.mit.jwi.morph.StemmingRule

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

Uses of StemmingRule in edu.mit.jwi.morph
 

Fields in edu.mit.jwi.morph with type parameters of type StemmingRule
static java.util.Map<POS,java.util.List<StemmingRule>> SimpleStemmer.ruleMap
           
 

Methods in edu.mit.jwi.morph that return types with arguments of type StemmingRule
 java.util.Map<POS,java.util.List<StemmingRule>> SimpleStemmer.getRuleMap()
          Returns a set of stemming rules used by this stemmer.
 



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