Differences From Artifact [cdf575879a]:
- File gc_core/js/char_player.js — part of check-in [ecae0c75b7] at 2017-09-15 13:33:37 on branch trunk — [core][js] calculate Damerau-Levenshtein distance only once (user: olr, size: 9665) [annotate] [blame] [check-ins using]
To Artifact [56bb998588]:
- File gc_core/js/char_player.js — part of check-in [5fbb7ec853] at 2017-10-24 22:24:15 on branch trunk — [core] ibdawg: suggestion mechanism > exclude some suffixes (ß) (user: olr, size: 9799) [annotate] [blame] [check-ins using]
| ︙ | |||
322 323 324 325 326 327 328 329 330 331 332 333 334 335 | 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 | + + + + |
aPfx1: new Set([
"anti", "archi", "contre", "hyper", "mé", "méta", "im", "in", "ir", "par", "proto",
"pseudo", "pré", "re", "ré", "sans", "sous", "supra", "sur", "ultra"
]),
aPfx2: new Set([
"belgo", "franco", "génito", "gynéco", "médico", "russo"
]),
aExcludedSfx: new Set([
"je", "tu", "il", "elle", "on", "t-il", "t-elle", "t-on", "nous", "vous", "ils", "elles"
])
}
|
| ︙ |