Skip to content

Commit

Permalink
Correct minor typo in ^L tone lowering
Browse files Browse the repository at this point in the history
  • Loading branch information
coxchristopher authored Nov 15, 2024
1 parent 114e391 commit cf868cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fst/morphology/phonology.xfscript
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ define lToneLowerRight [ "." "^L" á á -> "." a a .o.
"." "^L" a a -> "." à à .o.
"." "^L" a -> "." à .o.
"." "^L" í í -> "." i i .o.
"." "^L" í -> "." i2 .o.
"." "^L" í -> "." i .o.
"." "^L" i ì -> "." i ì .o.
"." "^L" i i -> "." ì ì .o.
"." "^L" i -> "." ì .o.
Expand Down

0 comments on commit cf868cf

Please sign in to comment.