| Modifier and Type | Method and Description |
|---|---|
GrammaticalGender |
IWiktionaryEntry.getGender()
Returns the grammatical gender of this lexical entry, which can
be one of masculine, feminine, neuter.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrammaticalGender> |
IWiktionaryEntry.getGenders()
Returns the grammatical genders of this lexical entry.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<GrammaticalGender> |
WiktionaryEntry.genders |
| Modifier and Type | Method and Description |
|---|---|
GrammaticalGender |
WiktionaryEntry.getGender() |
| Modifier and Type | Method and Description |
|---|---|
List<GrammaticalGender> |
WiktionaryEntry.getGenders() |
| Modifier and Type | Method and Description |
|---|---|
void |
WiktionaryEntry.addGender(GrammaticalGender gender)
Adds the given grammatical gender to the list of genders.
|
| Modifier and Type | Method and Description |
|---|---|
static GrammaticalGender |
GrammaticalGender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrammaticalGender[] |
GrammaticalGender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<GrammaticalGender> |
DEPartOfSpeechHandler.genders |
| Modifier and Type | Method and Description |
|---|---|
List<GrammaticalGender> |
ENWordFormHandler.getGenders() |
List<GrammaticalGender> |
IWordFormHandler.getGenders() |
List<GrammaticalGender> |
ENNonEngWordFormHandler.getGenders() |
Copyright © 2011-2016 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.