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 TermVariant. termFields in net.ontopia.topicmaps.classify with type parameters of type Term Modifier and Type Field Description protected static Comparator<Term>Term. SCORE_COMPARATORprotected Map<String,Term>TermDatabase. termsMethods in net.ontopia.topicmaps.classify that return Term Modifier and Type Method Description protected TermTermDatabase. createTerm(String stem)TermTermDatabase. getTerm(String stem)PUBLIC: Looks up a particular term by its stem.TermVariant. 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 voidCompoundAnalyzer. addComposites(TermDatabase tdb, Term t1, int length)voidBlackList. analyzeTerm(Term term)voidCharacterAnalyzer. analyzeTerm(Term term)voidCompoundAnalyzer. analyzeTerm(Term term)voidFrequencyAnalyzer. analyzeTerm(Term term)voidRegexpTermAnalyzer. analyzeTerm(Term term)voidRelativeScore. analyzeTerm(Term term)voidStopList. analyzeTerm(Term term)voidTermAnalyzerIF. analyzeTerm(Term term)voidTopicMapAnalyzer. analyzeTerm(Term term)voidCompoundAnalyzer. dump(Term t)protected voidTerm. merge(Term other)protected voidTermDatabase. mergeTerms(Term t1, Term t2)protected voidVariant. replaceTerm(Term term)protected voidVariant. setTerm(Term term)
-