Module:lfv-IPA: Difference between revisions

Jump to navigation Jump to search
m
Terminal devoicing should not apply if the next word begins with a vowel
mNo edit summary
m (Terminal devoicing should not apply if the next word begins with a vowel)
Tags: Mobile edit Mobile web edit
Line 270: Line 270:
-- terminal devoicing --
-- terminal devoicing --
if devoice[p_current] and (boundary[p_next] or p_next == nil) then
if devoice[p_current] and (boundary[p_next] or p_next == nil) and not vowel[working_IPA[i+2]] then
p_resolve(devoice[p_current])
p_resolve(devoice[p_current])
end
end

Navigation menu