Differences From Artifact [0692342b85]:
- File gc_lang/fr/webext/gce_worker.js — part of check-in [ef57c2c66f] at 2017-08-03 08:43:26 on branch webext2 — [core][js] mfsp initialization (user: olr, size: 4573) [annotate] [blame] [check-ins using]
To Artifact [19de02aa0c]:
- File gc_lang/fr/webext/gce_worker.js — part of check-in [1d14af8272] at 2017-08-03 09:06:04 on branch webext2 — [core][js] phonet initialization (user: olr, size: 4613) [annotate] [blame] [check-ins using]
| ︙ | |||
23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + + + |
helpers.echo("START");
helpers.echo(conj.getConj("devenir", ":E", ":2s"));
helpers.echo(mfsp.getMasForm("emmerdeuse", true));
helpers.echo(mfsp.getMasForm("pointilleuse", false));
helpers.echo(phonet.getSimil("est"));
let oTokenizer = null;
let oDict = null;
let oLxg = null;
function loadGrammarChecker (sGCOptions="", sContext="JavaScript") {
if (gce === null) {
|
| ︙ |