Package edu.smu.tspell.wordnet

The content of this package represents the Java API for WordNet Searching (JAWS) public interface.

See:
          Description

Interface Summary
AdjectiveSatelliteSynset Represents an adjective satellite synset, that is one that is part of a cluster of similar adjects that are all associated with a single "head" synset.
AdjectiveSynset Represents a synset that corresponds to an adjective meaning.
AdverbSynset Represents a synset that corresponds to an adverb meaning.
NounSynset Represents a synset that corresponds to a noun meaning.
Synset A collection of one or more words and phrases ("collocations") collectively referred to as "word forms" that can all share the same meaning.
VerbSynset Represents a synset that corresponds to a verb meaning.
 

Class Summary
SynsetType Identifies the part of speech (noun, verb, etc.) associated with a particular synset.
WordNetDatabase A concrete implementation of this class provides access to the WordNet database information.
WordSense Uses a combination of a word form and synset to uniquely identify the sense of a word.
 

Exception Summary
WordNetException Generated when a problem occurs accessing the WordNet database.
 

Package edu.smu.tspell.wordnet Description

The content of this package represents the Java API for WordNet Searching (JAWS) public interface. In other words, these are the only types that an application should need to reference directly when using JAWS.