spiegel-keyman/common/predictive-text/worker
Eddie Antonio Santos 7dd22b59bd
Implement looking up a wordform in a trie.
This trie implementation allows for word forms to be converted to keys.
Since keys do not have to have the exact same spelling, capitalization,
or even Unicode normalization form as the desried word form, this
enables a somewhat search for word forms based on prefixes.

The implementation was at one point Conrad Irwin's trie-ing,
<9f1d2e0858?
but has been heavily modfied since.
2019-04-26 16:28:14 -06:00
..
models Implement looking up a wordform in a trie. 2019-04-26 16:28:14 -06:00
defaultWordBreaker.ts Adds basic definitions for pending word-breaker implementation. 2019-03-05 16:16:42 +07:00
index.ts Fixes #predict unit test. 2019-03-28 15:04:58 +07:00
tsconfig.json Adds basic definitions for pending word-breaker implementation. 2019-03-05 16:16:42 +07:00
worker-interfaces.ts Merge branch 'web-lmlayer-model-registration' into lmlayer-wordbreak-spec 2019-03-06 10:21:37 +07:00