45,660
edits
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
["ḍb"] = "p", ["ḍḍ"] = "hh", ["ḍg"] = "k", | ["ḍb"] = "p", ["ḍḍ"] = "hh", ["ḍg"] = "k", | ||
--semi-vowels | --semi-vowels | ||
["[ou]ų"] = " | ["[ou]ų"] = "ů▫", | ||
} | } | ||
Line 41: | Line 41: | ||
end | end | ||
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"] = "ủ", |