Uses of Class
net.ontopia.topicmaps.classify.Term
-
Packages that use Term Package Description 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 Modifier and Type Field Description protected Term
Variant. term
Fields in net.ontopia.topicmaps.classify with type parameters of type Term Modifier and Type Field Description protected static Comparator<Term>
Term. SCORE_COMPARATOR
protected Map<String,Term>
TermDatabase. terms
Methods in net.ontopia.topicmaps.classify that return Term Modifier and Type Method Description protected Term
TermDatabase. createTerm(String stem)
Term
TermDatabase. getTerm(String stem)
PUBLIC: Looks up a particular term by its stem.Term
Variant. getTerm()
PUBLIC: Returns the term of which this is a variant.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 Modifier and Type Method Description Collection<Term>
TermDatabase. getTerms()
PUBLIC: Returns all terms found in the classified content.Methods in net.ontopia.topicmaps.classify with parameters of type Term Modifier and Type Method Description void
CompoundAnalyzer. addComposites(TermDatabase tdb, Term t1, int length)
void
BlackList. analyzeTerm(Term term)
void
CharacterAnalyzer. analyzeTerm(Term term)
void
CompoundAnalyzer. analyzeTerm(Term term)
void
FrequencyAnalyzer. analyzeTerm(Term term)
void
RegexpTermAnalyzer. analyzeTerm(Term term)
void
RelativeScore. analyzeTerm(Term term)
void
StopList. analyzeTerm(Term term)
void
TermAnalyzerIF. analyzeTerm(Term term)
void
TopicMapAnalyzer. analyzeTerm(Term term)
void
CompoundAnalyzer. dump(Term t)
protected void
Term. merge(Term other)
protected void
TermDatabase. mergeTerms(Term t1, Term t2)
protected void
Variant. replaceTerm(Term term)
protected void
Variant. setTerm(Term term)
-