Grammalecte  Diff

Differences From Artifact [b2a35ae675]:

To Artifact [3661f4f0a2]:


619
620
621
622
623
624
625

626



627
628
629
630
631
632
633
619
620
621
622
623
624
625
626

627
628
629
630
631
632
633
634
635
636







+
-
+
+
+







        let xProgressNode = document.getElementById("build_progress");
        let oDAWG = new DAWG(lEntry, "Français - dictionnaire personnel", "S", xProgressNode);
        this.oJSON = oDAWG.createBinary(1);
        this.save();
        oWidgets.hideElement("build_progress");
        oWidgets.showElement("export_button");
        // debug
        for (let e of oDAWG.select()) {
        console.log(oDAWG.morph("finis"));
            console.log(e);
        }
        console.log("=======");
        let oIBDAWG = new IBDAWG(this.oJSON);
        for (let e of oIBDAWG.select()) {
            console.log(e);
        }
    },

    save: function () {