45,647
edits
No edit summary |
No edit summary |
||
Line 91: | Line 91: | ||
{"(" .. consonants .. ")(·ˈ?)([βðɣ])", function(foo, bar, baz) return foo .. bar .. desoften[baz] end}, | {"(" .. consonants .. ")(·ˈ?)([βðɣ])", function(foo, bar, baz) return foo .. bar .. desoften[baz] end}, | ||
{"ʧ", "(t)ʃ | {"ʧ", "(t)ʃ"}, {"·ˈ", "ˈ"}, {"·", "."}, | ||
--{"a([^" .. RET .. "])", "a" .. CEN .. "%1"}, | --{"a([^" .. RET .. "])", "a" .. CEN .. "%1"}, | ||
Line 117: | Line 117: | ||
term = gsub(term, "ːⁿ", "ⁿː") | term = gsub(term, "ːⁿ", "ⁿː") | ||
term = gsub(term, "a([^" .. CEN .. ADV .. RET .. "])", "a" .. CEN .. "%1") | term = gsub(term, "a([^" .. CEN .. ADV .. RET .. "])", "a" .. CEN .. "%1") | ||
term = gsub(term, "äː" .. NASAL, "a" .. CEN .. NASAL .. "ː") | |||
return term | return term |