@@ -1524,11 +1524,11 @@ ### Lecture des fichiers et création du dictionnaire oFrenchDict = Dictionnaire(xArgs.verdic, "French dictionary") for sFile in ['orthographe/FRANCAIS.dic']: oFrenchDict.readDictionary(sFile) - oFrenchDict.readAffixes('orthographe/FRANCAIS_5.aff') + oFrenchDict.readAffixes('orthographe/FRANCAIS_7.aff') ### Contrôle oFrenchDict.sortEntriesNatural() oFrenchDict.checkEntries()