Module:User:Awesomemeeos/mn-pron

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

This module sandbox is still in development.

Converts Cyrillic Mongolian to IPA as spoken in Ulaanbaatar. This module is not to be directly used. It is used by Template:mn-IPA, see there for usage.

Testcases

See Module:mn-pron/testcases.


-- See ]

local export = {}
local m_IPA = require("Module:IPA")

local consonants = {
		=	{ "b", "bʲ" },
		=	{ "w", "wʲ" },
		=	{ "ɢ", "ɢ" },
		=	{ "t", "tʲ" },
		=	{ "t͡ɕ", "t͡ɕ" },
		=	{ "t͡s", "t͡s" },
		=	{ "kʰ", "kʲʰ" },
		=	{ "ɮ", "ɮʲ" },
		=	{ "m", "mʲ" },
		=	{ "n", "nʲ" },
		=	{ "pʰ", "pʲʰ" },
		=	{ "r", "rʲ" },
		=	{ "s", "s" },
		=	{ "tʰ", "tʲʰ" },
		=	{ "f", "f" },
		=	{ "x", "xʲ" },
		=	{ "t͡sʰ", "t͡sʰ" },
		=	{ "t͡ɕʰ", "t͡ɕʰ" },
		=	{ "ʃ", "ʃ" },
		=	{ "ʃt͡ɕ", "ʃt͡ɕ" },
}


return export