본문으로 이동

모듈:category tree/speech acts

위키낱말사전, 말과 글의 누리

이 모듈에 대한 설명문서는 모듈:category tree/speech acts/설명문서에서 만들 수 있습니다

local labels = {}
local raw_categories = {}



-----------------------------------------------------------------------------
--                                                                         --
--                                  레이블                                 --
--                                                                         --
-----------------------------------------------------------------------------

labels["speech acts"] = {
	description = "정보 전달 외에, 수행적 기능을 하는 {{{langname}}} 낱말 (발화 행위).",
	umbrella_parents = "언어별 의미 기능 하위 분류",
	parents = {"terms by semantic function"},
}

labels["dismissals"] = {
	description = "청자를 [[물리치려는|dismiss]] 의도를 가진 {{{langname}}} 표현.",
	parents = {"farewells", "imperative sentences"},
}

labels["expressions of gratitude"] = {
	description = "화자의 [[감사]]나 [[고마움]]을 청자에게 표현하려는 의도를 가진 {{{langname}}} 표현.",
	parents = {"speech acts"},
}

labels["farewells"] = {
	description = "화자와 청자의 상호작용의 끝을 알리려는 의도를 가진 {{{langname}}} 표현 (작별 인사).",
	parents = {"speech acts"},
}

labels["greetings"] = {
	description = "화자와 청자의 상호작용의 시작을 알리려는 의도를 가진 {{{langname}}} 표현 (인사).",
	parents = {"speech acts"},
}

labels["mnemonics"] = {
	description = "무언가를 더 쉽게 기억하기 위해 사용되는 {{{langname}}} 낱말 (기억술).",
	parents = {"speech acts"},
}

labels["oaths"] = {
	description = "강조의 형태로 신이나 다른 존재에게 호소하는 {{{langname}}} 표현 (맹세).",
	parents = {"speech acts", "intensifiers"},
}

labels["responses to sneezing"] = {
	description = "[[재채기]]에 대한 반응으로 말하는 {{{langname}}} 표현.",
	parents = {"speech acts"},
}

labels["toasts"] = {
	description = "[[건배]]의 일부로 말하는 {{{langname}}} 표현 (건배사).",
	parents = {"speech acts"},
}

for label, data in pairs(labels) do
	if not data.umbrella_parents then
		data.umbrella_parents = "언어별 발화 행위 하위 분류"
	end
end



-----------------------------------------------------------------------------
--                                                                         --
--                              원시(RAW) 분류                             --
--                                                                         --
-----------------------------------------------------------------------------

raw_categories["언어별 발화 행위 하위 분류"] = {
	description = "인사나 작별과 같은 발화 행위 관련 주제를 다루는 포괄 분류.",
	additional = "{{{umbrella_meta_msg}}}",
	parents = {
		"포괄 메타분류",
		{name = "speech acts", is_label = true, sort = " "},
	},
}

return {LABELS = labels, RAW_CATEGORIES = raw_categories}