Differences From Artifact [4f945b40c0]:
- File graphspell-js/ibdawg.js — part of check-in [889cc645d6] at 2019-01-09 17:18:10 on branch trunk — [fr] màj dictionnaire, [graphspell][fx][tb][lo] new field description for dictionaries (user: olr, size: 26108) [annotate] [blame] [check-ins using] [more...]
To Artifact [6cc335b8c9]:
- File graphspell-js/ibdawg.js — part of check-in [d32a1cd66e] at 2019-02-05 18:17:57 on branch trunk — [graphspell] remove split suggestions when start differs (user: olr, size: 26150) [annotate] [blame] [check-ins using] [more...]
︙ | |||
362 363 364 365 366 367 368 | 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 | - + | if (sRemain == "") { oSuggResult.addSugg(sNewWord); for (let sTail of this._getTails(iAddr)) { oSuggResult.addSugg(sNewWord+sTail); } return; } |
︙ |