|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LexUnit in germanet |
---|
Methods in germanet that return LexUnit | |
---|---|
LexUnit |
GermaNet.getLexUnitByID(java.lang.String id)
Return the LexUnit with id, or null if it is not found CAUTION: LexUnit ids are not stable between data releases. |
Methods in germanet that return types with arguments of type LexUnit | |
---|---|
java.util.List<LexUnit> |
GermaNet.getLexUnits()
Return a list of all LexUnits. |
java.util.List<LexUnit> |
Synset.getLexUnits()
Return a List of this Synset's LexUnits. |
java.util.List<LexUnit> |
GermaNet.getLexUnits(java.lang.String orthForm)
Return a List of all LexUnits in which orthForm occurs. |
java.util.List<LexUnit> |
GermaNet.getLexUnits(WordClass wordClass)
Return a List of all LexUnits in the specified wordClass. |
java.util.List<LexUnit> |
LexUnit.getRelations()
Return a List of all of the LexUnits that this LexUnit has any relation to. |
java.util.List<LexUnit> |
LexUnit.getRelations(LexRel type)
Return a List of LexUnits that have the relation type to this LexUnit. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |