Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
local m_IPA = require("Module:IPA")
local m_su = require("Module:string utilities")
local m_table = require("Module:table")
local m_sm = mw.loadData("Module:siwa-pron/data")
local m_sm = mw.loadData("Module:siwa-pron/data")


Line 178: Line 175:
{"k(["..front_vowel.."])", "c%1"}, {"[ɡꬶ](["..front_vowel.."])", "ɟ%1"},
{"k(["..front_vowel.."])", "c%1"}, {"[ɡꬶ](["..front_vowel.."])", "ɟ%1"},
{"(" .. vowel .. ")[đt]$", "%1ʔ%1"}, -- -Vt becomes -VʔV (or -Vht, not considered)
{"(" .. vowel .. ")[đt]$", "%1ʔ%1"}, -- -Vt becomes -VʔV (or -Vht, not considered)
--undo ligatures
--undo ligatures
Line 216: Line 212:
if w then
if w then
term = gsub(term, "ü", "ɤ")
--term = gsub(term, "ü", "ɤ")
else
else
term = gsub(term, "ü", "œ")
term = gsub(term, "ü", "œ")