class PartOfSpeech_Form

Depending on the language, Form can be categorizing different forms of verbs, adjectives, adverbs, etc. For example, categorizing inflected endings of verbs and adjectives or distinguishing between short and long forms of adjectives and participles

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

Constants

FORM_UNKNOWN

Form is not applicable in the analyzed language or is not predicted.

Generated from protobuf enum FORM_UNKNOWN = 0;

ADNOMIAL

Adnomial

Generated from protobuf enum ADNOMIAL = 1;

AUXILIARY

Auxiliary

Generated from protobuf enum AUXILIARY = 2;

COMPLEMENTIZER

Complementizer

Generated from protobuf enum COMPLEMENTIZER = 3;

FINAL_ENDING

Final ending

Generated from protobuf enum FINAL_ENDING = 4;

GERUND

Gerund

Generated from protobuf enum GERUND = 5;

REALIS

Realis

Generated from protobuf enum REALIS = 6;

IRREALIS

Irrealis

Generated from protobuf enum IRREALIS = 7;

SHORT

Short form

Generated from protobuf enum SHORT = 8;

LONG

Long form

Generated from protobuf enum LONG = 9;

ORDER

Order form

Generated from protobuf enum ORDER = 10;

SPECIFIC

Specific form

Generated from protobuf enum SPECIFIC = 11;