Module:rad-IPA: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 1,206: Line 1,206:
5:
5:
σₙ = 4+
σₙ = 4+
σ₁: short, open
σ₁: short
σ₂: short, closed
σ₂: short, closed
σ₃: any
6:
6:
σₙ = 4+
σ₁: short, closed
σ₂: short, closed
σ₃: short
7:
σₙ = 4+
σₙ = 4+
σ₁: short
σ₁: short
Line 1,301: Line 1,297:
if working_word[2]["long"] then -- condition 2
if working_word[2]["long"] then -- condition 2
stress(2)
stress(2)
elseif not 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
Line 1,311: Line 1,307:
if working_word[2]["long"] then -- condition 4
if working_word[2]["long"] then -- condition 4
stress(2)
stress(2)
elseif working_word[2]["checked"] then
elseif working_word[2]["checked"] then -- condition 5
if not working_word[1]["checked"] then -- condition 5
stress(2)
stress(2)
elseif not working_word[3]["long"] then -- condition 6
elseif not working_word[3]["long"] then -- condition 6
stress(2)
else
stress(1)
end
elseif not working_word[3]["long"] then -- condition 7
stress(2)
stress(2)
else
else

Navigation menu