381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
|
"nEntries": this.nEntry,
"nNode": this.nNode,
"nArc": this.nArc,
"nAff": this.nAff,
"cStemming": this.cStemming,
"nTag": this.nTag,
"dChar": helpers.mapToObject(this.dChar),
"_arcMask": this._arcMask,
"_finalNodeMask": this._finalNodeMask,
"_lastArcMask": this._lastArcMask,
"_addrBitMask": this._addrBitMask,
"nBytesOffset": this.nBytesOffset
};
return oJSON;
}
}
const oNodeCounter = {
|
<
<
<
<
|
|
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
|
"nEntries": this.nEntry,
"nNode": this.nNode,
"nArc": this.nArc,
"nAff": this.nAff,
"cStemming": this.cStemming,
"nTag": this.nTag,
"dChar": helpers.mapToObject(this.dChar),
"nBytesOffset": 1
};
return oJSON;
}
}
const oNodeCounter = {
|