Uses of Class
net.ontopia.topicmaps.classify.Term
Packages that use Term
Package
Description
To classify content, use the SimpleClassifier class.
-
Uses of Term in net.ontopia.topicmaps.classify
Fields in net.ontopia.topicmaps.classify declared as TermFields in net.ontopia.topicmaps.classify with type parameters of type TermModifier and TypeFieldDescriptionprotected static Comparator<Term>Term.SCORE_COMPARATORTermDatabase.termsMethods in net.ontopia.topicmaps.classify that return TermModifier and TypeMethodDescriptionprotected TermTermDatabase.createTerm(String stem) PUBLIC: Looks up a particular term by its stem.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 TermModifier and TypeMethodDescriptionTermDatabase.getTerms()PUBLIC: Returns all terms found in the classified content.Methods in net.ontopia.topicmaps.classify with parameters of type TermModifier and TypeMethodDescriptionvoidCompoundAnalyzer.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) voidprotected voidprotected voidTermDatabase.mergeTerms(Term t1, Term t2) protected voidVariant.replaceTerm(Term term) protected void