Uses of Class
net.ontopia.topicmaps.classify.Region
-
Packages that use Region Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of Region in net.ontopia.topicmaps.classify
Methods in net.ontopia.topicmaps.classify that return Region Modifier and Type Method Description Region
Region. getParent()
Region
Document. getRoot()
Methods in net.ontopia.topicmaps.classify with parameters of type Region Modifier and Type Method Description void
Region. addRegion(Region child)
protected void
DocumentClassifier. analyzeRegion(Region region, DocumentAnalyzerIF analyzer)
protected void
DocumentClassifier. analyzeTextBlock(Region parent, TextBlock tb, DocumentAnalyzerIF analyzer)
void
AbstractDocumentAnalyzer. endRegion(Region region)
void
DocumentAnalyzerIF. endRegion(Region region)
void
RegionBooster. endRegion(Region region)
protected void
DocumentClassifier. extractTerms(Region region)
protected void
DocumentClassifier. extractTerms(Region parent, TextBlock tb)
void
Region. setParent(Region parent)
void
AbstractDocumentAnalyzer. startRegion(Region region)
void
DocumentAnalyzerIF. startRegion(Region region)
void
RegionBooster. startRegion(Region region)
protected void
DocumentTokenizer. tokenize(Region region)
protected void
DocumentTokenizer. tokenize(Region parent, TextBlock tb)
-