Skip to content

Commit

Permalink
Small improvement to comment on /a/-assimilation involving TAMA chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
coxchristopher authored Nov 15, 2024
1 parent cf868cf commit 945be1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fst/morphology/phonology.xfscript
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ define uTAMAAssimilation [ u "." i i | ú "." ì ì | ù "." í í ] -> u u .o
[ u "." í | ú "." í | ú "." i ] -> ú .o.
[ u "." ì | ù "." i | ù "." ì ] -> ù;

# When /á/ appears before /ii/ or /i/ in a TAMA chunk (e.g., with the inner
# prefix ná- in násʔí "look at"), we need to make sure that the /á/ becomes
# When /a/ appears before /ii/ or /i/ in a TAMA chunk (e.g., with the inner
# prefix ná- in násʔí "look at"), we need to make sure that the /a/ becomes
# long before /ii/ and picks up the appropriate tone.
define aTAMAAssimilation [ á "." í í | á "." i i | á "." á á ] -> á á .o.
[ á "." í | á "." i | á "." á ] -> á .o.
Expand Down

0 comments on commit 945be1e

Please sign in to comment.