|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LexUnit in germanet |
---|
Methods in germanet that return LexUnit | |
---|---|
LexUnit |
GermaNet.getLexUnitByID(int id)
Returns the LexUnit with id , or
null if it is not found. |
Methods in germanet that return types with arguments of type LexUnit | |
---|---|
java.util.List<LexUnit> |
GermaNet.getLexUnits()
Returns a List of all LexUnits . |
java.util.List<LexUnit> |
Synset.getLexUnits()
Returns a List of this Synset 's
LexUnits . |
java.util.List<LexUnit> |
GermaNet.getLexUnits(java.lang.String orthForm)
Returns a List of all LexUnits in which
orthForm occurs, using the ignoreCase flag as
set in the constructor. |
java.util.List<LexUnit> |
GermaNet.getLexUnits(java.lang.String orthForm,
WordCategory wordCategory)
Returns a List of LexUnits with the specified
orthForm and wordCategory . |
java.util.List<LexUnit> |
GermaNet.getLexUnits(WordCategory wordCategory)
Returns a List of all LexUnits in the specified
wordCategory . |
java.util.List<LexUnit> |
LexUnit.getRelatedLexUnits()
Returns a List of all of the LexUnits that this
LexUnit has any relation to. |
java.util.List<LexUnit> |
LexUnit.getRelatedLexUnits(LexRel type)
Returns a List of LexUnits that have the
relation type to this LexUnit . |
java.util.List<LexUnit> |
LexUnit.getSynonyms()
Returns the synonyms of this LexUnit - a List
of LexUnits that are part of this LexUnit 's
Synset . |
Methods in germanet with parameters of type LexUnit | |
---|---|
protected void |
Synset.addLexUnit(LexUnit lexUnit)
Adds a LexUnit to this Synset . |
protected void |
LexUnit.addRelation(LexRel type,
LexUnit target)
Adds a relation of the specified type to the target LexUnit . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |