Module:rad-IPA: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
(Added geminate resolution)
mNo edit summary
Line 629: Line 629:
if p_next == p_current and (boundary[p_next2] or p_next2 == nil) and consonant[p_current] then
if p_next == p_current and (boundary[p_next2] or p_next2 == nil) and consonant[p_current] then
p_RemoveNext()
p_RemoveNext()
mw.log("Geminate [" .. p_current .. "] removed in final position")
mw.log("Geminate [" .. p_current .. "] removed in final position at position " .. i .. ".")
end
end