Module:Hrkt-translit/data/ams

Hello, you have come here looking for the meaning of the word Module:Hrkt-translit/data/ams. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:Hrkt-translit/data/ams, but we will also tell you about its etymology, its characteristics and you will know how to say Module:Hrkt-translit/data/ams in singular and plural. Everything you need to know about the word Module:Hrkt-translit/data/ams you have here. The definition of the word Module:Hrkt-translit/data/ams will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:Hrkt-translit/data/ams, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


-- ] transliteration data
local glottal = "\1"

return require("Module:Hrkt-translit").process_data{
	rom = {
		 = "i:",  = "si",  = "cu",  = "hu",
	},
	digraph = {
		 = {  = glottal .. "n" },
		 = {
			 = "ki:",  = "xi:",  = "gi:",
			 = "hi:",  = "pi:",  = "bi:",
			 = "ti:",  = "θi:",  = "di:",
			 = "ci:",  = "zi:",
			 = "mi:",  = "µi:",
			 = "ni:",
			 = "si:",
			 = "ri:",
			 = "wi:",  = "hwi:",  = glottal .. "wi:"
		},
		 = {
			 = "kye",
			 = "pye",
			 = "cye",
			 = "he",
		},
		 = {  = "co" },
		-- = {  = "µa" },  = {  = "µu" },
		-- = {  = "νa"},  = {  = "νi"},
	},
	tr_gem = {
		 = "t",  = "t",
		 = glottal,  = glottal,
		 = glottal,  = glottal,
	},
	tr_voicing = {
		 = glottal .. "u",
		 = "g",
		 = "z",
		 = "d",  = "z",  = glottal .. "ch",
		 = glottal .. "n",
		 = "b",
		 = glottal .. "m",
		 = glottal .. "y",
		 = glottal .. "r",
		 = glottal .. "w",
	},
	tr_semivoicing = {
		 = "u~",
		 = "x",
		 = "θ",  = "θ",  = "ç",
		 = "p",
		 = "l",
	},
	tr_long = {
		 = "ā",  = "ī",  = "ū",  = "ē",  = "ō",
		 = "ï",  = "ï̄",
		 = "ō",
		 = "ũ",  = "ũ̄",
	}
}