@predictive-text-studio/lexical-model-compiler
Version:
Keyman Developer lexical model compiler
10 lines • 369 B
JavaScript
;
/**
* A word list is (conceptually) an array of pairs: the concrete word form itself + a
* non-negative count.
*
* Since each word should only appear once within the list, we represent it with
* an associative array pattern keyed by the wordform.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=wordlist.js.map