Module: Google::Cloud::Language::V1::PartOfSpeech::Tag

Defined in:
lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb

Overview

The part of speech tags enum.

Constant Summary collapse

UNKNOWN =

Unknown

0
ADJ =

Adjective

1
ADP =

Adposition (preposition and postposition)

2
ADV =

Adverb

3
CONJ =

Conjunction

4
DET =

Determiner

5
NOUN =

Noun (common and proper)

6
NUM =

Cardinal number

7
PRON =

Pronoun

8
PRT =

Particle or other function word

9
PUNCT =

Punctuation

10
VERB =

Verb (all tenses and modes)

11
X =

Other: foreign words, typos, abbreviations

12
AFFIX =

Affix

13