summaryrefslogtreecommitdiff
path: root/src/lib/prononciation.mly
diff options
context:
space:
mode:
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::[]}