10,794
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 171: | Line 171: | ||
-- allophones -- | -- allophones -- | ||
["x"] = true, ["ʝ"] = true, ["ʋ"] = true, ["ɲ"] = true, | ["x"] = true, ["ʝ"] = true, ["ʋ"] = true, ["ɲ"] = true, ["r̥"] = true, | ||
} | } | ||
local consonant_temp = {"ĵ"} | local consonant_temp = {"ĵ"} | ||
Line 927: | Line 927: | ||
-- mw.log("n + velar cluster found.") | -- mw.log("n + velar cluster found.") | ||
p_Resolve("ŋ") | p_Resolve("ŋ") | ||
end | |||
-- Resolution of rs -- | |||
if p_current == "r" and p_next == "s" then | |||
p_Resolve("r̥") | |||
end | end | ||