Index: graphspell-js/char_player.js
==================================================================
--- graphspell-js/char_player.js
+++ graphspell-js/char_player.js
@@ -363,12 +363,12 @@
     dFinal2: new Map([
         ["ai", ["aient", "ais", "et"]],
         ["AI", ["AIENT", "AIS", "ET"]],
         ["an", ["ant", "ent"]],
         ["AN", ["ANT", "ENT"]],
-        ["en", ["ent", "ant"]],
-        ["EN", ["ENT", "ANT"]],
+        ["en", ["ent", "ant", "ène", "enne"]],
+        ["EN", ["ENT", "ANT", "ÈNE", "ENNE"]],
         ["ei", ["ait", "ais"]],
         ["EI", ["AIT", "AIS"]],
         ["on", ["ons", "ont"]],
         ["ON", ["ONS", "ONT"]],
         ["oi", ["ois", "oit", "oix"]],

Index: graphspell/char_player.py
==================================================================
--- graphspell/char_player.py
+++ graphspell/char_player.py
@@ -359,12 +359,12 @@
 dFinal2 = {
     "ai": ("aient", "ais", "et"),
     "AI": ("AIENT", "AIS", "ET"),
     "an": ("ant", "ent"),
     "AN": ("ANT", "ENT"),
-    "en": ("ent", "ant"),
-    "EN": ("ENT", "ANT"),
+    "en": ("ent", "ant", "ène", "enne"),
+    "EN": ("ENT", "ANT", "ÈNE", "ENNE"),
     "ei": ("ait", "ais"),
     "EI": ("AIT", "AIS"),
     "on": ("ons", "ont"),
     "ON": ("ONS", "ONT"),
     "oi": ("ois", "oit", "oix"),