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

Packages that use TermDatabase
net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. 
 

Uses of TermDatabase in net.ontopia.topicmaps.classify
 

Methods in net.ontopia.topicmaps.classify that return TermDatabase
static TermDatabase SimpleClassifier.classify(java.lang.String uri_or_file)
          PUBLIC: Extracts keywords from the given URI or file and returns a TermDatabase representing the results.
static TermDatabase SimpleClassifier.classify(java.lang.String uri_or_file, TopicMapIF topicmap)
          PUBLIC: Extracts keywords from the given URI or file, using the information in the topic map, and returns a TermDatabase representing the results.
 TermDatabase TopicMapClassification.getTermDatabase()
           
 TermDatabase DocumentTokenizer.getTermDatabase()
           
 TermDatabase DocumentClassifier.getTermDatabase()
           
 

Methods in net.ontopia.topicmaps.classify with parameters of type TermDatabase
 void CompoundAnalyzer.addComposites(TermDatabase tdb, Term t1, int length)
           
 void DocumentTokenizer.setTermDatabase(TermDatabase tdb)
           
 void DocumentClassifier.setTermDatabase(TermDatabase tdb)
           
 void TopicMapAnalyzer.startAnalysis(TermDatabase tdb)
           
 void TermAnalyzerIF.startAnalysis(TermDatabase tdb)
           
 void StopList.startAnalysis(TermDatabase tdb)
           
 void RelativeScore.startAnalysis(TermDatabase tdb)
           
 void RegexpTermAnalyzer.startAnalysis(TermDatabase tdb)
           
 void FrequencyAnalyzer.startAnalysis(TermDatabase tdb)
           
 void CompoundAnalyzer.startAnalysis(TermDatabase tdb)
           
 void CharacterAnalyzer.startAnalysis(TermDatabase tdb)
           
 void BlackList.startAnalysis(TermDatabase tdb)
           
 

Constructors in net.ontopia.topicmaps.classify with parameters of type TermDatabase
DocumentClassifier(TermDatabase tdb)
           
DocumentTokenizer(TermDatabase tdb)
           
 



Copyright © 2000-2012 Ontopia.