Uses of Interface
net.sf.extjwnl.util.factory.Owned

Packages that use Owned
net.sf.extjwnl.data Classes for extracting and containing data from the dictionary. 
net.sf.extjwnl.dictionary.database Classes for accessing databases that contain dictionary information. 
net.sf.extjwnl.dictionary.file Classes for accessing files that contain dictionary information. 
net.sf.extjwnl.dictionary.file_manager Classes used by FileBackedDictionary to interface with the filesystem. 
net.sf.extjwnl.dictionary.morph Classes used for simple morphological transformations. 
net.sf.extjwnl.princeton.data Implementations of DictionaryElementFactory for Princeton's release of WordNet. 
net.sf.extjwnl.princeton.file Implementations of DictionaryFile used by the various classes of Dictionary to access dictionary files using the naming convention used in Princeton's release of WordNet. 
 

Uses of Owned in net.sf.extjwnl.data
 

Subinterfaces of Owned in net.sf.extjwnl.data
 interface DatabaseDictionaryElementFactory
          Factory interface for creating WordNet objects from a database.
 interface DictionaryElement
          Any class that represents an element contained in the dictionary (IndexWords, Synsets, and Exceptions) must implement this interface.
 interface FileDictionaryElementFactory
          Factory class for creating DictionaryElements (Synsets, ExceptionIndexWords).
 

Classes in net.sf.extjwnl.data that implement Owned
 class Adjective
          An Adjective is a Word that can have an adjective position.
 class BaseDictionaryElement
          Base class for dictionary elements.
 class Exc
          Represents an entry in an exception file.
 class IndexWord
          An IndexWord represents a line of the pos.index file.
 class PointerTarget
          A PointerTarget is the source or target of a Pointer.
 class Synset
          A Synset, or synonym set, represents a line of a WordNet pos.data file.
 class Verb
          A Verb is a subclass of Word that can have 1 or more VerbFrames (use cases of the verb).
 class Word
          A Word represents the lexical information related to a specific sense of an IndexWord.
 

Uses of Owned in net.sf.extjwnl.dictionary.database
 

Subinterfaces of Owned in net.sf.extjwnl.dictionary.database
 interface DatabaseManager
           
 

Classes in net.sf.extjwnl.dictionary.database that implement Owned
 class DatabaseManagerImpl
          Database manager.
 

Uses of Owned in net.sf.extjwnl.dictionary.file
 

Subinterfaces of Owned in net.sf.extjwnl.dictionary.file
 interface DictionaryFile
          Represents a single dictionary file.
 interface ObjectDictionaryFile
          DictionaryFile that reads and writes serialized objects.
 interface RandomAccessDictionaryFile
          DictionaryFile that reads lines from a random-access text file.
 

Classes in net.sf.extjwnl.dictionary.file that implement Owned
 class AbstractDictionaryFile
          Abstract implementation of DictionaryFile.
 class DictionaryCatalog<E extends DictionaryFile>
          A container for the files associated with a catalog (the index, data, and exception files associated with a POS).
 class DictionaryCatalogSet<E extends DictionaryFile>
          Simple container for DictionaryCatalogs that allows a DictionaryFile to be retrieved by its POS and DictionaryFileType.
 

Uses of Owned in net.sf.extjwnl.dictionary.file_manager
 

Subinterfaces of Owned in net.sf.extjwnl.dictionary.file_manager
 interface FileManager
          FileManager defines the interface between the FileBackedDictionary and the file system.
 

Classes in net.sf.extjwnl.dictionary.file_manager that implement Owned
 class FileManagerImpl
          An implementation of FileManager that reads files from the local file system.
 

Uses of Owned in net.sf.extjwnl.dictionary.morph
 

Subinterfaces of Owned in net.sf.extjwnl.dictionary.morph
 interface Operation
          Base class for morphological operations.
 

Classes in net.sf.extjwnl.dictionary.morph that implement Owned
 class AbstractDelegatingOperation
          Base class for operations.
 class AbstractOperation
          Base class for operations.
 class DetachSuffixesOperation
          Remove all applicable suffixes from the word(s) and do a look-up.
 class LookupExceptionsOperation
          Looks up the word in the exceptions file of the given part-of-speech.
 class LookupIndexWordOperation
          Looks up index words.
 class RemovePrepPhrasesOperation
          yet to be implemented
 class TokenizerOperation
          Tokenizer operation.
 

Uses of Owned in net.sf.extjwnl.princeton.data
 

Classes in net.sf.extjwnl.princeton.data that implement Owned
 class AbstractPrincetonDatabaseDictionaryElementFactory
          Base class for database element factories.
 class AbstractPrincetonDictionaryElementFactory
          Base class for element factories.
 class AbstractPrincetonFileDictionaryElementFactory
          FileDictionaryElementFactory that parses lines from the dictionary files distributed by the WordNet team at Princeton's Cognitive Science department.
 class PrincetonWN17DatabaseDictionaryElementFactory
          Element factory for WN1.7.
 class PrincetonWN17FileDictionaryElementFactory
          FileDictionaryElementFactory that produces elements for the Princeton release of WordNet v 1.7
 

Uses of Owned in net.sf.extjwnl.princeton.file
 

Classes in net.sf.extjwnl.princeton.file that implement Owned
 class AbstractPrincetonDictionaryFile
          AbstractDictionaryFile that uses file names compatible with Princeton's distribution of WordNet.
 class AbstractPrincetonRandomAccessDictionaryFile
          Base class for random access files.
 class PrincetonChannelDictionaryFile
          A RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention.
 class PrincetonObjectDictionaryFile
          ObjectDictionaryFile that accesses files names with the Princeton dictionary file naming convention.
 class PrincetonRandomAccessDictionaryFile
          A RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention.
 



Copyright © 2011. All Rights Reserved.