|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWordnetKey
The wordnet type is identical to the wordnet sense key, which is a unique string that identifies a Wordnet word. The string representation is:
lemma%ss_type:lex_filenum:lex_idIn verbnet, ss_type is always 2 (meaning it is a verb)
Method Summary | |
---|---|
java.lang.String |
getLemma()
The lemma (root form) of the word indicated by wordnet type. |
int |
getLexicalFileNumber()
Returns the lexical file number associated with this wordnet type. |
int |
getLexicalID()
Returns the lexical id for this sense key, which is a non-negative integer. |
int |
getSynsetType()
Returns the synset number for the type, which will usually be 2 for all verbnet types. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.String getLemma()
null
, empty, or all whitespace.
int getSynsetType()
1=NOUN 2=VERB 3=ADJECTIVE 4=ADVERB 5=ADJECTIVE SATELLITE
int getLexicalFileNumber()
int getLexicalID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |