Uses of Class
net.ontopia.topicmaps.classify.Token
-
Packages that use Token Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of Token in net.ontopia.topicmaps.classify
Subclasses of Token in net.ontopia.topicmaps.classify Modifier and Type Class Description classVariantPUBLIC: Represents a form of a term as it occurred in classified content.Fields in net.ontopia.topicmaps.classify with type parameters of type Token Modifier and Type Field Description protected Map<String,Token>TermDatabase. delimiter_termsMethods in net.ontopia.topicmaps.classify that return Token Modifier and Type Method Description protected TokenTermDatabase. createDelimiter(String delimiter)Methods in net.ontopia.topicmaps.classify that return types with arguments of type Token Modifier and Type Method Description List<Token>TextBlock. getTokens()Methods in net.ontopia.topicmaps.classify with parameters of type Token Modifier and Type Method Description protected voidCompoundAnalyzer. addFollower(Variant variant, Token token)protected voidCompoundAnalyzer. addFollower(Variant variant, Token token, int counts)voidTextBlock. addToken(Token token)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)abstract voidTokenVisitor. visit(Token token)
-