Serialized Form
Package net.sf.extjwnl.data |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
adjectivePosition
Adjective.AdjectivePosition adjectivePosition
key
String key
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
pos
POS pos
lemma
String lemma
- The excepted word
exceptions
ArrayList<E> exceptions
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
pos
POS pos
- This word's part-of-speech
lemma
String lemma
- The string representation of this IndexWord
synsetOffsets
long[] synsetOffsets
- senses are initially stored as offsets, and paged in on demand.
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
pointerType
PointerType pointerType
targetIndex
net.sf.extjwnl.data.Pointer.TargetIndex targetIndex
source
PointerTarget source
- The source of this pointer. 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.
serialVersionUID: 1L
serialVersionUID: 1L
key
String key
flagStringCache
String flagStringCache
serialVersionUID: 1L
key
String key
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
pos
POS pos
pointers
net.sf.extjwnl.data.Synset.PointerList pointers
offset
long offset
- The offset of this synset in the data file.
words
net.sf.extjwnl.data.Synset.WordList words
- The words in this synset.
gloss
String gloss
- The text (definition, usage examples) associated with the synset.
verbFrameFlags
BitSet verbFrameFlags
isAdjectiveCluster
boolean isAdjectiveCluster
- for use only with WordNet 1.6 and earlier
lexFileNum
long lexFileNum
- The lexicographer file name id.
serialVersionUID: 1L
verbFrameFlags
BitSet verbFrameFlags
- A bit array of all the verb frames that are valid for this word.
see
VerbFrame
for more explanation.
serialVersionUID: 1L
index
int index
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
synset
Synset synset
- The Synset to which this word belongs.
index
int index
- This word's index within the synset.
NB Word numbers are assigned to the word fields in a synset, from left to right, beginning with 1
lemma
String lemma
- The string representation of the word.
lexId
long lexId
- The integer that, when appended onto lemma, uniquely identifies a sense within a lexicographer file.
lex_id numbers usually start with 00, and are incremented as additional senses of the word are added
to the same file, although there is no requirement that the numbers be consecutive or begin with 00.
Note that a value of 00 is the default.
summary
String summary
- The summary of this word.
useCount
int useCount
- The number of times each tagged sense occurs in a semantic concordance.
Package net.sf.extjwnl.data.list |
Package net.sf.extjwnl.data.relationship |
shallowestIndex
int shallowestIndex
- The index of the shallowest relationship.
deepestIndex
int deepestIndex
- The index of the deepest relationship.
Package net.sf.extjwnl.util.cache |
capacity
int capacity
Package net.sf.extjwnl.util.factory |
name
String name
Copyright © 2011. All Rights Reserved.