Module:User:Awesomemeeos/gaeilge

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


--[[
-- the first set is broad, and the second set is narrow
-- munster is the primary set
local cons_munster = {
		=	{ "bˠ", "bʲ" },
		=	{ "vˠ", "vʲ"},
		=	{ "vˠ", "vʲ"},
		=	{ "bˠ", "bʲ" },
		=	{ "k", "c" },
		=	{ "x", "ç" },
		=	{ "d̪ˠ", "dʲ" },
		=	{ "ɣ", "j"},
		=	{ "d̪ˠ", "dʲ" },
		=	{ "fˠ", "fʲ"},
		=	{ "", ""}, --silent
		=	{ "ɡ", "ɟ"},
		=	{ "ɡ", "ɟ"},
		=	{ "ɣ", "j"},
		=	{ "h", "h"},
		=	{ "lˠ", "lʲ"},
		=	{ "l̪ˠ", "l̠ʲ"},
		=	{ "mˠ", "mʲ"},
		=	{ "mˠ", "mʲ"},
		=	{ "vˠ", "vʲ"},
		=	{ "nˠ", "nʲ"},
		=	{ "n̪ˠ", "n̠ʲ"},
		=	{ "ŋ", "ɲ"},
		=	{ "n̪ˠ", "n̠ʲ"},
		=	{ "pˠ", "pʲ"},
		=	{ "fˠ", "fʲ"},
		=	{ "ɾˠ", "ɾʲ" },
		=	{ "ɾˠ", "ɾˠ" },
		=	{ "sˠ", "ʃ" },
		=	{ "h", "h"},
		=	{ "t̪ˠ", "tʲ"},
		=	{ "h", "h"},
		=	{ "vˠ", "vʲ"},
		=	{ "zˠ", "ʒ" },
	}

	text = mw.ustring.gsub(text, 'k', "c")
	text = mw.ustring.gsub(text, 'kh', "ch")
	text = mw.ustring.gsub(text, 'q', "c")
	text = mw.ustring.gsub(text, 'w', "v")
	text = mw.ustring.gsub(text, 'x', "cs")

	text = mw.ustring.gsub(text, 'y', "i")

-- Connacht changes
	text = mw.ustring.gsub(text, '^vˠ', "w")
	text = mw.ustring.gsub(text, '()vˠ', "%1w")

local vowels_munster = {
	 = "ɑ",  = "ɑː",  = "ə",  = "eː",  = "ɪ",  = "iː",  = "ɔ",  = "oː",  = "ʊ",  = "uː",
	 = "ɑ",  = "ɑ",  = "ɑː",  = "iː",  = "eː",  = "a",  = "eː",  = "ɛ",  = "eː",  = "oː",  = "iə̯",  = "ʊ" --also ɪ ,   = "ʊ",  = "uə̯",  = "uə̯",  = "ɪ",  = "uː",
}
--]]