Modifier and Type | Method and Description |
---|---|
static Gender |
Gender.create(String str)
Returns the gender that corresponds to the given Prolog atom.
|
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LexiconEntry |
LexiconEntry.createNounMassEntry(String wordForm,
String symbol,
Gender gender)
Creates a new lexicon entry that defines a mass noun, for example "money".
|
static LexiconEntry |
LexiconEntry.createNounPlEntry(String wordForm,
String symbol,
Gender gender)
Creates a new lexicon entry that defines the plural form of a countable noun, for example "countries".
|
static LexiconEntry |
LexiconEntry.createNounSgEntry(String wordForm,
String symbol,
Gender gender)
Creates a new lexicon entry that defines the singular form of a countable noun, for example "country".
|
static LexiconEntry |
LexiconEntry.createPropernameDefPlEntry(String wordForm,
String symbol,
Gender gender)
Creates a new lexicon entry that defines a plural proper name to be used with the definite article
"the", for example "the United-Nations".
|
static LexiconEntry |
LexiconEntry.createPropernameDefSgEntry(String wordForm,
String symbol,
Gender gender)
Creates a new lexicon entry that defines a singular proper name to be used with the definite article
"the", for example "the Nile".
|
static LexiconEntry |
LexiconEntry.createPropernamePlEntry(String wordForm,
String symbol,
Gender gender)
Creates a new lexicon entry that defines a plural proper name, for example "United-States".
|
static LexiconEntry |
LexiconEntry.createPropernameSgEntry(String wordForm,
String symbol,
Gender gender)
Creates a new lexicon entry that defines a singular proper name, for example "Switzerland".
|
Copyright © 2013. All Rights Reserved.