Module:Category tree/poscatboiler/data/speech acts


此數據子模塊定義了維基詞典分類結構的一部分。

關於poscatboiler系統的介紹以及如何添加或更改分類,請參見Module:category tree/poscatboiler/data/documentation


local labels = {}
local raw_categories = {}



-----------------------------------------------------------------------------
--                                                                         --
--                                  LABELS                                 --
--                                                                         --
-----------------------------------------------------------------------------

labels["言語行為"] = {
	description = "{{{langname}}} terms that serves a performative function, in addition to conveying information.",
	umbrella_parents = "語義功能子分類",
	parents = {"依語義分類的詞"},
}

labels["驅離用語"] = {
	description = "{{{langname}}} expressions intended to [[dismiss]] the listener.",
	parents = {"告別", "imperative sentences"},
}

labels["感謝用語"] = {
	description = "{{{langname}}} expressions intended to express the [[gratitude]] or [[thank]]s of the speaker to the listener.",
	parents = {"言語行為"},
}

labels["告別"] = {
	description = "{{{langname}}} expressions intended to mark the end of the speaker's interaction with the listener.",
	parents = {"言語行為"},
}

labels["問候"] = {
	description = "{{{langname}}} expressions intended to mark the start of the speaker's interaction with the listener.",
	parents = {"言語行為"},
}

labels["助記符"] = {
	description = "{{{langname}}} terms used for remembering something more easily.",
	parents = {"言語行為"},
}

labels["誓語"] = {
	description = "{{{langname}}} expressions which appeal to a deity or entity as a form of intensifier.",
	parents = {"言語行為", "intensifiers"},
}

labels["噴嚏反應"] = {
	description = "{{{langname}}} expressions said in response to a [[sneeze]].",
	parents = {"言語行為"},
}

labels["敬酒"] = {
	description = "{{{langname}}} expressions said as part of a [[toast]].",
	parents = {"言語行為"},
}

for label, data in pairs(labels) do
	if not data.umbrella_parents then
		data.umbrella_parents = "言語行為子分類"
	end
end



-----------------------------------------------------------------------------
--                                                                         --
--                              RAW CATEGORIES                             --
--                                                                         --
-----------------------------------------------------------------------------


raw_categories["言語行為子分類"] = {
	description = "Umbrella categories covering topics related to speech acts, such as greetings or farewells.",
	additional = "{{{umbrella_meta_msg}}}",
	parents = {
		"綜合元分類",
		{name = "言語行為", is_label = true, sort = " "},
	},
}


return {LABELS = labels, RAW_CATEGORIES = raw_categories}
Category:Category tree data modules/poscatboiler