public class NomLexEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NomLexEntry.NomLexClasses
These are the possible NOMBANK classes.
|
Modifier and Type | Field and Description |
---|---|
String |
adj |
static Set<NomLexEntry.NomLexClasses> |
ADJECTIVAL |
NomLexEntry.NomLexClasses |
nomClass |
static Set<NomLexEntry.NomLexClasses> |
NON_VERB_ADJ |
String |
orth |
String |
plural |
String |
verb |
static Set<NomLexEntry.NomLexClasses> |
VERBAL |
Constructor and Description |
---|
NomLexEntry() |
public static final Set<NomLexEntry.NomLexClasses> VERBAL
public static final Set<NomLexEntry.NomLexClasses> ADJECTIVAL
public static final Set<NomLexEntry.NomLexClasses> NON_VERB_ADJ
public NomLexEntry.NomLexClasses nomClass
public String orth
public String plural
public String verb
public String adj
Copyright © 2017. All rights reserved.