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