Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rewrote `supportedChars` function, fix many bugs. * Rewrote the `computeDigrams` function. * Fixed minor bug. * Slightly better names. * Rewrote the `computeTrigrams` function. * Merged `computeDigrams` and `computeTrigrams`. * bugfix: Removed extra unnecessary computations. * bugfix: prioritise 1DK over any other dead key. * Dumb bug fixes. * Simpler ngrams structure. * Fixed ngrams that uses a deadKey + normalization. * Fixed bad redirects. * Fixed layouts with deadKeys, but no ODK. * "Some code repetition is fine, actually..." * Fixed ISRT. * Corretly handles deadKeys when naming the ngrams. * Fixed normalization when characters are missing. * Reverted the extra digit of precision on trigrams. * Replaced all `==`/`!=` with a sed command. * Better documentation. * Ngram categories are now a global variable. * You saw nothing.
- Loading branch information