summaryrefslogtreecommitdiff
path: root/src/lib/prononciation.mly
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-06 16:13:56 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-06 16:13:56 +0200
commite4faaaf8a022fbe2c8c574d2d49155f74aa18a33 (patch)
treebbc5cbe1e3ab4ae31bfca8a3b1837478d155380f /src/lib/prononciation.mly
parenta4ec992ad24a5f62e8795f608b3d7943db0d8c1a (diff)
Update
Diffstat (limited to 'src/lib/prononciation.mly')
-rw-r--r--src/lib/prononciation.mly3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/prononciation.mly b/src/lib/prononciation.mly
index d367170..75d9d8b 100644
--- a/src/lib/prononciation.mly
+++ b/src/lib/prononciation.mly
@@ -21,6 +21,7 @@
%token ERF_
%token EL_
%token IENT_
+%token IE_
%token Sep
%token A
@@ -84,7 +85,6 @@ letters
| C I { S :: I :: [] }
| C E { S :: letter_e $2 :: [] }
| C U { K :: U :: [] }
- | C U I { K :: I :: [] }
| C U E { K :: E :: [] }
| D { D :: [] }
| D D { D :: [] }
@@ -137,6 +137,7 @@ letters
ending:
| X_ { S::EOL::[]}
| IENT_ { I::T::EOL::[]}
+ | IE_ { I::EOL::[]}
| ENT_ { E::T::EOL::[]}
| ERF_ { E_AGRAVE::R::EOL::[]}
| EL_ { E_AGRAVE::L::EOL::[]}