Uses of Package
edu.brandeis.cs.steele.wn

Packages that use edu.brandeis.cs.steele.wn
edu.brandeis.cs.steele.wn   
edu.illinois.cs.cogcomp.lbj.coref.features   
edu.illinois.cs.cogcomp.lbj.coref.io   
 

Classes in edu.brandeis.cs.steele.wn used by edu.brandeis.cs.steele.wn
DictionaryDatabase
          An object in a class that implements this interface is a broker or factory for objects that model WordNet lexical and semantic entities.
FileBackedDictionary
          A DictionaryDatabase that retrieves objects from the text files in the WordNet distribution directory.
FileManager
          An implementation of FileManagerInterface that reads files from the local file system.
FileManager.NextLineCache
           
FileManagerInterface
          FileManagerInterface defines the interface between the FileBackedDictionary and the file system.
IndexWord
          An IndexWord represents a line of the pos.index file.
Pointer
          A Pointer encodes a lexical or semantic relationship between WordNet entities.
Pointer.TargetIndex
          This class is used to avoid paging in the target before it is required, and to prevent keeping a large portion of the database resident once the target has been queried.
PointerTarget
          A PointerTarget is the source or target of a Pointer.
PointerType
          Instances of this class enumerate the possible WordNet pointer types, and are used to label PointerTypes.
POS
          Instances of this class enumerate the possible major syntactic categories, or part's of speech.
Synset
          A Synset, or synonym set, represents a line of a WordNet pos.data file.
TokenizerParser
          A StringTokenizer with extensions to retrieve the values of numeric tokens, as well as strings.
Word
          A Word represents the lexical information related to a specific sense of an IndexWord.
 

Classes in edu.brandeis.cs.steele.wn used by edu.illinois.cs.cogcomp.lbj.coref.features
DictionaryDatabase
          An object in a class that implements this interface is a broker or factory for objects that model WordNet lexical and semantic entities.
IndexWord
          An IndexWord represents a line of the pos.index file.
PointerTarget
          A PointerTarget is the source or target of a Pointer.
Word
          A Word represents the lexical information related to a specific sense of an IndexWord.
 

Classes in edu.brandeis.cs.steele.wn used by edu.illinois.cs.cogcomp.lbj.coref.io
FileManagerInterface
          FileManagerInterface defines the interface between the FileBackedDictionary and the file system.