10,794
edits
TheNightAvl (talk | contribs) (Accounted for [ij]) |
TheNightAvl (talk | contribs) 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 | -- mw.log("Geminate [" .. p_current .. "] removed in coda position at position " .. i .. ".") | ||
end | end | ||