Package | Description |
---|---|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
Modifier and Type | Field and Description |
---|---|
protected Term |
Variant.term |
Modifier and Type | Field and Description |
---|---|
protected static Comparator<Term> |
Term.SCORE_COMPARATOR |
protected Map<String,Term> |
TermDatabase.terms |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<Term> |
TermDatabase.getTerms()
PUBLIC: Returns all terms found in the classified content.
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundAnalyzer.addComposites(TermDatabase tdb,
Term t1,
int length) |
void |
StopList.analyzeTerm(Term term) |
void |
CompoundAnalyzer.analyzeTerm(Term term) |
void |
BlackList.analyzeTerm(Term term) |
void |
TermAnalyzerIF.analyzeTerm(Term term) |
void |
RegexpTermAnalyzer.analyzeTerm(Term term) |
void |
RelativeScore.analyzeTerm(Term term) |
void |
CharacterAnalyzer.analyzeTerm(Term term) |
void |
TopicMapAnalyzer.analyzeTerm(Term term) |
void |
FrequencyAnalyzer.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) |