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 class
AbstractDocumentAnalyzer
INTERNAL:class
CompoundAnalyzer
INTERNAL:class
DistanceAnalyzer
INTERNAL:class
RegionBooster
INTERNAL:Methods in net.ontopia.topicmaps.classify with parameters of type DocumentAnalyzerIF Modifier and Type Method Description void
DocumentClassifier. addDocumentAnalyzer(DocumentAnalyzerIF analyzer)
protected void
DocumentClassifier. analyzeRegion(Region region, DocumentAnalyzerIF analyzer)
protected void
DocumentClassifier. analyzeTextBlock(Region parent, TextBlock tb, DocumentAnalyzerIF analyzer)
-