# CLASSES voiced_fricatives = v ð ǥ voiceless_fricatives = f þ x vowels_short = a e i o u vowels_long = ā ē ī ō ū voiceless_stops = p t k voiced_stops = b d g stress = 2 1 0 liquids = r l # LAWS voiceless_fricatives > voiced_fricatives / @stress[1]_ voiceless_fricatives > voiceless_fricatives / @stress[2 0]_ voiced_fricatives > voiced_fricatives voiced_stops > voiced_stops voiceless_stops > voiceless_stops vowels_short > vowels_short vowels_long > vowels_short liquids > liquids # FORWARD ## TIERS segments stress ## WORDS f ā þ ē r 0 0 2 2 2 b r ū þ ō r 2 2 2 1 1 1 # BACKWARD ## TIERS ## WORDS f a þ e r b r o ð a