|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 static Comparator<Term> |
Term.SCORE_COMPARATOR
|
protected Map<String,Term> |
TermDatabase.terms
|
| Methods in net.ontopia.topicmaps.classify that return Term | |
|---|---|
protected Term |
TermDatabase.createTerm(String stem)
|
Term |
Variant.getTerm()
PUBLIC: Returns the term of which this is a variant. |
Term |
TermDatabase.getTerm(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 | |
|---|---|
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)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||