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 class
Variant
PUBLIC: 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_terms
Methods in net.ontopia.topicmaps.classify that return Token Modifier and Type Method Description protected Token
TermDatabase. 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 void
CompoundAnalyzer. addFollower(Variant variant, Token token)
protected void
CompoundAnalyzer. addFollower(Variant variant, Token token, int counts)
void
TextBlock. addToken(Token token)
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)
abstract void
TokenVisitor. visit(Token token)
-