public static enum NlpConstants.PartOfSpeechTag extends java.lang.Enum<NlpConstants.PartOfSpeechTag>
Enum Constant and Description |
---|
ADJP |
ADVP |
CC |
CD |
DT |
IN |
JJ |
JJR |
JJS |
NN |
NNP |
NNPS |
NNS |
NP |
PP |
PRP |
PRP$ |
RB |
RBR |
RBS |
RP |
S |
SBAR |
SBARQ |
SINV |
SQ |
VB |
VBD |
VBG |
VBN |
VBP |
VBZ |
VP |
WDT |
WP |
WP$ |
WRB |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static NlpConstants.PartOfSpeechTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NlpConstants.PartOfSpeechTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NlpConstants.PartOfSpeechTag S
public static final NlpConstants.PartOfSpeechTag SBAR
public static final NlpConstants.PartOfSpeechTag SBARQ
public static final NlpConstants.PartOfSpeechTag SINV
public static final NlpConstants.PartOfSpeechTag SQ
public static final NlpConstants.PartOfSpeechTag ADJP
public static final NlpConstants.PartOfSpeechTag ADVP
public static final NlpConstants.PartOfSpeechTag NP
public static final NlpConstants.PartOfSpeechTag PP
public static final NlpConstants.PartOfSpeechTag VP
public static final NlpConstants.PartOfSpeechTag CC
public static final NlpConstants.PartOfSpeechTag CD
public static final NlpConstants.PartOfSpeechTag DT
public static final NlpConstants.PartOfSpeechTag IN
public static final NlpConstants.PartOfSpeechTag JJ
public static final NlpConstants.PartOfSpeechTag JJR
public static final NlpConstants.PartOfSpeechTag JJS
public static final NlpConstants.PartOfSpeechTag NN
public static final NlpConstants.PartOfSpeechTag NNS
public static final NlpConstants.PartOfSpeechTag NNP
public static final NlpConstants.PartOfSpeechTag NNPS
public static final NlpConstants.PartOfSpeechTag PRP
public static final NlpConstants.PartOfSpeechTag PRP$
public static final NlpConstants.PartOfSpeechTag VB
public static final NlpConstants.PartOfSpeechTag VBD
public static final NlpConstants.PartOfSpeechTag VBG
public static final NlpConstants.PartOfSpeechTag VBN
public static final NlpConstants.PartOfSpeechTag VBP
public static final NlpConstants.PartOfSpeechTag VBZ
public static final NlpConstants.PartOfSpeechTag RB
public static final NlpConstants.PartOfSpeechTag RBR
public static final NlpConstants.PartOfSpeechTag RBS
public static final NlpConstants.PartOfSpeechTag RP
public static final NlpConstants.PartOfSpeechTag WDT
public static final NlpConstants.PartOfSpeechTag WP
public static final NlpConstants.PartOfSpeechTag WP$
public static final NlpConstants.PartOfSpeechTag WRB
public static NlpConstants.PartOfSpeechTag[] values()
for (NlpConstants.PartOfSpeechTag c : NlpConstants.PartOfSpeechTag.values()) System.out.println(c);
public static NlpConstants.PartOfSpeechTag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDescription()