ENUM

Pos

link GraphQL Schema definition

  • enum Pos {
  • # Adjectives are words that typically modify nouns and specify their properties or
  • # attributes.
  • adj
  • # Adposition is a cover term for prepositions and postpositions.
  • adp
  • # Adverbs are words that typically modify verbs for such categories as time,
  • # place, direction or manner.
  • adv
  • # 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.
  • aux
  • # 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.
  • cconj
  • # Determiners are words that modify nouns or noun phrases and express the
  • # reference of the noun phrase in context.
  • det
  • # An interjection is a word that is used most often as an exclamation or part of
  • # an exclamation.
  • intj
  • # Nouns are a part of speech typically denoting a person, place, thing, animal or
  • # idea.
  • noun
  • # 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.
  • num
  • # 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.
  • part
  • # Pronouns are words that substitute for nouns or noun phrases, whose meaning is
  • # recoverable from the linguistic or extralinguistic context.
  • pron
  • # 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.
  • propn
  • # Punctuation marks are non-alphabetical characters and character groups used in
  • # many languages to delimit linguistic units in printed text.
  • punct
  • # Not in universaldependencies. A conjunction is a conjunction that links
  • # constructions, where no assumption about the role of the constructions is made.
  • conj
  • # A subordinating conjunction is a conjunction that links constructions by making
  • # one of them a constituent of the other.
  • sconj
  • # A symbol is a word-like entity that differs from ordinary words by form,
  • # function, or both.
  • sym
  • # A verb is a member of the syntactic class of words that typically signal events
  • # and actions.
  • verb
  • # The tag X is used for words that for some reason cannot be assigned a real
  • # part-of-speech category.
  • x
  • # An abbreviation
  • abbr
  • }