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