Uses of Class
net.ontopia.topicmaps.classify.Token

Packages that use Token
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
 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
protected  java.util.Map<java.lang.String,Token> TermDatabase.delimiter_terms
           
 

Methods in net.ontopia.topicmaps.classify that return Token
protected  Token TermDatabase.createDelimiter(java.lang.String delimiter)
           
 

Methods in net.ontopia.topicmaps.classify with parameters of type Token
protected  void CompoundAnalyzer.addFollower(Variant variant, Token token)
           
protected  void CompoundAnalyzer.addFollower(Variant variant, Token token, int counts)
           
 void TextBlock.addToken(Token token)
           
 void RegionBooster.analyzeToken(TextBlock parent, Token token, int index)
           
 void DocumentAnalyzerIF.analyzeToken(TextBlock parent, Token token, int index)
           
 void DistanceAnalyzer.analyzeToken(TextBlock parent, Token token, int index)
           
 void CompoundAnalyzer.analyzeToken(TextBlock parent, Token token, int index)
           
abstract  void AbstractDocumentAnalyzer.analyzeToken(TextBlock parent, Token token, int index)
           
abstract  void TokenVisitor.visit(Token token)
           
 



Copyright © 2000-2012 Ontopia.