Module: Google::Cloud::Language::V1::PartOfSpeech::Form
- Defined in:
- lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb
Overview
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
Constant Summary collapse
- FORM_UNKNOWN =
Form is not applicable in the analyzed language or is not predicted.
0
- ADNOMIAL =
Adnomial
1
- AUXILIARY =
Auxiliary
2
- COMPLEMENTIZER =
Complementizer
3
- FINAL_ENDING =
Final ending
4
- GERUND =
Gerund
5
- REALIS =
Realis
6
- IRREALIS =
Irrealis
7
- SHORT =
Short form
8
- LONG =
Long form
9
- ORDER =
Order form
10
- SPECIFIC =
Specific form
11