Module: Google::Cloud::Language::V1::PartOfSpeech::Case
- Defined in:
- lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb
Overview
The grammatical function performed by a noun or pronoun in a phrase, clause, or sentence. In some languages, other parts of speech, such as adjective and determiner, take case inflection in agreement with the noun.
Constant Summary collapse
- CASE_UNKNOWN =
Case is not applicable in the analyzed language or is not predicted.
0- ACCUSATIVE =
Accusative
1- ADVERBIAL =
Adverbial
2- COMPLEMENTIVE =
Complementive
3- DATIVE =
Dative
4- GENITIVE =
Genitive
5- INSTRUMENTAL =
Instrumental
6- LOCATIVE =
Locative
7- NOMINATIVE =
Nominative
8- OBLIQUE =
Oblique
9- PARTITIVE =
Partitive
10- PREPOSITIONAL =
Prepositional
11- REFLEXIVE_CASE =
Reflexive
12- RELATIVE_CASE =
Relative
13- VOCATIVE =
Vocative
14