Uses of Interface
net.ontopia.topicmaps.classify.TermStemmerIF
Packages that use TermStemmerIF
Package
Description
To classify content, use the SimpleClassifier class.
-
Uses of TermStemmerIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement TermStemmerIFFields in net.ontopia.topicmaps.classify declared as TermStemmerIFMethods in net.ontopia.topicmaps.classify that return TermStemmerIFMethods in net.ontopia.topicmaps.classify with parameters of type TermStemmerIFModifier and TypeMethodDescriptionvoidCompoundAnalyzer.setTermStemmer(TermStemmerIF stemmer) voidDocumentClassifier.setTermStemmer(TermStemmerIF stemmer) Constructors in net.ontopia.topicmaps.classify with parameters of type TermStemmerIFModifierConstructorDescriptionLanguage(String id, TermStemmerIF stemmer, StopList stoplist, FrequencyAnalyzer frequency) INTERNAL: Used to add additional languages by passing in all parameters explicitly.