Module:siwa-noun/common: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 36: Line 36:


function export.coalescence(word, stress)
function export.coalescence(word, stress)
--[[local diphthongs = {
local diphthongs = {
["[aę]▫[aę]"] = "ả", ["e▫e"] = "ẻ", ["i▫i"] = "ỉ", ["u▫[yuů]"] = "ủ", ["[yů]▫u"] = "ủ",
["[aę]▫[aę]"] = "ả", ["e▫e"] = "ẻ", ["i▫i"] = "ỉ", ["u▫[yuů]"] = "ủ", ["[yů]▫u"] = "ủ",
["a▫e"] = "ai", ["a▫o"] = "au", ["ę▫[uů]"] = "ay",
["a▫e"] = "ai", ["a▫o"] = "au", ["ę▫[uů]"] = "ay",
Line 76: Line 76:
end
end
word = gsub(word, "▫", "")]]
word = gsub(word, "▫", "")
--[[local c3 = word
--[[local c3 = word

Navigation menu