- getAdjSenses(HGHandle) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Return all senses of word
when used as an adjective.
- getAdverbSenses(HGHandle) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Return all senses of word
when used as an adverb.
- getAllLeastCommonSubsumers(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Return all closest common parent between two sysnets in am Isa semantic
relationships hierarchy.
- getAllPointerTypes() - Static method in class org.hypergraphdb.app.wordnet.data.PtType
-
- getAllPointerTypesForPOS(POS) - Static method in class org.hypergraphdb.app.wordnet.data.PtType
-
- getAttributes() - Method in class org.hypergraphdb.app.wordnet.ext.SynsetInfo
-
- getCalculationTimestamp() - Method in class org.hypergraphdb.app.wordnet.WNStat
-
Return the precise date/time at which computation of
this statistic completed, or null
if the computation
has been completed yet.
- getClazz() - Method in class org.hypergraphdb.app.wordnet.data.PtType
-
- getConceptualDensity() - Method in class org.hypergraphdb.app.wordnet.SemTools
-
- getDensityMap(HGHandle, Pos, HGHandle, Pos, Pos, boolean) - Method in class org.hypergraphdb.app.wordnet.ext.ConceptualDensity
-
Compute the conceptual densities between all possible senses of two
words, given their parts of speech and the part of speech on which to
compute the density.
- getDensityMap(HGHandle, String, HGHandle, String, String, boolean) - Method in class org.hypergraphdb.app.wordnet.ext.ConceptualDensity
-
A convenience method to create a density map using the string names for parts of speech:
noun, verb, adverb and adjective.
- getDensityMapPerSense(HGHandle, HGHandle, Pos, Pos, boolean) - Method in class org.hypergraphdb.app.wordnet.ext.ConceptualDensity
-
Compute the conceptual densities between a given sense and all possible senses of
a given word with its part of speech.
- getDictionaryLocation() - Method in class org.hypergraphdb.app.wordnet.HGWordNetLoader
-
- getGloss() - Method in class org.hypergraphdb.app.wordnet.data.SynsetLink
-
- getGraph() - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Return the underlying HyperGraphDB instance.
- getGraph() - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Return the underlying HyperGraph instance.
- getHyperGraph() - Method in class org.hypergraphdb.app.wordnet.WNStat
-
Return the HyperGraph
instance holding the data
upon which this statistic was computed.
- getId() - Method in class org.hypergraphdb.app.wordnet.data.SynsetLink
-
- getIndex() - Method in class org.hypergraphdb.app.wordnet.data.VerbFrame
-
- getInformationContent(HGHandle) - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Compute and return a WordNet-intrinsic information content
measure for a synset.
- getIsaDepth(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Assuming synset
is a descendant of root
in an IS-A
hierarchy, finding the distance between them.
- getJiangConrathSimilarity(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Compute the Jiang-Conrath similarity between two synsets that are either both verbs or nouns.
- getKey() - Method in class org.hypergraphdb.app.wordnet.data.PtType
-
- getLabel() - Method in class org.hypergraphdb.app.wordnet.data.PtType
-
- getLeacockChodorowSimilarity(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Calculate the Leacock-Chodorow similarty between two senses in WordNet.
- getLeastCommonSubsumer(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Return the closest common parent between two sysnets in am Isa semantic
relationships hierarchy.
- getLemma() - Method in class org.hypergraphdb.app.wordnet.data.Word
-
- getLinSimilarity(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Compute the Lin similarity between two synsets that are either both verbs or nouns.
- getNounIsaRoot() - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Retrieve the root of the noun ISA hierarchy.
- getNounSenses(HGHandle) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Return all senses of word
when used as a noun.
- getPathLength(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Return the shortest number of ISA edges connecting two synsets or
-1 if they are not connected.
- getPointerTypeForClass(Class<? extends SemanticLink>) - Static method in class org.hypergraphdb.app.wordnet.data.PtType
-
- getPointerTypeForKey(String) - Static method in class org.hypergraphdb.app.wordnet.data.PtType
-
Return the PtType
whose key matches key.
- getResnikSimilarity(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Compute the Resnik similarity between two synsets that are either both verbs or nouns.
- getSenseById(long) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Return a WordNet sense by its offset/id in the original WordNet files.
- getSenses(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Retrieve all senses of a particular word if used as a specific part-of-speech.
- getSenses(HGHandle, Class<? extends SynsetLink>) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Retrieve all senses of a particular word if used as a specific part-of-speech.
- getSenseType(Pos) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Retrieve the sense type (i.e.
- getStatistic(Class<? extends WNStat<T>>) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Return the instance of a global WordNet statistic by its type.
- getStatisticValue(Class<? extends WNStat<T>>) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Return the value of a global WordNet statistic by its type or null if that statistic
hasn't been calculated yet.
- getText() - Method in class org.hypergraphdb.app.wordnet.data.VerbFrame
-
- getTypeAliasPrefix() - Method in class org.hypergraphdb.app.wordnet.HGWordNetLoader
-
- getValue() - Method in class org.hypergraphdb.app.wordnet.WNStat
-
Return the value of this statistic or null
if it hasn't
been computed yet.
- getVerbIsaRoot() - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Return the root verb sense of the IS-A hierarchy.
- getVerbSenses(HGHandle) - Method in class org.hypergraphdb.app.wordnet.WNGraph
-
Return all senses of word
when used as a verb.
- getWNGraph() - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Return the associated instance.
- getWords(HGHandle, Pos) - Method in class org.hypergraphdb.app.wordnet.ext.ConceptualDensity
-
Get all words of the specified part of speech appearing in the WordNet
hierarchy of the given synset.
- getWuPalmerSimilarity(HGHandle, HGHandle) - Method in class org.hypergraphdb.app.wordnet.SemTools
-
Calculate the Wu-Palmer similarity measure between two concepts.
- graph - Variable in class org.hypergraphdb.app.wordnet.WNStat
-