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
- # abbr.yes
- # poss.yes
- # reflex.yes
- # prefix.yes
- # prontype.prs: personal pronoun or determiner
- # prontype.rcp: reciprocal pronoun
- # prontype.art: Article is a special case of determiner that bears the feature of
- # definiteness
- # prontype.int: interrogative pronoun, determiner, numeral or adverb
- # prontype.rel: relative pronoun, determiner, numeral or adverb
- # prontype.ind: indefinite pronoun, determiner, numeral or adverb
- # prontype.emp: Emphatic pro-adjectives (determiners) emphasize the nominal they
- # depend on.
- # prontype.exc: exclamative determiner
- # prontype.dem: Demonstrative pronouns are often parallel to interrogatives.
- # case.nom: nominative
- # case.acc: accusative
- # case.dat: dative
- # case.gen: genitive
- # case.ins: instrumental / instructive
- # case.par: partitive
- # tense.past: past tense
- # tense.pres: present tense
- # tense.fut: future tense
- # voice.act: The subject of the verb is the doer of the action (agent).
- # voice.pass: The subject of the verb is affected by the action (patient).
- # number.sing: A singular noun denotes one person, animal or thing.
- # number.plur: A plural noun denotes several persons, animals or things.
- # number.ptan: Plurale tantum, some nouns appear only in the plural form even
- # though they denote one thing.
- # number.coll: Collective or mass or singulare tantum applies to words that use
- # grammatical singular to describe sets of objects.
- # person.1: The first person refers just to the speaker / author and in plural one
- # or more additional persons.
- # person.2: The second person refers to the addressee(s).
- # person.3: The third person refers to one or more persons that are neither
- # speakers nor addressees.
- # verbtype.mod: Verbs that take infinitive of another verb as argument and add
- # various modes of possibility, necessity etc.
- # verbtype.tense: Verb used to create periphrastic verb forms (tenses, passives
- # etc.).
- # verbform.inf: Infinitive is the citation form of verbs in many languages.
- # verbform.part: Participle is a non-finite verb form that shares properties of
- # verbs and adjectives.
- # verbform.ger: Gerund is a non-finite verb form that shares properties of verbs
- # and nouns.
- # verbform.conv: The converb, also called adverbial participle or transgressive,
- # is a non-finite verb form that shares properties of verbs and adverbs.
- # polite.infm: usually meant for communication with family members and close
- # friends.
- # polite.form: usually meant for communication with strangers and people of higher
- # social status.
- # numtype.ord: ordinal number (first, second,..)
- # numtype.card: cardinal number (one, two, many,....)
- # degree.pos: positive, first degree
- # degree.cmp: comparative, second degree
- # degree.sup: superlative, third degree
- # degree.dim: Added to features in universaldependencies. Diminutive.
- # mood.imp: The speaker uses imperative to order or ask the addressee to do the
- # action of the verb.
- # mood.sub: The subjunctive mood is used under certain circumstances in
- # subordinate clauses, typically for actions that are subjective or otherwise
- # uncertain.
- # mood.ind: A verb in indicative merely states that something happens, has
- # happened or will happen.
- # gender.masc: masculine gender
- # gender.fem: feminine gender
- # gender.neut: neuter gender
- # gender.com: Some languages do not distinguish masculine/feminine but they do
- # distinguish neuter vs. non-neuter. The non-neuter is called common gender.
- # hyph.yes
- # prodrop.yes
- # clitic.yes
- # inflection.infl: Not in universaldependencies. inflected
- # inflection.uninf: Not in universaldependencies. uninflected
- # suffix.yes
- # valency.1: An intransitive verb takes one argument (no object)
- # valency.2: A monotransitive verb takes two arguments (of which one object)
- # valency.3: A ditransitive verb takes three arguments (of which a direct and an
- # indirect object)
- # convertedfrom.adj: Not in universaldependencies. adjective used as another
- # category
- # convertedfrom.adv: Not in universaldependencies. adverb used as another category
- # convertedfrom.ver: Not in universaldependencies. verb used as another category
- # convertedfrom.num: Not in universaldependencies. numeral used as another
- # category
- # convertedfrom.pro: Not in universaldependencies. pronomen used as another
- # category
- # convertedfrom.part: Not in universaldependencies. verbform part used as another
- # category
- # predicate.yes: Not in universaldependencies. statement about the subject
- # construction.attr: Not in universaldependencies. attributive
- # pos.adj: Adjectives are words that typically modify nouns and specify their
- # properties or attributes.
- # pos.adp: Adposition is a cover term for prepositions and postpositions.
- # pos.adv: Adverbs are words that typically modify verbs for such categories as
- # time, place, direction or manner.
- # 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.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.det: Determiners are words that modify nouns or noun phrases and express the
- # reference of the noun phrase in context.
- # pos.intj: An interjection is a word that is used most often as an exclamation or
- # part of an exclamation.
- # pos.noun: Nouns are a part of speech typically denoting a person, place, thing,
- # animal or idea.
- # 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.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.pron: Pronouns are words that substitute for nouns or noun phrases, whose
- # meaning is recoverable from the linguistic or extralinguistic context.
- # 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.punct: Punctuation marks are non-alphabetical characters and character
- # groups used in many languages to delimit linguistic units in printed text.
- # pos.conj: Not in universaldependencies. A conjunction is a conjunction that
- # links constructions, where no assumption about the role of the constructions is
- # made.
- # pos.sconj: A subordinating conjunction is a conjunction that links constructions
- # by making one of them a constituent of the other.
- # pos.sym: A symbol is a word-like entity that differs from ordinary words by
- # form, function, or both.
- # pos.verb: A verb is a member of the syntactic class of words that typically
- # signal events and actions.
- # pos.x: The tag X is used for words that for some reason cannot be assigned a
- # real part-of-speech category.
- }
link Require by
- Lemmaextended lemma information, for details query.
- LemmaLinkInformation for linking. Use lemma and lang for a lemmasearch; use source, lemma and pos to find details. Note that lang may differ from lang in results.
- MinLemmaminimal lemma information with translations and subForms for lemmasearch query
- Paradigmparadigm form of a lemma
- QueryLanguage api for Dutch - Frisian - English, authoritative for Frisian, hence Frisian will show more details. You can use english when searching in lemmas or texts (examples etc.), you can directly query the frisian-english source, you can request details from the english source (i.e. using the links in results) and you can request english translations in results.
- Rhymingnull