Module:dialect synonyms/und/word

This module contains dialectal Undetermined synonyms for word.


local export = {}

export.gloss = "unit of language"
export.note = "This is a note."

export.syns = {
	["1"]     = {"詞"},
	["2"]     = {"this"},
	["3"]     = {"-"},
	["4"]     = {{word="doublet",pos="n",genders={"m"},id="linguistics"}},
	["Ipsum"] = {"is"},
	["Sit"]   = {"a"},
	["Amet"]  = {"test"},
}

return export