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

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

Uses of Term in net.ontopia.topicmaps.classify
 

Methods in net.ontopia.topicmaps.classify that return Term
 Term Variant.getTerm()
          PUBLIC: Returns the term of which this is a variant.
 Term TermDatabase.getTerm(java.lang.String stem)
          PUBLIC: Looks up a particular term by its stem.
 Term[] TermDatabase.getTermsByRank()
          PUBLIC: Returns all terms found in the classified content sorted by score.
 

Methods in net.ontopia.topicmaps.classify that return types with arguments of type Term
 java.util.Collection<Term> TermDatabase.getTerms()
          PUBLIC: Returns all terms found in the classified content.
 

Methods in net.ontopia.topicmaps.classify with parameters of type Term
 void CompoundAnalyzer.addComposites(TermDatabase tdb, Term t1, int length)
           
 void TopicMapAnalyzer.analyzeTerm(Term term)
           
 void TermAnalyzerIF.analyzeTerm(Term term)
           
 void StopList.analyzeTerm(Term term)
           
 void RelativeScore.analyzeTerm(Term term)
           
 void RegexpTermAnalyzer.analyzeTerm(Term term)
           
 void FrequencyAnalyzer.analyzeTerm(Term term)
           
 void CompoundAnalyzer.analyzeTerm(Term term)
           
 void CharacterAnalyzer.analyzeTerm(Term term)
           
 void BlackList.analyzeTerm(Term term)
           
 void CompoundAnalyzer.dump(Term t)
           
 



Copyright © 2000-2010 Ontopia.