Uses of Class
net.ontopia.topicmaps.classify.Variant
-
Packages that use Variant Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of Variant in net.ontopia.topicmaps.classify
Fields in net.ontopia.topicmaps.classify with type parameters of type Variant Modifier and Type Field Description protected gnu.trove.map.hash.TObjectIntHashMap<Variant>
Term. variants
protected Map<String,Variant>
TermDatabase. variants
Methods in net.ontopia.topicmaps.classify that return Variant Modifier and Type Method 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.Methods in net.ontopia.topicmaps.classify with parameters of type Variant Modifier and Type Method 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>
TopicMapAnalyzer. getTopics(Variant variant)
Collection<TopicIF>
TopicMapClassification. getTopics(Variant variant)
INTERNAL: Returns the topics that matches the given variant.
-