Modul:category tree/poscatboiler/data/terms by semantic function
A modult a Modul:category tree/poscatboiler/data/terms by semantic function/doc lapon tudod dokumentálni
local labels = {}
labels["terms by semantic function"] = {
description = "{{{langname}}} terms by their semantic function, regardless of part of speech.",
fundamental = "Fundamental",
parents = {{template = "langcatboiler"}},
}
labels["cardinal numbers"] = {
description = "{{{langname}}} terms that are used to count objects.",
parents = {"numbers"},
}
labels["demonstrative pro-forms"] = {
description = "{{{langname}}} terms that refer to specified entities or qualities.",
parents = {"pro-forms"},
}
labels["fractional numbers"] = {
description = "{{{langname}}} terms that indicate proportioned parts of a whole.",
parents = {"numbers"},
}
labels["hedges"] = {
description = "{{{langname}}} expressions that are used to qualify statements so as to lessen impact, e.g. to appear polite or modest or to soften a blow.",
parents = {"terms by semantic function"},
}
labels["indefinite pro-forms"] = {
description = "{{{langname}}} terms that refer to unspecified entities or qualities.",
parents = {"pro-forms"},
}
labels["intensifiers"] = {
description = "{{{langname}}} terms that serve to intensify.",
parents = {"terms by semantic function"},
}
labels["interrogative pro-forms"] = {
description = "{{{langname}}} terms that request the listener to specify.",
parents = {"pro-forms"},
}
labels["nominal numbers"] = {
description = "{{{langname}}} terms that represent numbers as entities in themselves.",
parents = {"numbers"},
}
labels["numbers"] = {
description = "{{{langname}}} terms that represent or relate to numbers of various kinds.",
parents = {"terms by semantic function"},
}
labels["ordinal numbers"] = {
description = "{{{langname}}} terms that specify the ordering of objects within a sequence.",
parents = {"numbers"},
}
labels["pro-forms"] = {
description = "{{{langname}}} terms that refer to other parts of speech.",
parents = {"terms by semantic function"},
}
labels["pro-sentences"] = {
description = "{{{langname}}} terms that substitute for full [[sentences]].",
parents = {"pro-forms"},
}
labels["questions"] = {
description = "{{{langname}}} terms that usually or notably used as questions.",
parents = {"terms by semantic function"},
}
labels["relative pro-forms"] = {
description = "{{{langname}}} terms that indicate [[relative clause]]s.",
parents = {"pro-forms"},
}
for label, data in pairs(labels) do
if not data.fundamental then
data.fundamental = "Terms by semantic function subcategories by language"
end
end
return labels