-
nounSynsetHash
java.util.HashMap<K,V> nounSynsetHash
-
verbSynsetHash
java.util.HashMap<K,V> verbSynsetHash
-
adjectiveSynsetHash
java.util.HashMap<K,V> adjectiveSynsetHash
-
adverbSynsetHash
java.util.HashMap<K,V> adverbSynsetHash
-
verbDocumentationHash
java.util.Hashtable<K,V> verbDocumentationHash
-
adjectiveDocumentationHash
java.util.Hashtable<K,V> adjectiveDocumentationHash
-
adverbDocumentationHash
java.util.Hashtable<K,V> adverbDocumentationHash
-
nounDocumentationHash
java.util.Hashtable<K,V> nounDocumentationHash
-
nounSUMOHash
java.util.Hashtable<K,V> nounSUMOHash
-
verbSUMOHash
java.util.Hashtable<K,V> verbSUMOHash
-
adjectiveSUMOHash
java.util.Hashtable<K,V> adjectiveSUMOHash
-
adverbSUMOHash
java.util.Hashtable<K,V> adverbSUMOHash
-
maxNounSynsetID
java.lang.String maxNounSynsetID
-
maxVerbSynsetID
java.lang.String maxVerbSynsetID
-
origMaxNounSynsetID
java.lang.String origMaxNounSynsetID
-
origMaxVerbSynsetID
java.lang.String origMaxVerbSynsetID
-
SUMOHash
java.util.Hashtable<K,V> SUMOHash
Keys are SUMO terms, values are ArrayLists(s) of
POS-prefixed 9-digit synset String(s) meaning that the part of speech code is
prepended to the synset number.
-
synsetsToWords
java.util.Hashtable<K,V> synsetsToWords
Keys are String POS-prefixed synsets. Values
are ArrayList(s) of String(s) which are words. Note
that the order of words in the file is preserved.
-
exceptionNounHash
java.util.Hashtable<K,V> exceptionNounHash
list of irregular plural forms where the key is the
plural, singular is the value.
-
exceptionVerbHash
java.util.Hashtable<K,V> exceptionVerbHash
-
exceptionNounPluralHash
java.util.Hashtable<K,V> exceptionNounPluralHash
-
exceptionVerbPastHash
java.util.Hashtable<K,V> exceptionVerbPastHash
-
relations
java.util.Hashtable<K,V> relations
Keys are POS-prefixed synsets, values are ArrayList(s) of AVPair(s)
in which the attribute is a pointer type according to
http://wordnet.princeton.edu/man/wninput.5WN.html#sect3 and
the value is a POS-prefixed synset @see WordNetUtilities.convertWordNetPointer
-
wordCoFrequencies
java.util.HashMap<K,V> wordCoFrequencies
a HashMap of HashMaps where the key is a word sense of the
form word_POS_num signifying the word, part of speech and number
of the sense in WordNet. The value is a HashMap of words and the
number of times that word cooccurs in sentences with the word sense
given in the key.
-
wordFrequencies
java.util.HashMap<K,V> wordFrequencies
a HashMap of HashMaps where the key is a word and the value is a
HashMap of 9-digit POS-prefixed senses which is the value of the AVPair,
and the number of times that sense occurs in the Brown corpus, which is
the key of the AVPair
-
caseMap
java.util.HashMap<K,V> caseMap
-
senseFrequencies
java.util.HashMap<K,V> senseFrequencies
a HashMap where the key is a 9-digit POS-prefixed sense and the value is a
the number of times that sense occurs in the Brown corpus.
-
stopwords
java.util.ArrayList<E> stopwords
English "stop words" such as "a", "at", "them", which have no or little
inherent meaning when taken alone.
-
senseIndex
java.util.HashMap<K,V> senseIndex
A HashMap where the keys are of the form word_POS_sensenum (alpha POS like "VB")
and values are 8 digit WordNet synset byte offsets. Note that all words are
from index.sense, which reduces all words to lower case
-
reverseSenseIndex
java.util.HashMap<K,V> reverseSenseIndex
A HashMap where the keys are 9 digit POS prefixed WordNet synset byte offsets,
and the values are of the form word_POS_sensenum (alpha POS like "VB"). Note
that all words are from index.sense, which reduces
all words to lower case
-
verbFrames
java.util.HashMap<K,V> verbFrames
A HashMap where keys are 8 digit
WordNet synset byte offsets or synsets appended with a dash and a specific
word such as "12345678-foo". Values are ArrayList(s) of String
verb frame numbers.
-
wordsToSenseKeys
java.util.HashMap<K,V> wordsToSenseKeys
A HashMap with words as keys and ArrayList as values. The
ArrayList contains word senses which are Strings of the form
word_POS_num (alpha POS like "VB") signifying the word, part of speech and number of
the sense in WordNet. Note that all words are from index.sense, which reduces
all words to lower case
-
multiWords
MultiWords multiWords
-
OMW
java.util.HashMap<K,V> OMW
A HashMap with language name keys and HashMap values. The interior HashMap
has String keys which are PWN30 synsets with 8-digit synsets a dash and then a alphabetic
part of speech character. Values are words in the target language.