50 check-ins that include changes to files matching 'gc_core/*' occurring on or before 2018-02-20 13:50:30.
More ↑
2018-02-20
| ||
13:50 | [core] grammar_checker.py: add option <dOptions> check-in: 8378730de1 user: olr tags: trunk, core | |
12:12 | [core][cli][API] wrapper for the grammar checker check-in: ae76e8614f user: olr tags: trunk, cli, core | |
2018-02-19
| ||
17:09 | [lo] move helpers.py from gc_lang to core check-in: 877ad25492 user: olr tags: lo, multid | |
16:58 | [lo] update UI for dictionaries options check-in: 1aa225b40a user: olr tags: lo, multid | |
2018-02-18
| ||
10:13 | [tb] merge trunk: fix bugs check-in: bce8dea5b0 user: olr tags: tb, multid | |
2018-02-17
| ||
12:46 | [build][tb][bug] fix dictionary loading check-in: cbb63cf495 user: olr tags: trunk, build, tb | |
11:50 | [build][graphspell][core] build with options to integrate extended and personal dictionaries check-in: e0d79cdbf4 user: olr tags: trunk, core, build, graphspell | |
09:56 | [build][core] add options for extended and personal dictionaries check-in: f91f4879a1 user: olr tags: core, build, multid | |
09:54 | [lo] comment loading personal dic check-in: 3879f4a96d user: olr tags: lo, multid | |
2018-02-16
| ||
17:47 | [lo] fix Grammalecte init check-in: 5aca2f6bbf user: olr tags: lo, multid | |
17:43 | [lo] fix Grammalecte init check-in: f7bed407d3 user: olr tags: lo, multid | |
15:46 | [fx][graphspell] merge multid: multi-dictionaries > editable personal dictionary check-in: 607d532bca user: olr tags: trunk, new_feature, fx, graphspell | |
2018-02-13
| ||
15:44 | [core][cli][server][graphspell][fx] use spellchecker instead of ibdawg check-in: 18db5d65f0 user: olr tags: cli, core, server, fx, graphspell, multid | |
14:26 | [core] use spellchecker instead of ibdawg directly check-in: 62304c0cd5 user: olr tags: core, multid | |
13:39 | [core][js] multi-dictionaries check-in: d8959f76a4 user: olr tags: core, multid | |
2018-02-11
| ||
10:20 | [graphspell][build] dawg builder: new parameters + consistency check-in: ac98115a31 user: olr tags: trunk, build, graphspell | |
2017-12-25
| ||
13:19 | [build] merge graphspell: graphspell as independant package check-in: 37ee1a1b0d user: olr tags: trunk, build | |
08:52 | [build][tb] fix imports for Thunderbird check-in: 5822c38ee9 user: olr tags: build, tb, graphspell | |
2017-12-24
| ||
22:36 | [build][js] fix import for helpers.js check-in: 6a18692390 user: olr tags: build, graphspell | |
18:58 | [build][js] move files from gc_core to graphspell check-in: bdfc6fd5e9 user: olr tags: build, graphspell | |
18:52 | [build][js] move JS language core extension to a dedicated folder check-in: 66d247e62a user: olr tags: build, graphspell | |
18:39 | [build][py] move files from gc_core to graphspell check-in: bb8356bd7d user: olr tags: build, graphspell | |
18:15 | [build] modify imports check-in: cf5aecc33f user: olr tags: build, graphspell | |
2017-11-29
| ||
11:09 | [core][py] Don’t use Python 3.6 syntax for Grammalecte core check-in: 82d2c8dea2 user: olr tags: trunk, core | |
2017-11-25
| ||
16:17 | [core][fx][fr] merge Lexicographe: detection of most common locutions check-in: c60b538430 user: olr tags: trunk, fr, core, new_feature, fx | |
2017-11-22
| ||
14:58 | [core][js] Damerau-Levenshtein distance buggy: can’t find out why -> another version check-in: 300e9c7d3d user: olr tags: trunk, core | |
14:57 | [core] ibdawg: bug fixed and code cleaning check-in: fbf59c7547 user: olr tags: trunk, core | |
2017-11-21
| ||
17:54 | [core] suggestion engine: word simplification check-in: fa01465ba8 user: olr tags: trunk, core | |
17:05 | [core] better suggestion engine for the spellchecker check-in: 528ccfcead user: olr tags: trunk, core | |
16:57 | [core] better suggestion engine Closed-Leaf check-in: 6c5050fe91 user: olr tags: core, spellsugg | |
11:33 | [core] char_player: ph/f check-in: a97a2c1409 user: olr tags: trunk, core | |
2017-11-16
| ||
09:03 | [core] char_player: word simplification, <y> replaced by <i> check-in: f0804580fa user: olr tags: trunk, core | |
01:17 | [core] char_player: better word simplification > remove double letters check-in: d6353b35f8 user: olr tags: trunk, core | |
2017-11-13
| ||
14:07 | [core] char_player update check-in: 0b029f2147 user: olr tags: trunk, core | |
2017-11-12
| ||
18:25 | [cli] add spellchecker suggestions (patch from Stéphane Veyret) check-in: 7a62b9fd73 user: olr tags: trunk, cli | |
13:22 | [core][fx] tokenizer: +acronyms check-in: fa1205c098 user: olr tags: core, fx, Lexicographe | |
2017-11-11
| ||
09:45 | [core] ibdawg: remove action logging check-in: 95d9c959ba user: olr tags: trunk, core | |
2017-11-10
| ||
16:52 | [core] merge spellsugg: much faster suggestion engine check-in: e6e44e506c user: olr tags: trunk, core | |
2017-11-09
| ||
11:56 | [core] ibdawg: suggestion mechanism > reduce 1toX replacements overload (much, much faster) check-in: 767e396f2d user: olr tags: core, spellsugg | |
2017-11-08
| ||
21:16 | [core] ibdawg: update char_player check-in: 51e3a2e76e user: olr tags: core, spellsugg | |
19:06 | [core] merge spellsugg: faster suggestion engine check-in: ec1136c73d user: olr tags: trunk, core | |
15:14 | [core][js] ibdawg: use SuggResult check-in: 2f30b8f748 user: olr tags: core, spellsugg | |
14:59 | [core][js] ibdawg: object SuggResult check-in: 922f22848d user: olr tags: core, spellsugg | |
13:32 | [core][js] ibdawg: suggest (adaptation from Python code) check-in: 1ef26c175b user: olr tags: core, spellsugg | |
08:52 | [core] ibdawg: code clarification check-in: f7c9ad046c user: olr tags: core, spellsugg | |
08:26 | [core] ibdawg: suggest > avoid useless recursivity check-in: 7d3b4993ee user: olr tags: core, spellsugg | |
08:16 | [core] ibdawg: suggest > maximum number of switches > faster search check-in: a85c70d24d user: olr tags: core, spellsugg | |
2017-11-07
| ||
22:04 | [core][bug] ibdawg: suggest2 > fix char priority check-in: 41d308e073 user: olr tags: core, spellsugg | |
19:56 | [core] ibdawg: suggest2 > char priority check-in: 8ea89d19b5 user: olr tags: core, spellsugg | |
19:28 | [core] sort first range of suggestions + code clarification check-in: d22466bd67 user: olr tags: core, spellsugg | |