Uses of Class
net.ontopia.topicmaps.classify.StopList
Packages that use StopList
Package
Description
To classify content, use the SimpleClassifier class.
-
Uses of StopList in net.ontopia.topicmaps.classify
Fields in net.ontopia.topicmaps.classify declared as StopListConstructors in net.ontopia.topicmaps.classify with parameters of type StopListModifierConstructorDescriptionLanguage(String id, TermStemmerIF stemmer, StopList stoplist, FrequencyAnalyzer frequency) INTERNAL: Used to add additional languages by passing in all parameters explicitly.