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