spiegel-keyman/common
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
..
engine/keyboardprocessor Use more generic preprocessor macro 64bit 2019-02-26 11:40:44 +07:00
predictive-text Implement looking up a wordform in a trie. 2019-04-26 16:28:14 -06:00
test/predictive-text Bump version, and document options in the README. 2019-04-18 12:40:38 -06:00