Module:rad-IPA: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
m (Made get_rhyme exportable)
mNo edit summary
Line 1,194: Line 1,194:
if working_word[2]["long"] then -- condition 2
if working_word[2]["long"] then -- condition 2
stress(2)
stress(2)
elseif not (working_word[1]["checked"] or working_word[2]["weak"]) and working_word[2]["checked"] then -- condition 3
elseif not working_word[2]["weak"] and working_word[2]["checked"] then -- condition 3
stress(2)
stress(2)
else
else