Differences From Artifact [221a92cd88]:
- File gc_lang/fr/webext/gce_worker.js — part of check-in [8e5a2f5900] at 2018-08-07 08:09:50 on branch trunk — [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) (user: olr, size: 14610) [annotate] [blame] [check-ins using]
To Artifact [49bb10d99d]:
- File gc_lang/fr/webext/gce_worker.js — part of check-in [c784e6eb04] at 2018-09-19 18:36:33 on branch trunk — [core][build][fr] merge rg: GC ENGINE REWRITTEN (tokenization and rules merged as graphs) (user: olr, size: 14661) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
41 42 43 44 45 46 47 48 49 50 51 52 53 54 | 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.
|
| ︙ |