Package gov.llnl.ontology.wordnet

Interface Summary
Attribute<T> A simple interface for Attributes for Synsets.
InformationContent This interface information content values for a set of Synsets.
Lemma This interface represents a single term that maps to a Synset in the WordNet dictionary.
OntologyReader An interface for various Ontology Readers.
OntologyWriter An interface for saving a Wordnet ontology in a unique format.
RelatedForm Represents an informal relation between two Lemmas.
Synset This interface represents a single instance of a Synonym Set (Synset for short) from the WordNet dictionary.
SynsetSimilarity An interface for determining the similarity between two Synsets.
SynsetWriter An interface for serializing a series of Synsets.
 

Class Summary
AddEnRelations  
BaseLemma A base implementation of a Lemma.
BaseSynset The core Synset implementation when interfacing directly with the word net dictionary files.
DoubleVectorAttribute<T extends DoubleVector> An Attribute that stores a DoubleVector
FileBasedInformationContent This InformationContent implementation loads the content data from plain text based file where each line contains an offset, part of speech, and content count.
OntologyReaderAdaptor This OntologyReader adaptor class allows sub classes to easily override specific functionality of a OntologyReader.
SimpleRelatedForm A simple struct based implementation of a RelatedForm.
SynsetPagerank This class performs PageRank over a graph of Synsets.
SynsetRelations This represents a collection of methods that determine the relationship between two Synsets.
TagLinkedOntologyReader This OntologyReader provides a mapping between a set of document tags and a set of Sysnet names.
UnsupportedOntologyReader An OntologyReader that throws UnsupportedOperationException for every method call.
WordNetCondenser This runnable class creates a series of feature vectors for every synset reachable from the noun "entity" Synset.
WordNetCorpusReader This class acts as the central interface for the WordNet dictionary.
WordNetCorpusWriter  
WordNetSynsetWriter A SynsetWriter that generates data lines in the form expected defined by the original WordNet library.
 

Enum Summary
Synset.PartsOfSpeech The set of valid parts of speech encoded by the WordNet dictionary.
Synset.Relation The set of relations that can connect any two Synsets.
SynsetRelations.HypernymStatus The possible hypernym statuses.
WordNetCondenser.DataSet The SynsetPairFeatureMaker implementations that are usable by this WordNetCondenser.
 



Copyright © 2010-2011. All Rights Reserved.