Modifier and Type | Method and Description |
---|---|
static LexiconEntry |
LexiconEntry.createAdjCompEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the comparative form of an adjective, for example "richer".
|
static LexiconEntry |
LexiconEntry.createAdjEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the positive form of an adjective, for example "rich".
|
static LexiconEntry |
LexiconEntry.createAdjSupEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the superlative form of an adjective, for example "richest".
|
static LexiconEntry |
LexiconEntry.createAdvCompEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the comparative form of an adverb, for example "faster".
|
static LexiconEntry |
LexiconEntry.createAdvEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the positive form of an adverb, for example "manually" or "fast".
|
static LexiconEntry |
LexiconEntry.createAdvSupEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the superlative form of an adverb, for example "fastest".
|
static LexiconEntry |
LexiconEntry.createDitrVerbInfEntry(String wordForm,
String symbol,
String preposition)
Creates a new lexicon entry that defines the bare infinitive form of a ditransitive verb, for example "give".
|
static LexiconEntry |
LexiconEntry.createDitrVerbPPEntry(String wordForm,
String symbol,
String preposition)
Creates a new lexicon entry that defines the past participle form of a ditransitive verb, for example "given".
|
static LexiconEntry |
LexiconEntry.createDitrVerbThirdEntry(String wordForm,
String symbol,
String preposition)
Creates a new lexicon entry that defines the third singular form of a ditransitive verb, for example "gives".
|
static LexiconEntry |
LexiconEntry.createEntry(String lexiconTerm)
Creates a new lexicon entry on the basis of a string that is a serialization of a Prolog term.
|
static LexiconEntry |
LexiconEntry.createItrVerbInfEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the bare infinitive form of an intransitive verb, for example "wait".
|
static LexiconEntry |
LexiconEntry.createItrVerbThirdEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the third singular form of an intransitive verb, for example "waits".
|
static LexiconEntry |
LexiconEntry.createMeasureNounPlEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the plural form of a measurement noun, for example "miles", "km".
|
static LexiconEntry |
LexiconEntry.createMeasureNounSgEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the singular form of a measurement noun, for example "mile", "km".
|
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.createPrepEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines a preposition, for example "for".
|
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".
|
static LexiconEntry |
LexiconEntry.createTrAdjCompEntry(String wordForm,
String symbol,
String preposition)
Creates a new lexicon entry that defines the comparative form of a transitive adjective, for example "fonder-of".
|
static LexiconEntry |
LexiconEntry.createTrAdjEntry(String wordForm,
String symbol,
String preposition)
Creates a new lexicon entry that defines the positive form of a transitive adjective, for example "fond-of".
|
static LexiconEntry |
LexiconEntry.createTrAdjSupEntry(String wordForm,
String symbol,
String preposition)
Creates a new lexicon entry that defines the superlative form of a transitive adjective, for example "fondest-of".
|
static LexiconEntry |
LexiconEntry.createTrVerbInfEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the bare infinitive form of a transitive verb, for example "contain".
|
static LexiconEntry |
LexiconEntry.createTrVerbPPEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the past participle form of a transitive verb, for example "contained".
|
static LexiconEntry |
LexiconEntry.createTrVerbThirdEntry(String wordForm,
String symbol)
Creates a new lexicon entry that defines the third singular form of a transitive verb, for example "contains".
|
Modifier and Type | Method and Description |
---|---|
List<LexiconEntry> |
Lexicon.getEntries()
Returns a list of all lexicon entries that are contained in this lexicon.
|
Modifier and Type | Method and Description |
---|---|
void |
Lexicon.addEntry(LexiconEntry entry)
Adds a lexicon entry to this lexicon.
|
void |
APELocal.addLexiconEntry(LexiconEntry lexiconEntry)
Adds a new lexicon entry.
|
void |
Lexicon.removeEntry(LexiconEntry entry)
Removes the lexicon entry from this lexicon.
|
Modifier and Type | Method and Description |
---|---|
void |
Lexicon.addEntries(Collection<LexiconEntry> entries)
Adds a collection of lexicon entries to this lexicon.
|
Copyright © 2013. All Rights Reserved.