Module:rad-IPA: Difference between revisions

m
Added ɔ/œ + a hiatus allophony
mNo edit summary
m (Added ɔ/œ + a hiatus allophony)
Line 815: Line 815:
-- tv and kv
-- tv and kv
if p_current == "v" and (p_prev == "t" or p_prev == "k") then
if (p_current == "v") and (p_prev == "t" or p_prev == "k") then
p_Resolve("f")
p_Convert("f")
-- mw.log("[" .. p_prev .. "][v] → [" .. p_prev .. "][f] in position " .. i .. ".")
-- mw.log("[" .. p_prev .. "][v] → [" .. p_prev .. "][f] in position " .. i .. ".")
end
end
Line 858: Line 858:
p_Convert("ɲ")
p_Convert("ɲ")
p_RemoveNext()
p_RemoveNext()
end
if p_current == "œ" and (p_next == "a" or p_next == "aː" or p_next == "aːː") then
table.insert(working_phones, i+1, "w")
end
end