Module:rad-IPA: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
(Accounted for [ij])
mNo edit summary
Line 848: Line 848:
-- Resolution of geminates --
-- Resolution of geminates --
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 or consonant[p_next2]) and consonant[p_current] then
p_RemoveNext()
p_RemoveNext()
-- mw.log("Geminate [" .. p_current .. "] removed in final position at position " .. i .. ".")
-- mw.log("Geminate [" .. p_current .. "] removed in coda position at position " .. i .. ".")
end
end

Navigation menu