Uses of Package
edu.mit.jwi.item

Packages that use edu.mit.jwi.item
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
edu.mit.jwi.data Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources. 
edu.mit.jwi.data.parse Provides classes and interfaces that parse lines from Wordnet files. 
edu.mit.jwi.item Provides classes and interfaces that represent the Wordnet data structures. 
edu.mit.jwi.morph Provides several simple classes that can be used to find the stems of words using Wordnet. 
 

Classes in edu.mit.jwi.item used by edu.mit.jwi
IExceptionEntry
          Represents an entry in an exception file (e.g., verb.exc or exc.vrb).
IExceptionEntryID
          A unique identifier sufficient to retrieve the specified exception entry from Wordnet.
IHasPOS
          An object that potentially has an associated part of speech.
IHasVersion
          An object that potentially has an associated version.
IIndexWord
          A Wordnet index word object, represented in the Wordnet files as a line in an index file.
IIndexWordID
          A unique identifier for an index word.
IItem
          An item is an object with an ID.
IItemID
          An ID for an IItem object.
IPointer
          A pointer is a marker object that represents different types of relationships between items in a Wordnet dictionary.
ISenseEntry
          A Wordnet sense entry object, represented in the Wordnet files as a line in the sense entry.
ISenseKey
          A sense key is a unique string that identifies a Wordnet word (an IWord).
ISynset
          Represents a synset.
ISynsetID
          A unique identifier for a synset, sufficient to retrieve it from the Wordnet database.
IVerbFrame
          A verb frame as specified from the verb frames data file in the Wordnet distribution
IVersion
          A Wordnet version.
IWord
          A word, which in Wordnet is an index word paired with a synset.
IWordID
          A unique identifier sufficient to retrieve a particular word from the Wordnet database.
POS
          Represents part of speech objects.
Synset.IWordBuilder
          A word builder used to construct word objects inside of the synset object constructor.
 

Classes in edu.mit.jwi.item used by edu.mit.jwi.data
IExceptionEntryProxy
          The data that can be obtained from a line in an exception entry file.
IHasPOS
          An object that potentially has an associated part of speech.
IHasVersion
          An object that potentially has an associated version.
IIndexWord
          A Wordnet index word object, represented in the Wordnet files as a line in an index file.
ISenseEntry
          A Wordnet sense entry object, represented in the Wordnet files as a line in the sense entry.
ISynset
          Represents a synset.
IVersion
          A Wordnet version.
POS
          Represents part of speech objects.
 

Classes in edu.mit.jwi.item used by edu.mit.jwi.data.parse
IExceptionEntryProxy
          The data that can be obtained from a line in an exception entry file.
IIndexWord
          A Wordnet index word object, represented in the Wordnet files as a line in an index file.
ILexFile
          A description of a Wordnet lexical file.
IPointer
          A pointer is a marker object that represents different types of relationships between items in a Wordnet dictionary.
ISenseEntry
          A Wordnet sense entry object, represented in the Wordnet files as a line in the sense entry.
ISenseKey
          A sense key is a unique string that identifies a Wordnet word (an IWord).
ISynset
          Represents a synset.
IVerbFrame
          A verb frame as specified from the verb frames data file in the Wordnet distribution
POS
          Represents part of speech objects.
 

Classes in edu.mit.jwi.item used by edu.mit.jwi.item
AdjMarker
          The three different possible syntactic markers indicating limitations on the syntactic position an adjective may have in relation to the noun it modifies.
ExceptionEntryID
          Default implementation of IExceptionEntryID.
ExceptionEntryProxy
          Default implementation IExceptionEntryProxyl
IExceptionEntry
          Represents an entry in an exception file (e.g., verb.exc or exc.vrb).
IExceptionEntryID
          A unique identifier sufficient to retrieve the specified exception entry from Wordnet.
IExceptionEntryProxy
          The data that can be obtained from a line in an exception entry file.
IHasPOS
          An object that potentially has an associated part of speech.
IIndexWord
          A Wordnet index word object, represented in the Wordnet files as a line in an index file.
IIndexWordID
          A unique identifier for an index word.
IItem
          An item is an object with an ID.
IItemID
          An ID for an IItem object.
ILexFile
          A description of a Wordnet lexical file.
IndexWordID
          Default implementation of IIndexWordID.
IPointer
          A pointer is a marker object that represents different types of relationships between items in a Wordnet dictionary.
ISenseEntry
          A Wordnet sense entry object, represented in the Wordnet files as a line in the sense entry.
ISenseKey
          A sense key is a unique string that identifies a Wordnet word (an IWord).
ISynset
          Represents a synset.
ISynsetID
          A unique identifier for a synset, sufficient to retrieve it from the Wordnet database.
IVerbFrame
          A verb frame as specified from the verb frames data file in the Wordnet distribution
IVersion
          A Wordnet version.
IWord
          A word, which in Wordnet is an index word paired with a synset.
IWordID
          A unique identifier sufficient to retrieve a particular word from the Wordnet database.
LexFile
          Concrete implementation of the ILexFile interface.
Pointer
          Concrete implementation of the IPointer interface.
POS
          Represents part of speech objects.
Synset.IWordBuilder
          A word builder used to construct word objects inside of the synset object constructor.
SynsetID
          Default implementation of the ISynsetID interface
UnknownLexFile
          Represents 'unknown' lexical files.
VerbFrame
          Default, hard-coded, implementation of IVerbFrame that does not read from the actual file.
Version
          Default, concrete implementation of the IVersion interface.
 

Classes in edu.mit.jwi.item used by edu.mit.jwi.morph
IHasPOS
          An object that potentially has an associated part of speech.
POS
          Represents part of speech objects.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.