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 voidDocumentClassifier. analyzeTextBlock(Region parent, TextBlock tb, DocumentAnalyzerIF analyzer)abstract voidAbstractDocumentAnalyzer. analyzeToken(TextBlock parent, Token token, int index)voidCompoundAnalyzer. analyzeToken(TextBlock parent, Token token, int index)voidDistanceAnalyzer. analyzeToken(TextBlock parent, Token token, int index)voidDocumentAnalyzerIF. analyzeToken(TextBlock parent, Token token, int index)voidRegionBooster. analyzeToken(TextBlock parent, Token token, int index)protected voidDocumentClassifier. extractTerms(Region parent, TextBlock tb)protected voidDocumentTokenizer. tokenize(Region parent, TextBlock tb)protected voidDocumentTokenizer. tokenize(TextBlock tb, String token)
-