10,794
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 1,206: | Line 1,206: | ||
5: | 5: | ||
σₙ = 4+ | σₙ = 4+ | ||
σ₁: short | σ₁: short | ||
σ₂: short, closed | σ₂: short, closed | ||
σ₃: any | |||
6: | 6: | ||
σₙ = 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 | elseif working_word[2]["checked"] then -- condition 5 | ||
stress(2) | |||
elseif not working_word[3]["long"] then -- condition 6 | |||
elseif not working_word[3]["long"] then -- condition | |||
stress(2) | stress(2) | ||
else | else |