A C D E F G H I K L M N O P R S T U V W 

A

AdjExcLink - Class in org.hypergraphdb.app.wordnet.data
Represents an exceptional form in adjective superlatives.
AdjExcLink() - Constructor for class org.hypergraphdb.app.wordnet.data.AdjExcLink
 
AdjExcLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.AdjExcLink
 
AdjSynsetLink - Class in org.hypergraphdb.app.wordnet.data
Represents the sense (a WordNet synset) of an adjective.
AdjSynsetLink() - Constructor for class org.hypergraphdb.app.wordnet.data.AdjSynsetLink
 
AdjSynsetLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.AdjSynsetLink
 
AdverbExcLink - Class in org.hypergraphdb.app.wordnet.data
Represents an exceptional form in adverb superlatives.
AdverbExcLink() - Constructor for class org.hypergraphdb.app.wordnet.data.AdverbExcLink
 
AdverbExcLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.AdverbExcLink
 
AdverbSynsetLink - Class in org.hypergraphdb.app.wordnet.data
Represents the sense (a WordNet synset) of an adverb.
AdverbSynsetLink() - Constructor for class org.hypergraphdb.app.wordnet.data.AdverbSynsetLink
 
AdverbSynsetLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.AdverbSynsetLink
 
AlsoSee - Class in org.hypergraphdb.app.wordnet.data
Generally links sense that are somehow related.
AlsoSee() - Constructor for class org.hypergraphdb.app.wordnet.data.AlsoSee
 
AlsoSee(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.AlsoSee
 
Antonym - Class in org.hypergraphdb.app.wordnet.data
Expresses opposing meaning between two adjective or adverb senses.
Antonym() - Constructor for class org.hypergraphdb.app.wordnet.data.Antonym
 
Antonym(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Antonym
 
ANTONYM - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
appliesTo(POS) - Method in class org.hypergraphdb.app.wordnet.data.PtType
Whether or not this PtType can be associated with pos
Attribute - Class in org.hypergraphdb.app.wordnet.data
Semantic link between adjectives and nouns.
Attribute() - Constructor for class org.hypergraphdb.app.wordnet.data.Attribute
 
Attribute(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Attribute
 
ATTRIBUTE - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 

C

calculate(HGHandle, HGHandle, Pos) - Method in class org.hypergraphdb.app.wordnet.ext.ConceptualDensity
Calculates the conceptual density between two synsets
calculate() - Method in class org.hypergraphdb.app.wordnet.WNStat
Perform a calculation of this statistic, regardless of whether it already has a value or not.
Cause - Class in org.hypergraphdb.app.wordnet.data
Expresses a causative relationship between two verb senses.
Cause() - Constructor for class org.hypergraphdb.app.wordnet.data.Cause
 
Cause(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Cause
 
CAUSE - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
ConceptualDensity - Class in org.hypergraphdb.app.wordnet.ext
This class assists in computing conceptual densities between synsets as described in the WordNet 2 - A Morphologically and Semantically Enhanced Resource paper.
ConceptualDensity(WNGraph) - Constructor for class org.hypergraphdb.app.wordnet.ext.ConceptualDensity
 

D

DepthStat - Class in org.hypergraphdb.app.wordnet.stats
A statistic that stores the maximal hierarchical depth within a WordNet semantic relationship hierarchy (assumed acyclical).
DepthStat() - Constructor for class org.hypergraphdb.app.wordnet.stats.DepthStat
 
DERIVED - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
DerivedFrom - Class in org.hypergraphdb.app.wordnet.data
A semantic link that represents and adverb (first target) that was derived from an adjective (second target) or an adjective (first target) that was derived from a noun (second target).
DerivedFrom() - Constructor for class org.hypergraphdb.app.wordnet.data.DerivedFrom
 
DerivedFrom(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.DerivedFrom
 
doCalculation(HGHandle, HGALGenerator) - Method in class org.hypergraphdb.app.wordnet.stats.DepthStat
 
doCalculation() - Method in class org.hypergraphdb.app.wordnet.stats.NounIsaDepth
 
doCalculation() - Method in class org.hypergraphdb.app.wordnet.stats.VerbIsaDepth
 
doCalculation() - Method in class org.hypergraphdb.app.wordnet.WNStat
Implement this method to perform the actual calculation of this statistic and return its value.
DomainLink - Class in org.hypergraphdb.app.wordnet.data
Represents a domain relationship between synsets.
DomainLink() - Constructor for class org.hypergraphdb.app.wordnet.data.DomainLink
 
DomainLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.DomainLink
 

E

Entails - Class in org.hypergraphdb.app.wordnet.data
A verb sense relationships - A entails B if A cannot be done unless B is done.
Entails() - Constructor for class org.hypergraphdb.app.wordnet.data.Entails
 
Entails(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Entails
 
ENTAILS - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
equals(Object) - Method in class org.hypergraphdb.app.wordnet.data.SynsetLink
 
equals(Object) - Method in class org.hypergraphdb.app.wordnet.data.VerbFrame
 
equals(Object) - Method in class org.hypergraphdb.app.wordnet.data.Word
 
ExcLink - Class in org.hypergraphdb.app.wordnet.data
Represents exceptions: the first target is the exceptional form and the rest of the targets (usually there's only one) represents the stem.
ExcLink() - Constructor for class org.hypergraphdb.app.wordnet.data.ExcLink
 
ExcLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.ExcLink
 

F

findIsaRoot(HGHandle) - Method in class org.hypergraphdb.app.wordnet.WNGraph
Find the top-level ancestor of node in an IS-A hierarchy.
findRelated(HGHandle, Class<? extends SemanticLink>, boolean) - Method in class org.hypergraphdb.app.wordnet.WNGraph
 
findWord(String) - Method in class org.hypergraphdb.app.wordnet.WNGraph
Return the HGHandle of a WordNet Word instance given its lemma.
fromName(String) - Static method in enum org.hypergraphdb.app.wordnet.data.Pos
 

G

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
Get the lazily initialized instance of the ConceptualDensity calculator.
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
 

H

Hasa - Class in org.hypergraphdb.app.wordnet.data
Represents a part-whole semantic relationship between WordNet synsets.
Hasa() - Constructor for class org.hypergraphdb.app.wordnet.data.Hasa
 
Hasa(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Hasa
 
hashCode() - Method in class org.hypergraphdb.app.wordnet.data.PtType
 
hashCode() - Method in class org.hypergraphdb.app.wordnet.data.SynsetLink
 
hashCode() - Method in class org.hypergraphdb.app.wordnet.data.Word
 
HGWordNetLoader - Class in org.hypergraphdb.app.wordnet
Use this class to load the WordNet database into HyperGraph.
HGWordNetLoader() - Constructor for class org.hypergraphdb.app.wordnet.HGWordNetLoader
 

I

IN_CATEGORY - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
IN_REGION - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
InCategory - Class in org.hypergraphdb.app.wordnet.data
Represents a domain relationship between synsets.
InCategory() - Constructor for class org.hypergraphdb.app.wordnet.data.InCategory
 
InCategory(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.InCategory
 
initialize() - Static method in class org.hypergraphdb.app.wordnet.data.PtType
 
InRegion - Class in org.hypergraphdb.app.wordnet.data
Represents a relationship where the first target synset pertains to a specific geographical region as identified by the second target synset.
InRegion() - Constructor for class org.hypergraphdb.app.wordnet.data.InRegion
 
InRegion(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.InRegion
 
INSTANCE_OF - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
InstanceOf - Class in org.hypergraphdb.app.wordnet.data
Represents a type-token relationships between two WordNet synsets.
InstanceOf() - Constructor for class org.hypergraphdb.app.wordnet.data.InstanceOf
 
InstanceOf(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.InstanceOf
 
Isa - Class in org.hypergraphdb.app.wordnet.data
Represents a hypernym-hyponym relationship between WordNet synsets.
Isa() - Constructor for class org.hypergraphdb.app.wordnet.data.Isa
 
Isa(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Isa
 
isaRelatedGenerator(boolean, boolean) - Method in class org.hypergraphdb.app.wordnet.WNGraph
Return a generator for the Isa semantic relationships.
isCalculated() - Method in class org.hypergraphdb.app.wordnet.WNStat
Return true if this statistic has already been computed and false otherwise.

K

KIND_OF - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
KindOf - Class in org.hypergraphdb.app.wordnet.data
Represents regular kind-of hypernym-hyponym relationship between two WordNet synsets.
KindOf() - Constructor for class org.hypergraphdb.app.wordnet.data.KindOf
 
KindOf(HGHandle...) - Constructor for class org.hypergraphdb.app.wordnet.data.KindOf
 

L

loadWordNet(HyperGraph) - Method in class org.hypergraphdb.app.wordnet.HGWordNetLoader
 

M

main(String[]) - Static method in class org.hypergraphdb.app.wordnet.HGWordNetLoader
 
MEMBER_OF - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
MemberOf - Class in org.hypergraphdb.app.wordnet.data
A noun sense relation representing group membership.
MemberOf() - Constructor for class org.hypergraphdb.app.wordnet.data.MemberOf
 
MemberOf(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.MemberOf
 

N

Nominalization - Class in org.hypergraphdb.app.wordnet.data
Represents a nominalization - a noun formed from another part of speech or another part of speech used as noun (specifically the head of a noun phrase).
Nominalization() - Constructor for class org.hypergraphdb.app.wordnet.data.Nominalization
 
Nominalization(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Nominalization
 
NOMINALIZATION - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
NounExcLink - Class in org.hypergraphdb.app.wordnet.data
Represents exceptional forms of noun plurals.
NounExcLink() - Constructor for class org.hypergraphdb.app.wordnet.data.NounExcLink
 
NounExcLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.NounExcLink
 
NounIsaDepth - Class in org.hypergraphdb.app.wordnet.stats
This statistic calculates the maximal depth of the IS-A relationship DAG.
NounIsaDepth() - Constructor for class org.hypergraphdb.app.wordnet.stats.NounIsaDepth
 
NounSynsetLink - Class in org.hypergraphdb.app.wordnet.data
Represents the sense (WordNet synset) of a noun.
NounSynsetLink() - Constructor for class org.hypergraphdb.app.wordnet.data.NounSynsetLink
 
NounSynsetLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.NounSynsetLink
 

O

org.hypergraphdb.app.wordnet - package org.hypergraphdb.app.wordnet
This package is the root of the WordNet database implementation within HyperGraphDB.
org.hypergraphdb.app.wordnet.data - package org.hypergraphdb.app.wordnet.data
This package contains the representation of the full WordNet database implementation as a hypergraph stored in a HyperGraphDB instance - details at WordNet-HGDB wiki.
org.hypergraphdb.app.wordnet.ext - package org.hypergraphdb.app.wordnet.ext
This package contains the representation of extended WordNet lexical information, computed from the base data - details at Extended WordNet-HGDB wiki.
org.hypergraphdb.app.wordnet.stats - package org.hypergraphdb.app.wordnet.stats
This package contains the implementation of global WordNet statistics (i.e.

P

PART_OF - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
PARTICIPLE_OF - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
ParticipleOf - Class in org.hypergraphdb.app.wordnet.data
Relates adjectives (first target) that are past participles of verbs (second target).
ParticipleOf() - Constructor for class org.hypergraphdb.app.wordnet.data.ParticipleOf
 
ParticipleOf(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.ParticipleOf
 
PartOf - Class in org.hypergraphdb.app.wordnet.data
Represents whole-part relationships between noun senses.
PartOf() - Constructor for class org.hypergraphdb.app.wordnet.data.PartOf
 
PartOf(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.PartOf
 
Pertainym - Class in org.hypergraphdb.app.wordnet.data
Represents a relational adjective.
Pertainym() - Constructor for class org.hypergraphdb.app.wordnet.data.Pertainym
 
Pertainym(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Pertainym
 
PERTAINYM - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
Pos - Enum in org.hypergraphdb.app.wordnet.data
Enumerates the possible parts of speech in WordNet: noun, verb, adverb and adjective.
PtType - Class in org.hypergraphdb.app.wordnet.data
Instances of this class enumerate the possible WordNet pointer types, and are used to label PtTypes.

R

relatedBreadthFirst(HGHandle, Class<? extends SemanticLink>, boolean) - Method in class org.hypergraphdb.app.wordnet.WNGraph
 
relatedDepthFirst(HGHandle, Class<? extends SemanticLink>, boolean) - Method in class org.hypergraphdb.app.wordnet.WNGraph
 
relatedGenerator(Class<? extends SemanticLink>) - Method in class org.hypergraphdb.app.wordnet.WNGraph
Get a generator for a symmetric semantic relationship (such as the Similar relationships between adjective senses.
relatedGenerator(Class<? extends SemanticLink>, boolean) - Method in class org.hypergraphdb.app.wordnet.WNGraph
Get an atom adjency generator for a WordNet semantic relationship.

S

SEE_ALSO - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
SemanticLink - Class in org.hypergraphdb.app.wordnet.data
Base class that represents a WordNet semantic link between synsets.
SemanticLink() - Constructor for class org.hypergraphdb.app.wordnet.data.SemanticLink
 
SemanticLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.SemanticLink
 
SemTools - Class in org.hypergraphdb.app.wordnet
A collection of functions to perform semantic analysis in WordNet.
SemTools(HyperGraph) - Constructor for class org.hypergraphdb.app.wordnet.SemTools
 
setAttributes(Map<String, Object>) - Method in class org.hypergraphdb.app.wordnet.ext.SynsetInfo
 
setCalculationTimestamp(Date) - Method in class org.hypergraphdb.app.wordnet.WNStat
Set the precise date/time of the completion of the calculation of this statistic - not intended for public use.
setDictionaryLocation(String) - Method in class org.hypergraphdb.app.wordnet.HGWordNetLoader
 
setGloss(String) - Method in class org.hypergraphdb.app.wordnet.data.SynsetLink
 
setHyperGraph(HyperGraph) - Method in class org.hypergraphdb.app.wordnet.WNStat
Set the HyperGraph instance holding the data upon which this statistic was computed - intented for internal use only.
setId(long) - Method in class org.hypergraphdb.app.wordnet.data.SynsetLink
 
setIndex(int) - Method in class org.hypergraphdb.app.wordnet.data.VerbFrame
 
setLemma(String) - Method in class org.hypergraphdb.app.wordnet.data.Word
 
setTargets(HGHandle[]) - Method in class org.hypergraphdb.app.wordnet.data.ExcLink
 
setTargets(HGHandle[]) - Method in class org.hypergraphdb.app.wordnet.data.SemanticLink
 
setTargets(HGHandle[]) - Method in class org.hypergraphdb.app.wordnet.data.SynsetLink
 
setText(String) - Method in class org.hypergraphdb.app.wordnet.data.VerbFrame
 
setTypeAliasPrefix(String) - Method in class org.hypergraphdb.app.wordnet.HGWordNetLoader
 
setValue(T) - Method in class org.hypergraphdb.app.wordnet.WNStat
Set this statistic's value - use with caution.
Similar - Class in org.hypergraphdb.app.wordnet.data
States a similarity relation between two adjective synsets.
Similar() - Constructor for class org.hypergraphdb.app.wordnet.data.Similar
 
Similar(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Similar
 
SIMILAR_TO - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
SUBSTANCE_OF - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
SubstanceOf - Class in org.hypergraphdb.app.wordnet.data
Represents a whole-part relationship between noun senses where one thing (the first target) is the substance that the other things (the second target is made of).
SubstanceOf() - Constructor for class org.hypergraphdb.app.wordnet.data.SubstanceOf
 
SubstanceOf(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.SubstanceOf
 
SynsetInfo - Class in org.hypergraphdb.app.wordnet.ext
Stores arbitrary extended information about a synset, accumulated in a simple attribute map.
SynsetInfo(HGHandle) - Constructor for class org.hypergraphdb.app.wordnet.ext.SynsetInfo
 
SynsetInfo(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.ext.SynsetInfo
 
SynsetLink - Class in org.hypergraphdb.app.wordnet.data
A WordNet synset is represented as an unordered hypergraph link between all the words in it.
SynsetLink() - Constructor for class org.hypergraphdb.app.wordnet.data.SynsetLink
 
SynsetLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.SynsetLink
 
SynsetLink(String, HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.SynsetLink
 

T

toString() - Method in class org.hypergraphdb.app.wordnet.data.AdjSynsetLink
 
toString() - Method in class org.hypergraphdb.app.wordnet.data.AdverbSynsetLink
 
toString() - Method in class org.hypergraphdb.app.wordnet.data.NounSynsetLink
 
toString() - Method in enum org.hypergraphdb.app.wordnet.data.Pos
 
toString() - Method in class org.hypergraphdb.app.wordnet.data.PtType
 
toString() - Method in class org.hypergraphdb.app.wordnet.data.SemanticLink
 
toString() - Method in class org.hypergraphdb.app.wordnet.data.VerbSynsetLink
 
toString() - Method in class org.hypergraphdb.app.wordnet.data.Word
 
traverse(HyperGraph) - Static method in class org.hypergraphdb.app.wordnet.HGWordNetLoader
 

U

USAGE - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
Usage - Class in org.hypergraphdb.app.wordnet.data
Represents a relationship where the first target synset is used in the context identified by the second target synset.
Usage() - Constructor for class org.hypergraphdb.app.wordnet.data.Usage
 
Usage(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.Usage
 

V

valueOf(String) - Static method in enum org.hypergraphdb.app.wordnet.data.Pos
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hypergraphdb.app.wordnet.data.Pos
Returns an array containing the constants of this enum type, in the order they are declared.
VERB_GROUP - Static variable in class org.hypergraphdb.app.wordnet.data.PtType
 
VerbExcLink - Class in org.hypergraphdb.app.wordnet.data
Exception past forms of verbs - the first target is the past participle while the second target is the verb root.
VerbExcLink() - Constructor for class org.hypergraphdb.app.wordnet.data.VerbExcLink
 
VerbExcLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.VerbExcLink
 
VerbFrame - Class in org.hypergraphdb.app.wordnet.data
 
VerbFrame() - Constructor for class org.hypergraphdb.app.wordnet.data.VerbFrame
 
VerbFrame(String, int) - Constructor for class org.hypergraphdb.app.wordnet.data.VerbFrame
 
VerbFrameLink - Class in org.hypergraphdb.app.wordnet.data
Associates a verb sense to a document proper usage in that sense.
VerbFrameLink() - Constructor for class org.hypergraphdb.app.wordnet.data.VerbFrameLink
 
VerbFrameLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.VerbFrameLink
 
VerbGroup - Class in org.hypergraphdb.app.wordnet.data
Associates verb senses that are similar in meaning.
VerbGroup() - Constructor for class org.hypergraphdb.app.wordnet.data.VerbGroup
 
VerbGroup(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.VerbGroup
 
VerbIsaDepth - Class in org.hypergraphdb.app.wordnet.stats
This statistic calculates the maximal depth of the relationship DAG.
VerbIsaDepth() - Constructor for class org.hypergraphdb.app.wordnet.stats.VerbIsaDepth
 
VerbSynsetLink - Class in org.hypergraphdb.app.wordnet.data
Represents the sense (WordNet synset) of a verb.
VerbSynsetLink() - Constructor for class org.hypergraphdb.app.wordnet.data.VerbSynsetLink
 
VerbSynsetLink(HGHandle[]) - Constructor for class org.hypergraphdb.app.wordnet.data.VerbSynsetLink
 

W

WNGraph - Class in org.hypergraphdb.app.wordnet
A collection of utility methods for applying graph traversals and algorithms onto the HyperGraph representation of WordNet.
WNGraph(HyperGraph) - Constructor for class org.hypergraphdb.app.wordnet.WNGraph
 
WNStat<T> - Class in org.hypergraphdb.app.wordnet
Represents some global WordNet statistic that can be calculated and saved in the HyperGraphDB instance.
WNStat() - Constructor for class org.hypergraphdb.app.wordnet.WNStat
 
Word - Class in org.hypergraphdb.app.wordnet.data
Represents a lexical unit, a token whose string value is stored in the lemma property.
Word() - Constructor for class org.hypergraphdb.app.wordnet.data.Word
 
Word(String) - Constructor for class org.hypergraphdb.app.wordnet.data.Word
 
A C D E F G H I K L M N O P R S T U V W 

Copyright © 2015. All rights reserved.