Module:rad-IPA: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 1,435: Line 1,435:
get_nasal(true)
get_nasal(true)
table.insert(syllables[i]["coda"], 1, "j̃")
table.insert(syllables[i]["coda"], 1, "j̃")
elseif syllables[i+1]["onset"] then
elseif syllables[i+1] then
if syllables[i]["coda"][2] == nil and fricative[syllables[i+1]["onset"][1]] then
if syllables[i+1]["onset"] then
get_nasal(true)
if syllables[i]["coda"][2] == nil and fricative[syllables[i+1]["onset"][1]] then
table.insert(syllables[i]["coda"], 1, "j̃")
get_nasal(true)
table.insert(syllables[i]["coda"], 1, "j̃")
end
end
end
end
end
Line 1,446: Line 1,448:
if fricative[syllables[i]["coda"][2]] then
if fricative[syllables[i]["coda"][2]] then
get_nasal(true)
get_nasal(true)
elseif syllables[i+1]["onset"] then
elseif syllables[i+1] then
if syllables[i]["coda"][2] == nil and fricative[syllables[i+1]["onset"][1]] then
if syllables[i+1]["onset"] then
get_nasal(true)
if syllables[i]["coda"][2] == nil and fricative[syllables[i+1]["onset"][1]] then
get_nasal(true)
end
end
end
end
end

Navigation menu