Serialized Form
Package net.didion.jwnl.data |
serialVersionUID: 937870634100403173L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
_adjectivePosition
Adjective.AdjectivePosition _adjectivePosition
_key
Resolvable _key
_label
Resolvable _label
serialVersionUID: -5792651340274489357L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
_pos
POS _pos
- The part of speech.
_lemma
java.lang.String _lemma
- The excepted word
_exceptions
java.util.List<E> _exceptions
- All the exceptions for
lemma
.
_exceptionString
java.lang.String _exceptionString
- The exception string.
serialVersionUID: -2136983562978852712L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
_pos
POS _pos
- This word's part-of-speech
_lemma
java.lang.String _lemma
- The string representation of this IndexWord
_synsetOffsets
long[] _synsetOffsets
- senses are initially stored as offsets, and paged in on demand.
serialVersionUID: -1275571290466732179L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
_index
int _index
- The index of this Pointer within the array of Pointer's in the source Synset.
Used by
equal
.
_pointerType
PointerType _pointerType
_source
PointerTarget _source
- The source of this poiner. If the pointer applies to all words in the
parent synset, then
source
and synset
are the same,
otherwise source
is the specific Word
object that
this pointer applies to.
_targetIndex
net.didion.jwnl.data.Pointer.TargetIndex _targetIndex
- An index that can be used to retrieve the target.
serialVersionUID: 3230195199146939027L
serialVersionUID: 220886251671304256L
_label
Resolvable _label
_key
Resolvable _key
_flags
int _flags
_symmetricType
PointerType _symmetricType
- The PointerType that is the revers of this PointerType
_flagStringCache
java.lang.String _flagStringCache
serialVersionUID: 4311120391558046419L
_label
Resolvable _label
_key
Resolvable _key
serialVersionUID: 4038955719653496529L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
_pos
POS _pos
_pointers
Pointer[] _pointers
_offset
long _offset
- The offset of this synset in the data file.
_words
Word[] _words
- The words in this synset.
_gloss
java.lang.String _gloss
- The text (definition, usage examples) associated with the synset.
_verbFrameFlags
java.util.BitSet _verbFrameFlags
_isAdjectiveCluster
boolean _isAdjectiveCluster
- for use only with WordNet 1.6 and earlier
lexFileId
long lexFileId
- The lexicographer file name id.
lexFileName
java.lang.String lexFileName
- The proper name for the lexicographer file (noun.plant, etc)
serialVersionUID: -9020360688433081684L
_source
Synset _source
serialVersionUID: 1639186403690898842L
_verbFrameFlags
java.util.BitSet _verbFrameFlags
- A bit array of all the verb frames that are valid for this word.
see
VerbFrame
for more explanation.
serialVersionUID: 1450633678809744269L
_frame
Resolvable _frame
_index
int _index
_cachedToString
java.lang.String _cachedToString
serialVersionUID: 8591237840924027785L
_synset
Synset _synset
- The Synset to which this word belongs.
_index
int _index
- This word's index within the synset.
_lemma
java.lang.String _lemma
- The string representation of the word.
senseKey
java.lang.String senseKey
- The sense key for this word within the synset.
usageTag
int usageTag
- The usage tag of this specific word in the synset.
keysLoaded
boolean keysLoaded
- This is false until getSenseKey() is called.
usageLoaded
boolean usageLoaded
- This is false until getUsageCount() is called.
Package net.didion.jwnl.util |
serialVersionUID: 4753740475813500883L
_unresolved
java.lang.String _unresolved
Package net.didion.jwnl.util.cache |
_capacity
int _capacity