50 check-ins tagged with "graphspell" occurring on or before 2020-09-15 13:50:00.
More ↑
2020-09-15
| ||
13:50 | [graphspell][js] suggest optimisation with Jaro-Winkler (thanks to IllusionPerdu) check-in: 3b3a02f4d3 user: olr tags: graphspell, bdic_opt | |
2020-09-14
| ||
14:38 | [graphspell] string comparison: use Jaro-Winkler check-in: efebe44d15 user: olr tags: graphspell, bdic_opt | |
13:29 | [graphspell] distance Jaro-Winkler check-in: 45fdbe84fa user: olr tags: graphspell, bdic_opt | |
2020-09-12
| ||
12:54 | [graphspell] code cleaning check-in: 9df0f3e6b2 user: olr tags: graphspell, bdic_opt | |
12:45 | [graphspell][py] ibdawg: code cleaning, remove version 2 and 3, never used check-in: 4fa9631623 user: olr tags: graphspell, bdic_opt | |
12:32 | [graphspell][js] ibdawg: code cleaning, remove version 2 and 3, never used check-in: b3f2f1d72a user: olr tags: graphspell, bdic_opt | |
2020-09-11
| ||
17:22 | [graphspell][py] ibdawg optimization: precalculate bytes in binary dictionary check-in: ae767aaff5 user: olr tags: graphspell, bdic_opt | |
15:53 | [graphspell][js] ibdawg optimization: precalculate bytes in binary dictionary check-in: 443f28094b user: olr tags: graphspell, bdic_opt | |
08:19 | [graphspell] word simplifcation: apostrophes and hyphens check-in: 2aa5cb1dba user: olr tags: trunk, graphspell | |
07:00 | [graphspell] distance DamerauLevenshtein send a float instead of an integer check-in: 848d878b75 user: olr tags: trunk, graphspell | |
2020-09-10
| ||
19:36 | [graphspell] char_player: useless import check-in: 73a7676ff0 user: olr tags: trunk, graphspell | |
19:25 | [graphspell] spellchecker: missing docstrings check-in: c35d85a03b user: olr tags: trunk, graphspell | |
15:30 | [core][graphspell][fx][cli] new lexicographer check-in: 4fdd6a9337 user: olr tags: trunk, cli, core, fx, graphspell | |
13:15 | [graphspell][fx] lexicographer update: same code for Python and JavaScript (remove deprecated code) Closed-Leaf check-in: 891500b92a user: olr tags: fx, graphspell, salxg | |
12:17 | [core][graphspell][fx][cli] lexicographer: update check-in: e0ce6b10d7 user: olr tags: cli, core, fx, graphspell, salxg | |
2020-09-09
| ||
08:37 | [graphspell] getSuggestions: always sort first list found, assuming that list 1 and 2 might be empty check-in: 90977551b1 user: olr tags: trunk, graphspell | |
2020-09-08
| ||
08:52 | [graphspell] ibdawg: sort suggestions only if more than one suggestion check-in: 01db34f050 user: olr tags: trunk, graphspell | |
08:12 | [graphspell][js] remove useless parameter and useless get/set check-in: e53fd4ae0e user: olr tags: trunk, graphspell | |
2020-09-07
| ||
17:42 | [graphsell][js] ibdawg: fix sort in getSuggestions check-in: 7d93db4a3b user: olr tags: trunk, graphspell | |
09:48 | [graphspell][fx] lexicographer: update check-in: f614419de2 user: olr tags: fx, graphspell, salxg | |
2020-09-02
| ||
09:07 | [graphspell] tokenizer: token OTHER as fallback check-in: e201630bf5 user: olr tags: trunk, graphspell | |
2020-08-31
| ||
10:48 | [graphspell] ibdawg: fix lexicographer import (cherrypick from safxg) check-in: a9ed4298f2 user: olr tags: trunk, graphspell | |
10:44 | [graphspell] ibdawg: fix lexicographer import check-in: c88bf29423 user: olr tags: graphspell, salxg | |
2020-08-28
| ||
11:00 | [graphspell] lexicographer: update tags check-in: df1367e6e2 user: olr tags: graphspell, salxg | |
2020-08-26
| ||
12:19 | [graphspell][js] useless return check-in: be32ffb142 user: olr tags: graphspell, salxg | |
08:16 | [graphspell] spellchecker: fix call to setLabelsOnToken check-in: dca1db07b3 user: olr tags: graphspell, salxg | |
08:15 | [graphspell][py] lexicographer: function setLabelsOnToken() check-in: 26f692e745 user: olr tags: graphspell, salxg | |
2020-08-25
| ||
16:03 | [core][graphspell][fx] update lexicographer check-in: 257257469a user: olr tags: core, fx, graphspell, salxg | |
2020-08-23
| ||
05:28 | [graphspell] function readableMorph() check-in: ebdbe42659 user: olr tags: graphspell, salxg | |
05:28 | [graphspell][js] update tags check-in: f6092331a8 user: olr tags: graphspell, salxg | |
2020-08-19
| ||
15:57 | [graphspell][js] remove importation dirt... check-in: 48d2a67a6a user: olr tags: trunk, graphspell | |
2020-08-05
| ||
09:48 | [graphspell] suggestion: online -> en ligne check-in: 63df9f2450 user: olr tags: trunk, graphspell | |
09:42 | [graphspell] improve suggestion mechanism check-in: e90761a163 user: olr tags: trunk, graphspell | |
09:30 | [graphspell] move functions from char_player to str_transform and lexicographer check-in: 19fccd89d6 user: olr tags: trunk, graphspell | |
06:56 | [graphspell] move function from char_player to str_transform check-in: 2381f7c9ae user: olr tags: trunk, graphspell | |
06:46 | [graphspell][py] fix details check-in: 4617b0dfc4 user: olr tags: trunk, graphspell | |
2020-07-31
| ||
15:35 | [js][graphspell][fr] move lexicographer to graphspell (and merge with adhoc suggestion file) check-in: 3dc271d5dd user: olr tags: trunk, fr, graphspell | |
14:56 | [py][graphspell][fr] move lexicographer to graphspell (and merge with adhoc suggestion file) check-in: 9006c4dc89 user: olr tags: trunk, fr, graphspell | |
2020-05-28
| ||
17:28 | [graphspell][py] remove deprecated code check-in: 37ac74a3bb user: olr tags: trunk, graphspell | |
15:20 | [graphspell] suggestions: end of experiment -> aborted, too slow check-in: 4cd155b03e user: olr tags: trunk, graphspell | |
2020-05-16
| ||
16:39 | [graphspell] comment about the test check-in: 825218be76 user: olr tags: trunk, graphspell | |
16:24 | [graphspell] suggestions: test for improvement (+remove deprecated code) check-in: 5762496ac7 user: olr tags: trunk, graphspell | |
2020-05-07
| ||
10:35 | [graphspell] tokenizer and suggestion engine: other apostrophes check-in: b68161b398 user: olr tags: trunk, graphspell | |
2020-05-03
| ||
10:46 | [graphspell] char_player: ajustements check-in: 3e13a382eb user: olr tags: trunk, graphspell | |
09:21 | [graphspell] remove useless code check-in: 2e960183fa user: olr tags: trunk, graphspell | |
09:12 | [graphspell] experiment: DamerauLevenstein distance modified by function calculating distance between chars check-in: 90478790e5 user: olr tags: trunk, graphspell | |
2020-04-20
| ||
18:02 | [graphspell] tokenizer: combining diacritics recognition and NFC normalization check-in: 3ef2bdb736 user: olr tags: trunk, graphspell | |
2020-04-17
| ||
19:10 | [graphspell][js] ad hoc suggestions as private dictionary -> access via the module object check-in: dfc20f24e1 user: olr tags: graphspell, gcerw | |
2020-04-14
| ||
16:29 | [graphspell] suggestion: word simplification -> don’t replace e with diacritics by e, but by é check-in: e3abe93f37 user: olr tags: trunk, graphspell | |
15:26 | [graphspell] add 1 to distance between word and suggestion if word is split check-in: a00365529c user: olr tags: trunk, graphspell | |