|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISynset
Interface for synsets.
| Method Summary | |
|---|---|
java.util.Vector<ISynset> |
getChildren()
Returns "children", that is hyponyms of the synset. |
java.util.Vector<ISynset> |
getChildren(int depth)
Returns "children", that is hyponyms of the synset, down to certain depth. |
java.lang.String |
getGloss()
Returns a synset gloss, that is a textual description of the meaning of the synset. |
java.util.Vector<java.lang.String> |
getLemmas()
Get lemmas of this synset. |
java.util.Vector<ISynset> |
getParents()
Returns "parents", that is hypernyms of the synset. |
java.util.Vector<ISynset> |
getParents(int depth)
Returns "parents", that is hypernyms of the synset, up to certain depth. |
boolean |
isNull()
Checks whether the synset holds a synset inside. |
| Method Detail |
|---|
java.lang.String getGloss()
java.util.Vector<java.lang.String> getLemmas()
java.util.Vector<ISynset> getParents()
java.util.Vector<ISynset> getParents(int depth)
depth - a search depth
java.util.Vector<ISynset> getChildren()
java.util.Vector<ISynset> getChildren(int depth)
depth - a search depth
boolean isNull()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||