Package | Description |
---|---|
net.didion.jwnl.data |
Classes for extracting and containing data from the dictionary.
|
net.didion.jwnl.dictionary |
Classes for acessing dictionary information.
|
net.didion.jwnl.dictionary.database |
Classes for accessing databases that contain dictionary information.
|
net.didion.jwnl.dictionary.file_manager |
Classes used by
FileBackedDictionary to interface with the filesystem. |
net.didion.jwnl.dictionary.morph | |
net.didion.jwnl.princeton.data |
Implementations of
DictionaryElementFactory for Princeton's release of WordNet. |
Modifier and Type | Interface and Description |
---|---|
interface |
DatabaseDictionaryElementFactory
Factory interface for creating WordNet objects from a database.
|
interface |
FileDictionaryElementFactory
Factory class for creating
DictionaryElement s (Synset s, ExceptionIndexWord s). |
Modifier and Type | Interface and Description |
---|---|
interface |
MorphologicalProcessor
A
MorphologicalProcessor tries to turn the inflected form of a word or phrase into
the form that can be found in WordNet. |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseManagerImpl |
class |
SenseAndUsageDatabaseManager
Database Manager that handles the extended database containing sense key and usage statistics.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileManager
FileManager defines the interface between the FileBackedDictionary and the file system. |
Modifier and Type | Class and Description |
---|---|
class |
FileManagerImpl
An implementation of
FileManager that reads files from the local file system. |
class |
RemoteFileManager
An object of this class can serve as a
FileManager for remote FileBackedDictionary
instantiations using RMI. |
Modifier and Type | Interface and Description |
---|---|
interface |
Operation |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingOperation |
class |
DefaultMorphologicalProcessor
Default implementation of
MorphologicalProcessor . |
class |
DetachSuffixesOperation
Remove all aplicable suffixes from the word(s) and do a look-up.
|
class |
LookupExceptionsOperation
Lookup the word in the exceptions file of the given part-of-speech.
|
class |
LookupIndexWordOperation |
class |
RemovePrepPhrasesOperation
yet to be implemented
|
class |
TokenizerOperation |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrincetonDatabaseDictionaryElementFactory |
class |
AbstractPrincetonFileDictionaryElementFactory
FileDictionaryElementFactory that parses lines from the dictionary files distributed by the
WordNet team at Princeton's Cognitive Science department. |
class |
PrincetonWN16DatabaseDictionaryElementFactory |
class |
PrincetonWN16FileDictionaryElementFactory
FileDictionaryElementFactory that produces elements for Princeton's release of WordNet v 1.6 |
class |
PrincetonWN17DatabaseDictionaryElementFactory |
class |
PrincetonWN17FileDictionaryElementFactory
FileDictionaryElementFactory that produces elements for the Princeton release of WordNet v 1.7 |
class |
PrincetonWN30DatabaseDictionaryElementFactory
Supports the wordnet 3.0 database, including sense key and usage count information.
|
Copyright © 2024. All rights reserved.