Package | Description |
---|---|
edu.illinois.cs.cogcomp.edison.data.srl | |
edu.illinois.cs.cogcomp.edison.utilities |
Modifier and Type | Field and Description |
---|---|
NomLexEntry.NomLexClasses |
NomLexEntry.nomClass |
Modifier and Type | Field and Description |
---|---|
static Set<NomLexEntry.NomLexClasses> |
NomLexEntry.ADJECTIVAL |
static Set<NomLexEntry.NomLexClasses> |
NomLexEntry.NON_VERB_ADJ |
static Set<NomLexEntry.NomLexClasses> |
NomLexEntry.VERBAL |
Modifier and Type | Method and Description |
---|---|
static NomLexEntry.NomLexClasses |
NomLexEntry.NomLexClasses.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NomLexEntry.NomLexClasses[] |
NomLexEntry.NomLexClasses.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<NomLexEntry.NomLexClasses> |
NomLexReader.getNomLexClasses(String predicateWord,
String predicateLemma) |
Modifier and Type | Method and Description |
---|---|
static boolean |
POSUtils.isNominalization(String token,
String pos,
NomLexReader nomLex,
Set<NomLexEntry.NomLexClasses> classes) |
Copyright © 2015. All rights reserved.