Package | Description |
---|---|
net.ontopia.topicmaps.classify |
To classify content, use the SimpleClassifier class.
|
Modifier and Type | Field and Description |
---|---|
protected gnu.trove.map.hash.TObjectIntHashMap<Variant> |
Term.variants |
protected Map<String,Variant> |
TermDatabase.variants |
Modifier and Type | Method and Description |
---|---|
protected Variant |
TermDatabase.createVariant(String variant) |
Variant |
TermDatabase.getVariant(String variant)
PUBLIC: Looks up a particular variant by its string representation.
|
Variant[] |
Term.getVariants()
PUBLIC: Returns all variant spellings of this term within the
content.
|
Variant[] |
Term.getVariantsByRank()
PUBLIC: Returns all variant spellings of this term within the
content, with the most important first.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CompoundAnalyzer.addFollower(Variant variant,
Token token) |
protected void |
CompoundAnalyzer.addFollower(Variant variant,
Token token,
int counts) |
protected void |
Term.addVariant(Variant variant) |
protected void |
Term.addVariant(Variant variant,
int occurrences) |
protected int |
Term.getOccurrences(Variant variant) |
protected double |
Term.getScore(Variant v) |
Collection<TopicIF> |
TopicMapClassification.getTopics(Variant variant)
INTERNAL: Returns the topics that matches the given variant.
|
Collection<TopicIF> |
TopicMapAnalyzer.getTopics(Variant variant) |