spiegel-keyman/common/predictive-text/worker/models
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
..
dummy-model.ts Adjusts predictive model spec for 'configuring' based on 'capabilities' 2019-03-06 10:15:14 +07:00
trie-model.ts Implement looking up a wordform in a trie. 2019-04-26 16:28:14 -06:00
wordlist-model.ts Insert hacky code to make current lexical-model stuff working. 2019-03-28 13:45:36 -06:00