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 StringADJADJ.static StringADPADP.static StringADVADV.static StringAUXAUX.static StringCCONJCCONJ.static StringDETDET.static StringINTJINTJ.static StringNOUNNOUN.static StringNUMNUM.static StringPARTPART.static StringPRONPRON.static StringPROPNPROPN.static StringPUNCTPUNCT.static StringSCONJSCONJ.static StringSYMSYM.static StringVERBVERB.static StringXX.
-
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
-