Uses of Class
net.ontopia.topicmaps.classify.TextBlock
-
Packages that use TextBlock Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of TextBlock in net.ontopia.topicmaps.classify
Methods in net.ontopia.topicmaps.classify with parameters of type TextBlock Modifier and Type Method Description protected void
DocumentClassifier. analyzeTextBlock(Region parent, TextBlock tb, DocumentAnalyzerIF analyzer)
abstract void
AbstractDocumentAnalyzer. analyzeToken(TextBlock parent, Token token, int index)
void
CompoundAnalyzer. analyzeToken(TextBlock parent, Token token, int index)
void
DistanceAnalyzer. analyzeToken(TextBlock parent, Token token, int index)
void
DocumentAnalyzerIF. analyzeToken(TextBlock parent, Token token, int index)
void
RegionBooster. analyzeToken(TextBlock parent, Token token, int index)
protected void
DocumentClassifier. extractTerms(Region parent, TextBlock tb)
protected void
DocumentTokenizer. tokenize(Region parent, TextBlock tb)
protected void
DocumentTokenizer. tokenize(TextBlock tb, String token)
-