Index: graphspell-js/lexgraph_fr.js ================================================================== --- graphspell-js/lexgraph_fr.js +++ graphspell-js/lexgraph_fr.js @@ -7,11 +7,11 @@ ${map} //// Default Suggestions -const dSugg = new Map ([ +const _dSugg = new Map ([ ["bcp", "beaucoup"], ["ca", "ça"], ["cad", "c’est-à-dire"], ["cb", "combien|CB"], ["cdlt", "cordialement"], @@ -130,10 +130,12 @@ //// Lexicographer var lexgraph_fr = { + + dSugg: _dSugg, dTag: new Map([ [':N', [" nom,", "Nom"]], [':A', [" adjectif,", "Adjectif"]], [':M1', [" prénom,", "Prénom"]], @@ -718,8 +720,7 @@ } if (typeof(exports) !== 'undefined') { - exports.dSugg = dSugg; exports.lexgraph_fr = lexgraph_fr; }