Interface TokenResult.PartOfSpeech
- Enclosing class:
- TokenResult
public static interface TokenResult.PartOfSpeech
The part of speech of the token. For more information about the values, see [Universal
Dependencies POS tags](https://universaldependencies.org/u/pos/).
-
Field Summary
Fields Modifier and Type Field Description static String
ADJ
ADJ.static String
ADP
ADP.static String
ADV
ADV.static String
AUX
AUX.static String
CCONJ
CCONJ.static String
DET
DET.static String
INTJ
INTJ.static String
NOUN
NOUN.static String
NUM
NUM.static String
PART
PART.static String
PRON
PRON.static String
PROPN
PROPN.static String
PUNCT
PUNCT.static String
SCONJ
SCONJ.static String
SYM
SYM.static String
VERB
VERB.static String
X
X.
-
Field Details
-
ADJ
ADJ.- See Also:
- Constant Field Values
-
ADP
ADP.- See Also:
- Constant Field Values
-
ADV
ADV.- See Also:
- Constant Field Values
-
AUX
AUX.- See Also:
- Constant Field Values
-
CCONJ
CCONJ.- See Also:
- Constant Field Values
-
DET
DET.- See Also:
- Constant Field Values
-
INTJ
INTJ.- See Also:
- Constant Field Values
-
NOUN
NOUN.- See Also:
- Constant Field Values
-
NUM
NUM.- See Also:
- Constant Field Values
-
PART
PART.- See Also:
- Constant Field Values
-
PRON
PRON.- See Also:
- Constant Field Values
-
PROPN
PROPN.- See Also:
- Constant Field Values
-
PUNCT
PUNCT.- See Also:
- Constant Field Values
-
SCONJ
SCONJ.- See Also:
- Constant Field Values
-
SYM
SYM.- See Also:
- Constant Field Values
-
VERB
VERB.- See Also:
- Constant Field Values
-
X
X.- See Also:
- Constant Field Values
-