PartOfSpeech_Form
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 |
ADNOMIAL |
Adnomial Generated from protobuf enum |
AUXILIARY |
Auxiliary Generated from protobuf enum |
COMPLEMENTIZER |
Complementizer Generated from protobuf enum |
FINAL_ENDING |
Final ending Generated from protobuf enum |
GERUND |
Gerund Generated from protobuf enum |
REALIS |
Realis Generated from protobuf enum |
IRREALIS |
Irrealis Generated from protobuf enum |
SHORT |
Short form Generated from protobuf enum |
LONG |
Long form Generated from protobuf enum |
ORDER |
Order form Generated from protobuf enum |
SPECIFIC |
Specific form Generated from protobuf enum |