Skip to content

Commit

Permalink
Minor fix to rule ordering (^L tone lowering precedes ^H rightward to…
Browse files Browse the repository at this point in the history
…ne spreading)
  • Loading branch information
coxchristopher committed Jun 26, 2024
1 parent 6454538 commit c6f0049
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fst/morphology/phonology.xfscript
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,14 @@ define removeInnerBoundaryMarker "." -> 0;
# Compose all of the morphophonology together.
#

regex [ putLToneAfterInnerPrefixBoundaryMarker
regex [ encliticMidToHighTone
.o. putLToneAfterInnerPrefixBoundaryMarker
.o. shortenDefaultPrefixes
.o. lToneAfterDisjunctBoundary
.o. removeMiddleOuterBoundaryMarkers
.o. hToneSpreading
.o. encliticMidToHighTone
.o. distributivePlural1PLToneSandhi
.o. lToneLowering
.o. hToneSpreading
.o. distributivePluralBefore2PL
.o. iAssimilation
.o. iTAMAAssimilation
Expand Down

0 comments on commit c6f0049

Please sign in to comment.