Differences From Artifact [c644dcfbc9]:
- File graphspell-js/ibdawg.js — part of check-in [2f18864bbc] at 2018-07-05 12:44:30 on branch trunk — [graphspell][js] trim useless spaces (user: olr, size: 24263) [annotate] [blame] [check-ins using]
To Artifact [624ac3b2e2]:
- File graphspell-js/ibdawg.js — part of check-in [31905c2c2f] at 2018-08-07 09:03:22 on branch trunk — [graphspell][js] console.log() for debugging (user: olr, size: 24393) [annotate] [blame] [check-ins using]
| ︙ | |||
101 102 103 104 105 106 107 108 109 110 111 112 113 114 | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | + + + |
oData = JSON.parse(helpers.loadFile(sURL));
} else {
oData = param1;
}
Object.assign(this, oData);
}
catch (e) {
console.error(e);
console.log("path: " + sPath);
console.log("dic:" + param1.slice(0, 1000));
throw Error("# Error. File not found or not loadable.\n" + e.message + "\n");
}
/*
Properties:
sName, nCompressionMethod, sHeader, lArcVal, nArcVal, sByDic, sLang, nChar, nBytesArc, nBytesNodeAddress,
nEntry, nNode, nArc, nAff, cStemming, nTag, dChar, nBytesOffset,
*/
|
| ︙ |