Skip to content

Commit

Permalink
Minor fix to /a/-assimilation rule to target /à/ and /àː/, as well
Browse files Browse the repository at this point in the history
  • Loading branch information
coxchristopher authored Nov 5, 2024
1 parent d8dbe92 commit 63bd48f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/fst/morphology/phonology.xfscript
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ define aTAMAAssimilation [ á "." í í | á "." i i | á "." á á ] -> á á
[ á "." í | á "." i | á "." á ] -> á .o.
a "." í -> á .o.
a "." i i -> a a .o.
a "." i -> a;
a "." i -> a .o.
à "." i i -> à à .o.
à "." i -> à;

# In complex prefix combinations, we can sometimes end up with a sequence
# of three adjacent vowels (e.g., dà- í- isaà-, as in daásaàzi "we are all
Expand Down

0 comments on commit 63bd48f

Please sign in to comment.