Uses of Interface
net.ontopia.topicmaps.classify.TermAnalyzerIF
Packages that use TermAnalyzerIF
Package
Description
To classify content, use the SimpleClassifier class.
-
Uses of TermAnalyzerIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement TermAnalyzerIFModifier and TypeClassDescriptionclassINTERNAL:classINTERNAL:classINTERNAL:classINTERNAL: A frequency table giving the frequency with which a particular word is used in a particular language.classINTERNAL: A term analyzer which recognizes certain kinds of terms using regexps and adjusts their scores accordingly.classINTERNAL:classINTERNAL: A set of words considered "stop words" in a particular language.classINTERNAL:Methods in net.ontopia.topicmaps.classify that return TermAnalyzerIFMethods in net.ontopia.topicmaps.classify with parameters of type TermAnalyzerIFModifier and TypeMethodDescriptionvoidDocumentClassifier.addTermAnalyzer(TermAnalyzerIF analyzer) voidTopicMapClassification.setCustomTermAnalyzer(TermAnalyzerIF customTermAnalyzer)