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
 

Fields in net.ontopia.topicmaps.classify declared as Term
protected  Term Variant.term
           
 

Fields in net.ontopia.topicmaps.classify with type parameters of type Term
protected  java.util.Map<java.lang.String,Term> TermDatabase.terms
           
 

Methods in net.ontopia.topicmaps.classify that return Term
protected  Term TermDatabase.createTerm(java.lang.String stem)
           
 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)
           
protected  void Term.merge(Term other)
           
protected  void TermDatabase.mergeTerms(Term t1, Term t2)
           
 



Copyright © 2000-2012 Ontopia.