Module:category tree/poscatboiler/data/non-lemma forms: difference between revisions

From Wiktionary, the free dictionary
Jump to navigation Jump to search
Content deleted Content added
fix superlative descriptions
putting "comparative adjectives" and such under the corresponding "forms" category, as required by Wiktionary:Votes/2018-07/Restructure comparative and superlative categories
Line 166: Line 166:
description = "{{{langname}}} adjectives that express attributes in a relatively higher degree, or serve to set apart one thing from another.",
description = "{{{langname}}} adjectives that express attributes in a relatively higher degree, or serve to set apart one thing from another.",
fundamental = "Non-lemma forms subcategories by language",
fundamental = "Non-lemma forms subcategories by language",
parents = {"adjectives"},
parents = {"adjective forms"},
}
}


Line 178: Line 178:
description = "{{{langname}}} adverbs that express attributes in a relatively higher degree, or serve to set apart one thing from another.",
description = "{{{langname}}} adverbs that express attributes in a relatively higher degree, or serve to set apart one thing from another.",
fundamental = "Non-lemma forms subcategories by language",
fundamental = "Non-lemma forms subcategories by language",
parents = {"adverbs"},
parents = {"adverb forms"},
}
}


Line 543: Line 543:
description = "{{{langname}}} adjectives that express attributes in their highest possible degrees.",
description = "{{{langname}}} adjectives that express attributes in their highest possible degrees.",
fundamental = "Non-lemma forms subcategories by language",
fundamental = "Non-lemma forms subcategories by language",
parents = {"adjectives"},
parents = {"adjective forms"},
}
}


Line 555: Line 555:
description = "{{{langname}}} adverbs that express attributes in their highest possible degrees.",
description = "{{{langname}}} adverbs that express attributes in their highest possible degrees.",
fundamental = "Non-lemma forms subcategories by language",
fundamental = "Non-lemma forms subcategories by language",
parents = {"adverbs"},
parents = {"adverb forms"},
}
}



Revision as of 23:37, 10 January 2019

This data submodule defines part of Wiktionary's category structure.

For an introduction to the poscatboiler system and a description of how to add or modify categories, see Module:category tree/poscatboiler/data/documentation.


local labels = {}

labels["non-lemma forms"] = {
	description = "{{{langname}}} inflected forms of other [[Wiktionary:Lemmas|lemmas]], categorized by their part of speech.",
	fundamental = "Fundamental",
	parents = {{template = "langcatboiler"}},
}

labels["active participles"] = {
	description = "{{{langname}}} participles that express an agent actively performing an action.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["active adjectival participles"] = {
	description = "{{{langname}}} participles that function as adjectives and express an agent actively performing an action.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles", "adjectives"},
}

labels["adjectival participles"] = {
	description = "{{{langname}}} participles that function as adjectives.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles", "adjectives"},
}

labels["augmentative adjectives"] = {
	description = "{{{langname}}} adjective that are derived from a base adjective to convey greatness.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"adjectives"},
}

labels["adjective comparative forms"] = {
	description = "{{{langname}}} adjectives that are inflected to display relative degrees of given qualities between nouns.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "comparative forms"}},
}

labels["adjective construct forms"] = {
	description = "{{{langname}}} adjectives that are inflected to modify a noun in a genitive construction.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "construct"}},
}

labels["adjective definite forms"] = {
	description = "{{{langname}}} adjectives that are inflected to give attributes to specific and identifiable nouns.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "definite forms"}},
}

labels["adjective dual forms"] = {
	description = "{{{langname}}} adjectives that are inflected to be quantified as two.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "dual forms"}},
}

labels["adjective equative forms"] = {
	description = "{{{langname}}} adjectives that are inflected to display similar degrees of given qualities between nouns, i.e. '''A''' is as ''(insert adjective)'' as '''B'''.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "equative forms"}},
}

labels["adjective feminine forms"] = {
	description = "{{{langname}}} adjectives that are inflected to give attributes to nouns associated to female beings.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "feminine forms"}},
}

labels["adjective forms"] = {
	description = "{{{langname}}} adjectives that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "adjectives", sort = "**"}},
}

labels["adjective indefinite forms"] = {
	description = "{{{langname}}} adjectives that are inflected to give attributes to unspecified nouns.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "indefinite forms"}},
}

labels["adjective masculine forms"] = {
	description = "{{{langname}}} adjectives that are inflected to give attributes to nouns associated to male beings.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "masculine forms"}},
}

labels["adjective neuter forms"] = {
	description = "{{{langname}}} adjectives that are inflected to give attributes to nouns associated neither to male nor to female beings.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "neuter forms"}},
}

labels["adjective plural forms"] = {
	description = "{{{langname}}} adjectives that are inflected to give attributes to nouns quantified as more than one (more than two in some languages with dual number).",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "plural forms"}},
}

labels["adjective superlative forms"] = {
	description = "{{{langname}}} adjectives that are inflected to give attributes to nouns in their highest possible degrees.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "superlative forms"}},
}

labels["adjective vocative forms"] = {
	description = "{{{langname}}} adjectives that are inflected to give attributes to nouns in vocative case, that identify them as being addressed by the speakers.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adjective forms", sort = "vocative forms"}},
}

labels["adverb comparative forms"] = {
	description = "{{{langname}}} adverbs that are inflected to display relative degrees between affected clauses, sentences or phrases.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adverb forms", sort = "comparative forms"}},
}

labels["adverb forms"] = {
	description = "{{{langname}}} adverbs that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "adverbs", sort = "**"}},
}

labels["adverb superlative forms"] = {
	description = "{{{langname}}} adverbs that are inflected to modify clauses, sentences and phrases in their highest possible degrees.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "adverb forms", sort = "superlative forms"}},
}

labels["adverbial participles"] = {
	description = "{{{langname}}} participles that function as adverbs.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles", "adverbs"},
}

labels["agent participles"] = {
	description = "{{{langname}}} participles that express an agent by who something is done.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["anterior adverbial participles"] = {
	description = "{{{langname}}} participles that function as adverbs and express an action completed before the one expressed by the primary verb.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles", "adverbs"},
}

labels["article forms"] = {
	description = "{{{langname}}} articles that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"determiner forms", {name = "articles", sort = "**"}},
}

labels["circumfix forms"] = {
	description = "{{{langname}}} circumfixes that are inflected to express grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"morpheme forms", {name = "circumfixes", sort = "**"}},
}

labels["comparative adjective forms"] = {
	description = "{{{langname}}} comparative adjectives that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"comparative adjectives"},
}

labels["comparative adjectives"] = {
	description = "{{{langname}}} adjectives that express attributes in a relatively higher degree, or serve to set apart one thing from another.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"adjective forms"},
}

labels["comparative adverb forms"] = {
	description = "{{{langname}}} comparative adverbs that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"comparative adverbs"},
}

labels["comparative adverbs"] = {
	description = "{{{langname}}} adverbs that express attributes in a relatively higher degree, or serve to set apart one thing from another.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"adverb forms"},
}

labels["comparative-adjective forms"] = {
	description = "{{{langname}}} comparative adjectives that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"adjective forms", {name = "comparative adjectives", sort = "**"}},
}

labels["contemporary adverbial participles"] = {
	description = "{{{langname}}} participles that function as adverbs and express an action occuring simultaneously with the one expressed by the primary verb.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles", "adverbs"},
}

labels["converbs"] = {
	description = "{{{langname}}} verb forms that build clauses which function as adverbials.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"verb forms"},
}

labels["determiner comparative forms"] = {
	description = "{{{langname}}} determiners that are inflected to display relative degrees of given qualities between nouns.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "determiner forms", sort = "comparative forms"}},
}

labels["determiner forms"] = {
	description = "{{{langname}}} determiners that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "determiners", sort = "**"}},
}

labels["diminutive gerunds"] = {
	description = "{{{langname}}} diminutives of gerunds.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"verb forms"},
}

labels["extended adjective forms"] = {
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"adjective forms"},
}

labels["future active participles"] = {
	description = "{{{langname}}} participles that express an agent actively performing an action in future time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["future participles"] = {
	description = "{{{langname}}} participles that indicate future events.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["future passive participles"] = {
	description = "{{{langname}}} participles that express a patient having an action performed on it in future time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["gerunds"] = {
	description = "{{{langname}}} verbs that are conjugated to indicate ongoing events at unspecified moments.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"verb forms"},
}

labels["infinitive forms"] = {
	description = "{{{langname}}} infinitives that are conjugated to express grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"infinitives"},
}

labels["infinitives"] = {
	description = "{{{langname}}} non-finite verb forms of various kinds.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"verb forms"},
}

labels["interjection forms"] = {
	description = "{{{langname}}} interjections that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "interjections", sort = "**"}},
}

labels["morpheme forms"] = {
	description = "{{{langname}}} morphemes that are inflected to express grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "morphemes", sort = "**"}},
}

labels["mutated forms"] = {
	description = "{{{langname}}} mutated forms.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms"},
}

labels["negative participles"] = {
	description = "{{{langname}}} participles that express lack of an action being performed.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["nominal participles"] = {
	description = "{{{langname}}} participles that function as nouns.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles", "nouns"},
}

labels["noun construct forms"] = {
	description = "{{{langname}}} nouns that are inflected to modify a noun in a genitive construction.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "noun forms", sort = "construct"}},
}

labels["noun definite forms"] = {
	description = "{{{langname}}} nouns that are inflected to designate an identified object.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "noun forms", sort = "definite"}},
}

labels["noun dual forms"] = {
	description = "{{{langname}}} nouns that are inflected to be quantified as two.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "noun forms", sort = "dual"}},
}

labels["noun feminine forms"] = {
	description = "{{{langname}}} nouns that are inflected to be associated to female beings.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "noun forms", sort = "feminine"}},
}

labels["noun forms"] = {
	description = "{{{langname}}} nouns that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "nouns", sort = "**"}},
}

labels["noun indefinite forms"] = {
	description = "{{{langname}}} nouns that are inflected to designate an unidentified object.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "noun forms", sort = "indefinite"}},
}

labels["noun masculine forms"] = {
	description = "{{{langname}}} nouns that are inflected to be associated to male beings.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "noun forms", sort = "masculine"}},
}

labels["noun plural forms"] = {
	description = "{{{langname}}} nouns that are inflected to be quantified as more than one (more than two in some languages with dual number).",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "noun forms", sort = "plural"}},
}

labels["noun possessive forms"] = {
	description = "{{{langname}}} nouns that are inflected to indicate possession.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "noun forms", sort = "possessive"}},
}

labels["noun vocative forms"] = {
	description = "{{{langname}}} nouns that are inflected to identify them as being addressed by the speakers.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "noun forms", sort = "vocative"}},
}

labels["numeral forms"] = {
	description = "{{{langname}}} numerals that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "numerals", sort = "**"}},
}

labels["participle forms"] = {
	description = "{{{langname}}} participles that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "participles", sort = "**"}},
}

labels["participles"] = {
	description = "{{{langname}}} verbs not fully conjugated, usually to be used in compound conjugations.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"verb forms"},
}

labels["particle forms"] = {
	description = "{{{langname}}} particles that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "particles", sort = "**"}},
}

labels["passive participles"] = {
	description = "{{{langname}}} participles that express a patient having an action performed on it.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["passive adjectival participles"] = {
	description = "{{{langname}}} participles that function as adjectives and express a patient having an action performed on it.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles", "adjectives"},
}

labels["past active aorist participles"] = {
	description = "{{{langname}}} participles that express completed events in past time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["past active imperfect participles"] = {
	description = "{{{langname}}} participles that express ongoing events in past time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["past active participles"] = {
	description = "{{{langname}}} participles that express an agent actively performing an action in past time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["past adverbial participles"] = {
	description = "{{{langname}}} participles that function as adverbs and express actions in past time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"adverbial participles", "adverbs"},
}

labels["past participle forms"] = {
	description = "{{{langname}}} past participles that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participle forms", {name = "past participles", sort = "**"}},
}

labels["past participles"] = {
	description = "{{{langname}}} participles that express actions in past time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["past passive participles"] = {
	description = "{{{langname}}} participles that express a patient having an action performed on it in past time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["perfect participles"] = {
	description = "{{{langname}}} participles that express having completed or undergone an action.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["prefix forms"] = {
	description = "{{{langname}}} prefixes that are inflected to express grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"morpheme forms", {name = "prefixes", sort = "**"}},
}

labels["prepositional pronouns"] = {
	description = "{{{langname}}} pronouns that are combined with a preposition.",
	fundamental = "Lemmas subcategories by language",
	parents = {"pronoun forms", {name = "prepositions", sort = "pronouns"}},
}

labels["proper noun forms"] = {
	description = "{{{langname}}} proper nouns that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"noun forms", {name = "proper nouns", sort = "**"}},
}

labels["postposition forms"] = {
	description = "{{{langname}}} postpositions that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "postpositions", sort = "**"}},
}

labels["preposition forms"] = {
	description = "{{{langname}}} prepositions that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "prepositions", sort = "**"}},
}

labels["present active participles"] = {
	description = "{{{langname}}} participles that express an agent actively performing an action in present time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["present adverbial participles"] = {
	description = "{{{langname}}} participles that function as adverbs and express actions in present time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"adverbial participles", "adverbs"},
}

labels["present middle participles"] = {
	description = "{{{langname}}} participles that express an agent performing an action in present time in middle voice.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["present participle forms"] = {
	description = "{{{langname}}} present participles that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participle forms", {name = "present participles", sort = "**"}},
}

labels["present participles"] = {
	description = "{{{langname}}} participles that express actions occurring in the present time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["present passive participles"] = {
	description = "{{{langname}}} participles that express a patient having an action performed on it in present time.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"participles"},
}

labels["pronoun forms"] = {
	description = "{{{langname}}} pronouns that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "pronouns", sort = "**"}},
}

labels["pronoun possessive forms"] = {
	description = "{{{langname}}} pronouns that are inflected to indicate possession.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "pronoun forms", sort = "possessive"}},
}

labels["pronunciation variants"] = {
	description = "{{{langname}}} words that have alternative pronunciation-based spellings.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "pronunciation variants", sort = "**"}},
}

labels["proper noun plural forms"] = {
	description = "{{{langname}}} proper nouns that are inflected to be quantified as more than one (more than two in some languages with dual number).",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "proper noun forms", sort = "plural"}},
}

labels["singulatives"] = {
	description = "{{{langname}}} plural nouns that are inflected for singular number.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"noun forms"},
}

labels["suffix forms"] = {
	description = "{{{langname}}} suffixes that are inflected to express grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"morpheme forms", {name = "suffixes", sort = "**"}},
}

labels["superlative adjective forms"] = {
	description = "{{{langname}}} superlative adjectives that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"superlative adjectives"},
}

labels["superlative adjectives"] = {
	description = "{{{langname}}} adjectives that express attributes in their highest possible degrees.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"adjective forms"},
}

labels["superlative adverb forms"] = {
	description = "{{{langname}}} superlative adverbs that are inflected to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"superlative adverbs"},
}

labels["superlative adverbs"] = {
	description = "{{{langname}}} adverbs that express attributes in their highest possible degrees.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"adverb forms"},
}

labels["verb causative forms"] = {
	description = "{{{langname}}} verbs that are conjugated to express actions caused by external conditions.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "verb forms", sort = "causative"}},
}

labels["verb forms"] = {
	description = "{{{langname}}} verbs that are conjugated to display grammatical relations other than the main form.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {"non-lemma forms", {name = "verbs", sort = "**"}},
}

labels["verb imperative forms"] = {
	description = "{{{langname}}} verbs that are conjugated to express requests or commands.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "verb forms", sort = "imperative"}},
}

labels["verb irregular forms"] = {
	description = "{{{langname}}} verb forms that don't follow standard patterns of conjugation.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "verb forms", sort = "irregular"}},
}

labels["verb negative forms"] = {
	description = "{{{langname}}} verbs that are conjugated to express negation.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "verb forms", sort = "negative"}},
}

labels["verb passive forms"] = {
	description = "{{{langname}}} verbs that are conjugated to direct the action to the grammatical subject, by means of passive voice.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "verb forms", sort = "passive"}},
}

labels["verb simple past forms"] = {
	description = "{{{langname}}} verbs that are conjugated to indicate events before the current moment.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "verb forms", sort = "simple past"}},
}

labels["verb singular forms"] = {
	description = "{{{langname}}} verbs that are conjugated to express quantification of only one grammatical subject.",
	fundamental = "Non-lemma forms subcategories by language",
	parents = {{name = "verb forms", sort = "singular"}},
}

return labels