Uses of Interface
net.ontopia.topicmaps.classify.DocumentAnalyzerIF
-
Packages that use DocumentAnalyzerIF Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of DocumentAnalyzerIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement DocumentAnalyzerIF Modifier and Type Class Description classAbstractDocumentAnalyzerINTERNAL:classCompoundAnalyzerINTERNAL:classDistanceAnalyzerINTERNAL:classRegionBoosterINTERNAL:Methods in net.ontopia.topicmaps.classify with parameters of type DocumentAnalyzerIF Modifier and Type Method Description voidDocumentClassifier. addDocumentAnalyzer(DocumentAnalyzerIF analyzer)protected voidDocumentClassifier. analyzeRegion(Region region, DocumentAnalyzerIF analyzer)protected voidDocumentClassifier. analyzeTextBlock(Region parent, TextBlock tb, DocumentAnalyzerIF analyzer)
-