Serialized Form
-
Package net.didion.jwnl
-
Class net.didion.jwnl.JWNLException extends java.lang.Exception implements Serializable
-
Class net.didion.jwnl.JWNLRuntimeException extends java.lang.RuntimeException implements Serializable
-
-
Package net.didion.jwnl.data
-
Class net.didion.jwnl.data.Adjective extends Word implements Serializable
- serialVersionUID:
- 937870634100403173L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
_adjectivePosition
Adjective.AdjectivePosition _adjectivePosition
-
-
Class net.didion.jwnl.data.Adjective.AdjectivePosition extends java.lang.Object implements Serializable
-
Serialized Fields
-
_key
Resolvable _key
-
_label
Resolvable _label
-
-
-
Class net.didion.jwnl.data.Exc extends java.lang.Object implements Serializable
- serialVersionUID:
- -5792651340274489357L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
_exceptions
java.util.List _exceptions
All the exceptions forlemma
. -
_exceptionString
java.lang.String _exceptionString
The exception string. -
_lemma
java.lang.String _lemma
The excepted word -
_pos
POS _pos
The part of speech.
-
-
Class net.didion.jwnl.data.IndexWord extends java.lang.Object implements Serializable
- serialVersionUID:
- -2136983562978852712L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
_lemma
java.lang.String _lemma
The string representation of this IndexWord -
_pos
POS _pos
This word's part-of-speech -
_synsetOffsets
long[] _synsetOffsets
senses are initially stored as offsets, and paged in on demand.
-
-
Class net.didion.jwnl.data.Pointer extends java.lang.Object implements Serializable
- serialVersionUID:
- -1275571290466732179L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
_index
int _index
The index of this Pointer within the array of Pointer's in the source Synset. Used byequal
. -
_pointerType
PointerType _pointerType
-
_source
PointerTarget _source
The source of this poiner. If the pointer applies to all words in the parent synset, thensource
andsynset
are the same, otherwisesource
is the specificWord
object that this pointer applies to. -
_targetIndex
Pointer.TargetIndex _targetIndex
An index that can be used to retrieve the target.
-
-
Class net.didion.jwnl.data.PointerTarget extends java.lang.Object implements Serializable
- serialVersionUID:
- 3230195199146939027L
-
Class net.didion.jwnl.data.PointerType extends java.lang.Object implements Serializable
- serialVersionUID:
- 220886251671304256L
-
Serialized Fields
-
_flags
int _flags
-
_flagStringCache
java.lang.String _flagStringCache
-
_key
Resolvable _key
-
_label
Resolvable _label
-
_symmetricType
PointerType _symmetricType
The PointerType that is the revers of this PointerType
-
-
Class net.didion.jwnl.data.POS extends java.lang.Object implements Serializable
- serialVersionUID:
- 4311120391558046419L
-
Serialized Fields
-
_key
Resolvable _key
-
_label
Resolvable _label
-
-
Class net.didion.jwnl.data.Synset extends PointerTarget implements Serializable
- serialVersionUID:
- 4038955719653496529L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
_gloss
java.lang.String _gloss
The text (definition, usage examples) associated with the synset. -
_isAdjectiveCluster
boolean _isAdjectiveCluster
for use only with WordNet 1.6 and earlier -
_offset
long _offset
The offset of this synset in the data file. -
_pointers
Pointer[] _pointers
-
_pos
POS _pos
-
_verbFrameFlags
java.util.BitSet _verbFrameFlags
-
_words
Word[] _words
The words in this synset. -
lexFileName
java.lang.String lexFileName
The proper name for the lexicographer file (noun.plant, etc) -
lexFileNum
long lexFileNum
The lexicographer file name id.
-
-
Class net.didion.jwnl.data.SynsetProxy extends Synset implements Serializable
- serialVersionUID:
- -9020360688433081684L
-
Serialized Fields
-
_source
Synset _source
-
-
Class net.didion.jwnl.data.Verb extends Word implements Serializable
- serialVersionUID:
- 1639186403690898842L
-
Serialized Fields
-
_verbFrameFlags
java.util.BitSet _verbFrameFlags
A bit array of all the verb frames that are valid for this word. seeVerbFrame
for more explanation.
-
-
Class net.didion.jwnl.data.VerbFrame extends java.lang.Object implements Serializable
- serialVersionUID:
- 1450633678809744269L
-
Serialized Fields
-
_cachedToString
java.lang.String _cachedToString
-
_frame
Resolvable _frame
-
_index
int _index
-
-
Class net.didion.jwnl.data.Word extends PointerTarget implements Serializable
- serialVersionUID:
- 8591237840924027785L
-
Serialized Fields
-
_index
int _index
This word's index within the synset. -
_lemma
java.lang.String _lemma
The string representation of the word. -
_synset
Synset _synset
The Synset to which this word belongs. -
lexId
int lexId
The lexicographer id that identifies this lemma.
-
-
-
Package net.didion.jwnl.util
-
Class net.didion.jwnl.util.Resolvable extends java.lang.Object implements Serializable
- serialVersionUID:
- 4753740475813500883L
-
Serialized Fields
-
_unresolved
java.lang.String _unresolved
-
-
-
Package net.didion.jwnl.util.cache
-
Class net.didion.jwnl.util.cache.LRUCache extends java.util.LinkedHashMap implements Serializable
-
Serialized Fields
-
_capacity
int _capacity
-
-
-