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

From The Languages of David J. Peterson
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["class 1 nouns"] = {
	description = "{{{langname}}} nouns that belong to class 1. Class 1 is the default noun class in {{{langname}}}, so most count nouns belong to class 1. Regular class 1 plural nouns co-occur with the suffix ''-yn''.",
	parents = {"nouns by class"},
}

labels["class 2 nouns"] = {
	description = "{{{langname}}} nouns that belong to class 2. Class 2 nouns are mostly animate. Regular class 2 plural nouns co-occur with the suffix ''-ath''.",
	parents = {"nouns by class"},
}

labels["class 3 nouns"] = {
	description = "{{{langname}}} nouns that belong to class 3. Class 3 nouns are mostly inanimate. Regular class 3 plural nouns co-occur with the suffix ''-ana''.",
	parents = {"nouns by class"},
}

labels["class 4 nouns"] = {
	description = "{{{langname}}} nouns that belong to class 4. Class 4 nouns are those whose plurals are interpreted as collective. Regular class 4 plural nouns co-occur with the suffix ''-a''.",
	parents = {"nouns by class"},
}

labels["class 5 nouns"] = {
	description = "{{{langname}}} nouns that belong to class 5. Class 5 nouns are mass nouns, and, as such, have no number morphology associated with them.",
	parents = {"nouns by class"},
}

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}}} [[:Category:Hen Linge class 1 nouns|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}}} [[:Category:Hen_Linge_class_2_nouns|class 2 nouns]] 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}}} [[:Category:Hen_Linge_class_3_nouns|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}}} [[:Category:Hen_Linge_class_4_nouns|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}