Module:anui-pron: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 40: Line 40:
{"(" .. vowel .. ")(".. vowel .. ")", function(s1, s2) return same(s1, s2) and s1 .. "ː˧" or s1 .. s2 .. "˧" end},
{"(" .. vowel .. ")(".. vowel .. ")", function(s1, s2) return same(s1, s2) and s1 .. "ː˧" or s1 .. s2 .. "˧" end},
{"(" .. vowel .. ")(" .. nasalized .. ")", function(s1, s2) return same(s1, s2) and s2 .. "ː" .. HIGHFALL or oral_to_nasal[s1] .. s2 .. HIGHFALL end},
{"(" .. vowel .. ")(" .. nasalized .. ")", function(s1, s2) return same(s1, s2) and s2 .. "ː" .. HIGHFALL or oral_to_nasal[s1] .. s2 .. HIGHFALL end},
{"(" .. glottalic .. ")([" .. front_vowel .. "])", "%1x%2"},
{"(" .. glottalic .. ")([" .. front_vowel .. "])", function(s1, s2) return same and s1 .. "ː˦" or modal_to_oral[s1] .. modal_to_oral[s2] .. "˨" end},
{"ṍ", "ɔ" .. NASAL},
{"ṍ", "ɔ" .. NASAL},