|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents WordNet synset.
Method Summary | |
String |
getGloss()
textual description of the synset |
long |
getOffset()
offset in index files |
int |
getPOS()
returns the part-of-speech for this synset, see WordNet::POS_XXX constants |
List |
getSemanticRelations()
get the SemanticRelation-s of this synset |
List |
getSemanticRelations(int type)
get the SemanticRelation-s of specific type (HYPERNYm) for this synset |
WordSense |
getWordSense(int offset)
get specific WordSense according to its order in the synset - most important senses come first |
List |
getWordSenses()
WordSenses contained in this synset |
boolean |
isUniqueBeginner()
is this synset a UB - i.e. |
Method Detail |
public int getPOS()
public boolean isUniqueBeginner() throws WordNetException
WordNetException
public String getGloss()
public long getOffset()
public List getWordSenses()
public WordSense getWordSense(int offset)
public List getSemanticRelations() throws WordNetException
WordNetException
public List getSemanticRelations(int type) throws WordNetException
WordNetException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |