There are nolanguages that use stress_rule = 10.master
max_stress = STRESS_IS_PRIMARY; | max_stress = STRESS_IS_PRIMARY; | ||||
} | } | ||||
break; | break; | ||||
case 10: // penultimate, but final if only 1 or 2 syllables | |||||
if (stressed_syllable == 0) { | |||||
if (vowel_count < 4) { | |||||
vowel_stress[vowel_count - 1] = STRESS_IS_PRIMARY; | |||||
max_stress = STRESS_IS_PRIMARY; | |||||
break; | |||||
} | |||||
} | |||||
// fallthrough: | |||||
case STRESSPOSN_2R: | case STRESSPOSN_2R: | ||||
// a language with stress on penultimate vowel | // a language with stress on penultimate vowel | ||||