Module:User:iwsfutcmd/zh-pron-test

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


local safe_require = require("Module:load").safe_require

local export = {}

function export.make(frame)
	local mc_preview
	local m_ltc_pron
	local ch = "行"
	local mc = 1
	m_ltc_pron = require("Module:ltc-pron")
	mc_preview = m_ltc_pron.retrieve_pron(ch, false, mc, true)
	local data_module = safe_require("Module:zh/data/ltc-pron/" .. ch)
	local initial, final, tone = m_ltc_pron.infer_categories(data_module)
    return initial, final, tone
end

return export