Overview
Comment: | [fx] worker: import rules graph |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | rg |
Files: | files | file ages | folders |
SHA3-256: |
b122bc9187ad2ff163799000db6d67c1 |
User & Date: | olr on 2018-09-11 12:45:24 |
Other Links: | branch diff | manifest | tags |
Context
2018-09-11
| ||
12:58 | [core][fr][py] remove useless code check-in: 0534e554b4 user: olr tags: fr, core, rg | |
12:45 | [fx] worker: import rules graph check-in: b122bc9187 user: olr tags: fx, rg | |
12:44 | [core] gc engine: fix several errors check-in: cf1d146f81 user: olr tags: core, rg | |
Changes
Modified gc_lang/fr/webext/gce_worker.js from [cde0b49723] to [7cc7465cb1].
︙ | ︙ | |||
41 42 43 44 45 46 47 48 49 50 51 52 53 54 | importScripts("grammalecte/graphspell/tokenizer.js"); importScripts("grammalecte/fr/conj.js"); importScripts("grammalecte/fr/mfsp.js"); importScripts("grammalecte/fr/phonet.js"); importScripts("grammalecte/fr/cregex.js"); importScripts("grammalecte/fr/gc_options.js"); importScripts("grammalecte/fr/gc_rules.js"); importScripts("grammalecte/fr/gc_engine.js"); importScripts("grammalecte/fr/lexicographe.js"); importScripts("grammalecte/tests.js"); /* Warning. Initialization can’t be completed at startup of the worker, for we need the path of the extension to load data stored in JSON files. | > | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | importScripts("grammalecte/graphspell/tokenizer.js"); importScripts("grammalecte/fr/conj.js"); importScripts("grammalecte/fr/mfsp.js"); importScripts("grammalecte/fr/phonet.js"); importScripts("grammalecte/fr/cregex.js"); importScripts("grammalecte/fr/gc_options.js"); importScripts("grammalecte/fr/gc_rules.js"); importScripts("grammalecte/fr/gc_rules_graph.js"); importScripts("grammalecte/fr/gc_engine.js"); importScripts("grammalecte/fr/lexicographe.js"); importScripts("grammalecte/tests.js"); /* Warning. Initialization can’t be completed at startup of the worker, for we need the path of the extension to load data stored in JSON files. |
︙ | ︙ |