Module:Category tree/poscatboiler/data/lang-specific/henl

From The Languages of David J. Peterson
Revision as of 18:22, 26 September 2023 by Djp (talk | contribs) (Added more categories.)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Category tree/poscatboiler/data/lang-specific/henl/documentation

local labels = {}

-----------------------------------------------------------------------------
--                                                                         --
--                                   NOUNS                                 --
--                                                                         --
-----------------------------------------------------------------------------


--------------------------------- Noun labels -------------------------------


labels["nouns with irregular plurals"] = {
	description = "{{{langname}}} nouns that have irregular plural forms. Most often, these irregular plurals will feature a change in the root's final consonant or main vowel, or will feature an unpredictable vowel in the plural suffix.",
	parents = {"irregular nouns"},
}

labels["class 1 nouns with irregular plurals"] = {
	description = "{{{langname}}} class 1 nouns that have irregular plural forms. Most often, these irregular plurals will feature an ''-en'' rather than ''-yn'' suffix, but some will feature an internal vowel change.",
	parents = {"nouns with irregular plurals"},
}

labels["class 2 nouns with irregular plurals"] = {
	description = "{{{langname}}} class 2 nouns that have irregular plural forms. Most often, these irregular plurals will feature some sort of stem change.",
	parents = {"nouns with irregular plurals"},
}

labels["class 3 nouns with irregular plurals"] = {
	description = "{{{langname}}} class 3 nouns that have irregular plural forms. Most often, these irregular plurals will feature a ''-na'' rather than ''-ana'' suffix, but some will feature a stem change.",
	parents = {"nouns with irregular plurals"},
}

labels["class 4 nouns with irregular plurals"] = {
	description = "{{{langname}}} class 4 nouns that have irregular plural forms. Most often, these irregular plurals will feature a stem change, but some will have a variant suffix.",
	parents = {"nouns with irregular plurals"},
}

-----------------------------------------------------------------------------
--                                                                         --
--                                   VERBS                                 --
--                                                                         --
-----------------------------------------------------------------------------


--------------------------------- Verb labels -------------------------------


labels["verbs with irregular past tense"] = {
	description = "{{{langname}}} verbs that have irregular past tense forms. Most often, these past tense forms will feature some sort of internal vowel change, but some forms will have a variant suffix or final consonant.",
	parents = {"irregular verbs"},
}

return {LABELS = labels}