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 classBlackListINTERNAL:classCharacterAnalyzerINTERNAL:classCompoundAnalyzerINTERNAL:classFrequencyAnalyzerINTERNAL: A frequency table giving the frequency with which a particular word is used in a particular language.classRegexpTermAnalyzerINTERNAL: A term analyzer which recognizes certain kinds of terms using regexps and adjusts their scores accordingly.classRelativeScoreINTERNAL:classStopListINTERNAL: A set of words considered "stop words" in a particular language.classTopicMapAnalyzerINTERNAL:Methods in net.ontopia.topicmaps.classify that return TermAnalyzerIF Modifier and Type Method Description TermAnalyzerIFLanguage. getFrequencyAnalyzer()TermAnalyzerIFLanguage. getStopListAnalyzer()Methods in net.ontopia.topicmaps.classify with parameters of type TermAnalyzerIF Modifier and Type Method Description voidDocumentClassifier. addTermAnalyzer(TermAnalyzerIF analyzer)voidTopicMapClassification. setCustomTermAnalyzer(TermAnalyzerIF customTermAnalyzer)
-