ENUM

GramType

grammar annotations, NOTE that "_" is used because "." isn't allowed in name, it should be replaced by "." during processing

link GraphQL Schema definition

  • enum GramType {
  • # islemma.yes
  • islemma_yes
  • # abbr.yes
  • abbr_yes
  • # poss.yes
  • poss_yes
  • # reflex.yes
  • reflex_yes
  • # prefix.yes
  • prefix_yes
  • # prontype.prs: personal pronoun or determiner
  • prontype_prs
  • # prontype.rcp: reciprocal pronoun
  • prontype_rcp
  • # prontype.art: Article is a special case of determiner that bears the feature of
  • # definiteness
  • prontype_art
  • # prontype.int: interrogative pronoun, determiner, numeral or adverb
  • prontype_int
  • # prontype.rel: relative pronoun, determiner, numeral or adverb
  • prontype_rel
  • # prontype.ind: indefinite pronoun, determiner, numeral or adverb
  • prontype_ind
  • # prontype.emp: Emphatic pro-adjectives (determiners) emphasize the nominal they
  • # depend on.
  • prontype_emp
  • # prontype.exc: exclamative determiner
  • prontype_exc
  • # prontype.dem: Demonstrative pronouns are often parallel to interrogatives.
  • prontype_dem
  • # case.nom: nominative
  • case_nom
  • # case.acc: accusative
  • case_acc
  • # case.dat: dative
  • case_dat
  • # case.gen: genitive
  • case_gen
  • # case.ins: instrumental / instructive
  • case_ins
  • # case.par: partitive
  • case_par
  • # tense.past: past tense
  • tense_past
  • # tense.pres: present tense
  • tense_pres
  • # tense.fut: future tense
  • tense_fut
  • # voice.act: The subject of the verb is the doer of the action (agent).
  • voice_act
  • # voice.pass: The subject of the verb is affected by the action (patient).
  • voice_pass
  • # number.sing: A singular noun denotes one person, animal or thing.
  • number_sing
  • # number.plur: A plural noun denotes several persons, animals or things.
  • number_plur
  • # number.ptan: Plurale tantum, some nouns appear only in the plural form even
  • # though they denote one thing.
  • number_ptan
  • # number.coll: Collective or mass or singulare tantum applies to words that use
  • # grammatical singular to describe sets of objects.
  • number_coll
  • # person.1: The first person refers just to the speaker / author and in plural one
  • # or more additional persons.
  • person_1
  • # person.2: The second person refers to the addressee(s).
  • person_2
  • # person.3: The third person refers to one or more persons that are neither
  • # speakers nor addressees.
  • person_3
  • # verbtype.mod: Verbs that take infinitive of another verb as argument and add
  • # various modes of possibility, necessity etc.
  • verbtype_mod
  • # verbtype.tense: Verb used to create periphrastic verb forms (tenses, passives
  • # etc.).
  • verbtype_tense
  • # verbform.inf: Infinitive is the citation form of verbs in many languages.
  • verbform_inf
  • # verbform.part: Participle is a non-finite verb form that shares properties of
  • # verbs and adjectives.
  • verbform_part
  • # verbform.ger: Gerund is a non-finite verb form that shares properties of verbs
  • # and nouns.
  • verbform_ger
  • # verbform.conv: The converb, also called adverbial participle or transgressive,
  • # is a non-finite verb form that shares properties of verbs and adverbs.
  • verbform_conv
  • # polite.infm: usually meant for communication with family members and close
  • # friends.
  • polite_infm
  • # polite.form: usually meant for communication with strangers and people of higher
  • # social status.
  • polite_form
  • # numtype.ord: ordinal number (first, second,..)
  • numtype_ord
  • # numtype.card: cardinal number (one, two, many,....)
  • numtype_card
  • # degree.cmp: comparative, second degree
  • degree_cmp
  • # degree.sup: superlative, third degree
  • degree_sup
  • # degree.dim: Added to features in universaldependencies. Diminutive.
  • degree_dim
  • # mood.imp: The speaker uses imperative to order or ask the addressee to do the
  • # action of the verb.
  • mood_imp
  • # mood.sub: The subjunctive mood is used under certain circumstances in
  • # subordinate clauses, typically for actions that are subjective or otherwise
  • # uncertain.
  • mood_sub
  • # mood.ind: A verb in indicative merely states that something happens, has
  • # happened or will happen.
  • mood_ind
  • # gender.masc: masculine gender
  • gender_masc
  • # gender.fem: feminine gender
  • gender_fem
  • # gender.neut: neuter gender
  • gender_neut
  • # gender.com: Some languages do not distinguish masculine/feminine but they do
  • # distinguish neuter vs. non-neuter. The non-neuter is called common gender.
  • gender_com
  • # hyph.yes
  • hyph_yes
  • # prodrop.yes
  • prodrop_yes
  • # clitic.yes
  • clitic_yes
  • # inflection.infl: Not in universaldependencies. inflected
  • inflection_infl
  • # inflection.uninf: Not in universaldependencies. uninflected
  • inflection_uninf
  • # suffix.yes
  • suffix_yes
  • # valency.1: An intransitive verb takes one argument (no object)
  • valency_1
  • # valency.2: A monotransitive verb takes two arguments (of which one object)
  • valency_2
  • # valency.3: A ditransitive verb takes three arguments (of which a direct and an
  • # indirect object)
  • valency_3
  • # convertedfrom.adj: Not in universaldependencies. adjective used as another
  • # category
  • convertedfrom_adj
  • # convertedfrom.adv: Not in universaldependencies. adverb used as another category
  • convertedfrom_adv
  • # convertedfrom.ver: Not in universaldependencies. verb used as another category
  • convertedfrom_ver
  • # convertedfrom.num: Not in universaldependencies. numeral used as another
  • # category
  • convertedfrom_num
  • # convertedfrom.pro: Not in universaldependencies. pronomen used as another
  • # category
  • convertedfrom_pro
  • # convertedfrom.part: Not in universaldependencies. verbform part used as another
  • # category
  • convertedfrom_part
  • # predicate.yes: Not in universaldependencies. statement about the subject
  • predicate_yes
  • # construction.attr: Not in universaldependencies. attributive
  • construction_attr
  • # pos.adj: Adjectives are words that typically modify nouns and specify their
  • # properties or attributes.
  • pos_adj
  • # pos.adp: Adposition is a cover term for prepositions and postpositions.
  • pos_adp
  • # pos.adv: Adverbs are words that typically modify verbs for such categories as
  • # time, place, direction or manner.
  • pos_adv
  • # pos.aux: An auxiliary is a function word that accompanies the lexical verb of a
  • # verb phrase and expresses grammatical distinctions not carried by the lexical
  • # verb, such as person, number, tense, mood, aspect, voice or evidentiality.
  • pos_aux
  • # pos.cconj: A coordinating conjunction is a word that links words or larger
  • # constituents without syntactically subordinating one to the other and expresses
  • # a semantic relationship between them.
  • pos_cconj
  • # pos.det: Determiners are words that modify nouns or noun phrases and express the
  • # reference of the noun phrase in context.
  • pos_det
  • # pos.intj: An interjection is a word that is used most often as an exclamation or
  • # part of an exclamation.
  • pos_intj
  • # pos.noun: Nouns are a part of speech typically denoting a person, place, thing,
  • # animal or idea.
  • pos_noun
  • # pos.num: A numeral is a word, functioning most typically as a determiner,
  • # adjective or pronoun, that expresses a number and a relation to the number, such
  • # as quantity, sequence, frequency or fraction.
  • pos_num
  • # pos.part: Particles are function words that must be associated with another word
  • # or phrase to impart meaning and that do not satisfy definitions of other
  • # universal parts of speech.
  • pos_part
  • # pos.pron: Pronouns are words that substitute for nouns or noun phrases, whose
  • # meaning is recoverable from the linguistic or extralinguistic context.
  • pos_pron
  • # pos.propn: A proper noun is a noun (or nominal content word) that is the name
  • # (or part of the name) of a specific individual, place, or object.
  • pos_propn
  • # pos.punct: Punctuation marks are non-alphabetical characters and character
  • # groups used in many languages to delimit linguistic units in printed text.
  • pos_punct
  • # pos.sconj: A subordinating conjunction is a conjunction that links constructions
  • # by making one of them a constituent of the other.
  • pos_sconj
  • # pos.sym: A symbol is a word-like entity that differs from ordinary words by
  • # form, function, or both.
  • pos_sym
  • # pos.verb: A verb is a member of the syntactic class of words that typically
  • # signal events and actions.
  • pos_verb
  • # pos.x: The tag X is used for words that for some reason cannot be assigned a
  • # real part-of-speech category.
  • pos_x
  • }