45,660
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local data = {} | local data = {} | ||
data.stressed_vowels = { | data.stressed_vowels = { | ||
Line 24: | Line 19: | ||
["di"] = "", ["ɲi"] = "ɟi", ["ħį"] = "ṡ", ["[ou]ų"] = "ů", ["ɬ"] = "l", | ["di"] = "", ["ɲi"] = "ɟi", ["ħį"] = "ṡ", ["[ou]ų"] = "ů", ["ɬ"] = "l", | ||
} | } | ||
--[[ | |||
I'm sure someone more experienced than I am (not too difficult to achieve) | |||
would do this more elegantly and more efficient, but I couldn't come up with anything better. | |||
]] | |||
data.endings = {} | data.endings = {} |