class PartOfSpeech_Tag

The part of speech tags enum.

Protobuf enum Google\Cloud\Language\V1beta2\PartOfSpeech\Tag

Constants

UNKNOWN

Unknown

Generated from protobuf enum UNKNOWN = 0;

ADJ

Adjective

Generated from protobuf enum ADJ = 1;

ADP

Adposition (preposition and postposition)

Generated from protobuf enum ADP = 2;

ADV

Adverb

Generated from protobuf enum ADV = 3;

CONJ

Conjunction

Generated from protobuf enum CONJ = 4;

DET

Determiner

Generated from protobuf enum DET = 5;

NOUN

Noun (common and proper)

Generated from protobuf enum NOUN = 6;

NUM

Cardinal number

Generated from protobuf enum NUM = 7;

PRON

Pronoun

Generated from protobuf enum PRON = 8;

PRT

Particle or other function word

Generated from protobuf enum PRT = 9;

PUNCT

Punctuation

Generated from protobuf enum PUNCT = 10;

VERB

Verb (all tenses and modes)

Generated from protobuf enum VERB = 11;

X

Other: foreign words, typos, abbreviations

Generated from protobuf enum X = 12;

AFFIX

Affix

Generated from protobuf enum AFFIX = 13;