Uses of Class
de.aitools.ie.stemming.analysis.Mode

Packages that use Mode
de.aitools.ie.stemming.analysis   
de.aitools.ie.stemming.stemmer   
 

Uses of Mode in de.aitools.ie.stemming.analysis
 

Methods in de.aitools.ie.stemming.analysis that return Mode
static Mode Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mode[] Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Mode in de.aitools.ie.stemming.stemmer
 

Constructors in de.aitools.ie.stemming.stemmer with parameters of type Mode
LeastFrequentSubstringStemmer(int subSequenceLength, java.util.Locale language, Mode mode)