50 most recent check-ins that include changes to files matching 'graphspell-js/*' occurring on or after 2018-05-02 10:29:58.
More ↑
2018-10-21
| ||
14:37 | Sync to trunk check-in: 18924f57b4 user: IllusionPerdu tags: nodejs | |
2018-10-18
| ||
11:12 | [graphspell] check if custom dictionaries have l2grams attributes check-in: f4870dbaa5 user: olr tags: trunk, graphspell | |
2018-10-17
| ||
16:35 | [njs] merge nodejs: build package for NodeJS check-in: 3e32004d0a user: olr tags: trunk, njs | |
13:30 | [graphspell][js] fix time calculation for suggestions check-in: ed091d83b9 user: olr tags: graphspell, nodejs | |
2018-10-15
| ||
11:44 | [njs] Remove example use check-in: e1e718ac39 user: IllusionPerdu tags: njs, nodejs | |
2018-10-11
| ||
15:39 | [js] Revert syntax change (oubli) check-in: 977fd9b488 user: IllusionPerdu tags: njs, nodejs | |
15:13 | [js] Revert syntax change check-in: 9ae8f0a042 user: IllusionPerdu tags: njs, nodejs | |
07:11 | [graphspell][core][js] several syntax and bug fixes (thanks to IllusionPerdu) check-in: 9bb0f089b9 user: olr tags: trunk, core, graphspell | |
2018-10-10
| ||
12:08 | [js] All Grammalecte work in node check-in: 2d5c0dce59 user: IllusionPerdu tags: njs, nodejs | |
09:36 | Minimal file to use in node check-in: b79bb889b9 user: IllusionPerdu tags: graphspell, njs, nodejs | |
09:19 | Some change to javascript to work in node check-in: a3687f4fd3 user: IllusionPerdu tags: graphspell, njs, nodejs | |
2018-10-09
| ||
11:07 | [graphspell][js] useless comments check-in: 4d2953e2f6 user: olr tags: trunk, graphspell | |
08:54 | [graphspell][js] performance tests check-in: 14ed269c7c user: olr tags: trunk, graphspell | |
2018-10-06
| ||
13:46 | [graphspell] better quicker spelling suggestions: check 2grams existence check-in: f3f1cc9e30 user: olr tags: trunk, graphspell | |
2018-10-05
| ||
20:22 | [graphspell] str_transform: function getNgrams() check-in: 874cb415e9 user: olr tags: trunk, graphspell | |
2018-09-19
| ||
18:36 | [core][build][fr] merge rg: GC ENGINE REWRITTEN (tokenization and rules merged as graphs) check-in: c784e6eb04 user: olr tags: trunk, fr, core, build, new_feature, major_change | |
2018-09-17
| ||
12:06 | [graphspell][js] tokenizer: update \w replacement again check-in: 72f63bddd2 user: olr tags: graphspell, rg | |
10:26 | [graphspell] tokenizer: new regex for ordinals (JS still sucks) check-in: a479b36582 user: olr tags: graphspell, rg | |
09:00 | [graphspell] tokenizer: add chars to \w replacement (JS still sucks) check-in: c185b3fc04 user: olr tags: graphspell, rg | |
2018-09-14
| ||
09:48 | [graphspell][js] tokenizer: fix var init check-in: 52d64fd395 user: olr tags: graphspell, rg | |
2018-09-11
| ||
18:55 | [graphspell][js] tokenizer: don’t use spaces as tokens, yield information token (start/end) check-in: d12872816f user: olr tags: graphspell, rg | |
2018-08-26
| ||
14:44 | [graphspell] handling apostrophes check-in: 764811b5f1 user: olr tags: graphspell, rg | |
2018-08-07
| ||
09:03 | [graphspell][js] console.log() for debugging check-in: 31905c2c2f user: olr tags: trunk, graphspell | |
08:44 | [tb][bug] lexicon editor: test if node exists check-in: 51443597ef user: olr tags: trunk, tb | |
08:27 | [graphspell] get rid of console.log() substitutes, assuming now default console is available from everywhere check-in: 1a3885282a user: olr tags: trunk, graphspell | |
08:09 | [graphspell][core][fx][tb][js] get rid of console.log() substitutes, assuming now default console is available from everywhere (eh, print now works as expected in JS! The JS pile of shit is decreasing a little) check-in: 8e5a2f5900 user: olr tags: trunk, core, tb, fx, graphspell | |
2018-08-06
| ||
16:43 | [tb] merge tbnext: update Thunderbird extension for Thunderbird 60 (API update) check-in: b5dece919f user: olr tags: trunk, tb | |
2018-07-17
| ||
06:42 | [graphspell] tokenizer: remove hyphen in number detection (always considered as a separate sign) check-in: 6950f5898f user: olr tags: graphspell, rg | |
2018-07-05
| ||
12:44 | [graphspell][js] trim useless spaces check-in: 2f18864bbc user: olr tags: trunk, graphspell | |
2018-07-01
| ||
20:42 | merge trunk check-in: 6333b39383 user: olr tags: tbnext | |
2018-06-28
| ||
08:26 | [graphspell][core] tokenizer: rename ACRONYM tokens to WORD_ACRONYM check-in: ccbbecbd1b user: olr tags: core, graphspell, rg | |
08:00 | [graphspell] tokenizer: rename ORDINAL tokens to WORD_ORDINAL check-in: 20dbc28ded user: olr tags: graphspell, rg | |
07:53 | [graphspell][core] tokenizer: rename ELPFX tokens to WORD_ELIDED check-in: a1b165e276 user: olr tags: core, graphspell, rg | |
2018-06-18
| ||
20:13 | [graphspell][fix] tokenizer: new signs check-in: 303c416286 user: olr tags: graphspell, rg | |
20:12 | [graphspell] tokenizer: new signs check-in: da0d308818 user: olr tags: graphspell, rg | |
2018-06-17
| ||
13:11 | [graphspell] tokenizer: update ordinals check-in: 4be13a74c3 user: olr tags: graphspell, rg | |
2018-06-13
| ||
05:46 | merge trunk check-in: 168628b7ae user: olr tags: rg | |
2018-06-09
| ||
13:30 | [graphspell] char_player: don’t remove double <e> in simplifyWord check-in: 496180aadf user: olr tags: trunk, graphspell | |
13:25 | [graphspell][js] char_player: simplifyWord -> code clarification check-in: 0d6362e947 user: olr tags: trunk, graphspell | |
2018-06-06
| ||
09:54 | [graphspell] end of lemma is now a slash instead of a space check-in: c5c926760b user: olr tags: graphspell, rg | |
2018-05-23
| ||
12:10 | [graphspell][js][bug] remove prefix sign from lemmas check-in: 13109802df user: olr tags: graphspell, rg | |
11:33 | [graphspell][js][bug] return Array instead of Set check-in: a54634de77 user: olr tags: graphspell, rg | |
10:29 | [graphspell][js] data memorization check-in: e7244953ec user: olr tags: graphspell, rg | |
2018-05-18
| ||
13:11 | [graphspell] tokenizer: add token index and avoid punctuations aggregation check-in: be6d99bbdc user: olr tags: graphspell, rg | |
2018-05-16
| ||
11:58 | [graphspell][bug] fix affixes occurrences calculation check-in: f2d8271145 user: olr tags: trunk, graphspell | |
2018-05-09
| ||
16:01 | merge trunk check-in: 7ab24796b6 user: olr tags: tbnext | |
2018-05-06
| ||
19:08 | [graphspell][lo][fx] modify default dictionary name check-in: 6e9947d6aa user: olr tags: trunk, fx, lo, graphspell, v0.6.4.2 | |
2018-05-02
| ||
12:33 | [graphspell] spelling suggestion speed up: calculate approximate distance while exploring the word graph check-in: 2be7acdcad user: olr tags: trunk, graphspell | |
11:22 | [graphspell] use nDistLimit to truncate number of suggestions check-in: f3a3ed9041 user: olr tags: trunk, graphspell | |
10:29 | [graphspell] char_player: cut also prefixes for better suggestions check-in: 3955fe8676 user: olr tags: trunk, graphspell | |