local labels = {}
local raw_categories = {}
-----------------------------------------------------------------------------
-- --
-- LABELS --
-- --
-----------------------------------------------------------------------------
labels["依語義分類的詞"] = {
description = "{{{langname}}}詞按照各自的語義功能進行分類,與詞性無關。",
umbrella_parents = "分類",
parents = {{name = "{{{langcat}}}", raw = true}},
}
labels["基數詞"] = {
description = "{{{langname}}}中描述事物數量的多少的詞。",
parents = {"數字"},
}
labels["demonstrative pro-forms"] = {
description = "{{{langname}}} terms that refer to specified entities or qualities.",
parents = {"依語義分類的詞"},
}
labels["分數詞"] = {
description = "{{{langname}}} terms that indicate proportioned parts of a whole.",
parents = {"數字"},
}
labels["indefinite pro-forms"] = {
description = "{{{langname}}} terms that refer to unspecified entities or qualities.",
parents = {"依語義分類的詞"},
}
labels["intensifiers"] = {
description = "{{{langname}}} terms that serve to intensify.",
parents = {"依語義分類的詞"},
}
labels["interrogative pro-forms"] = {
description = "{{{langname}}} terms that request the listener to specify.",
parents = {"依語義分類的詞"},
}
labels["否定極項"] = {
description = "主要或總是出現在否定語境中的{{{langname}}}詞語。",
parents = {"依語義分類的詞"},
}
labels["nominal numbers"] = {
description = "{{{langname}}} terms that represent numbers as entities in themselves.",
parents = {"數字"},
}
-- numbers;"數詞"在[[Module:Category_tree/poscatboiler/data/lemmas]]
labels["數字"] = {
description = "{{{langname}}} terms that represent or relate to numbers of various kinds.",
parents = {"依語義分類的詞"},
}
labels["序數詞"] = {
description = "{{{langname}}}中描述事物的先後順序的詞。",
parents = {"數字"},
}
labels["代替語"] = {
description = "指代其他詞性的{{{langname}}}詞語。",
parents = {"依語義分類的詞"},
}
labels["代句詞"] = {
description = "代替完整[[句子]]的{{{langname}}}詞語。",
parents = {"代替語"},
}
labels["questions"] = {
description = "{{{langname}}} terms that usually or notably used as questions.",
parents = {"依語義分類的詞", "sentences"},
}
labels["relative pro-forms"] = {
description = "{{{langname}}} terms that indicate [[relative clause]]s.",
parents = {"依語義分類的詞"},
}
for label, data in pairs(labels) do
if not data.umbrella_parents then
data.umbrella_parents = "Terms by semantic function subcategories by language"
end
end
-----------------------------------------------------------------------------
-- --
-- RAW CATEGORIES --
-- --
-----------------------------------------------------------------------------
raw_categories["Terms by semantic function subcategories by language"] = {
description = "Umbrella categories covering topics related to terms categorized by their semantic function, such as types of numbers or questions.",
additional = "{{{umbrella_meta_msg}}}",
parents = {
"綜合元分類",
{name = "依語義分類的詞", is_label = true, sort = " "},
},
}
return {LABELS = labels, RAW_CATEGORIES = raw_categories}