18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
}
${map}
const dDefaultDictionaries = new Map([
["fr", "fr.json"],
["en", "en.json"]
]);
class SpellChecker {
constructor (sLangCode, sPath="", mainDic="", extentedDic="", communityDic="", personalDic="") {
|
|
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
}
${map}
const dDefaultDictionaries = new Map([
["fr", "fr-allvars.json"],
["en", "en.json"]
]);
class SpellChecker {
constructor (sLangCode, sPath="", mainDic="", extentedDic="", communityDic="", personalDic="") {
|