Uses of Interface
net.ontopia.topicmaps.classify.TermAnalyzerIF
-
Packages that use TermAnalyzerIF Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of TermAnalyzerIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement TermAnalyzerIF Modifier and Type Class Description class
BlackList
INTERNAL:class
CharacterAnalyzer
INTERNAL:class
CompoundAnalyzer
INTERNAL:class
FrequencyAnalyzer
INTERNAL: A frequency table giving the frequency with which a particular word is used in a particular language.class
RegexpTermAnalyzer
INTERNAL: A term analyzer which recognizes certain kinds of terms using regexps and adjusts their scores accordingly.class
RelativeScore
INTERNAL:class
StopList
INTERNAL: A set of words considered "stop words" in a particular language.class
TopicMapAnalyzer
INTERNAL:Methods in net.ontopia.topicmaps.classify that return TermAnalyzerIF Modifier and Type Method Description TermAnalyzerIF
Language. getFrequencyAnalyzer()
TermAnalyzerIF
Language. getStopListAnalyzer()
Methods in net.ontopia.topicmaps.classify with parameters of type TermAnalyzerIF Modifier and Type Method Description void
DocumentClassifier. addTermAnalyzer(TermAnalyzerIF analyzer)
void
TopicMapClassification. setCustomTermAnalyzer(TermAnalyzerIF customTermAnalyzer)
-