transliterate

Transliteration engine
git clone git://lumidify.org/transliterate.git
Log | Files | Refs | README | LICENSE

commit 9f5059813407f7072316b7250d9de591476fc04f
parent 3522c7ffacacb04f38bd728b4942251bb93ccbf6
Author: lumidify <nobody@lumidify.org>
Date:   Sun, 12 Apr 2020 13:27:15 +0200

Add another todo

Diffstat:
MTODO | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -3,3 +3,9 @@ Maybe add the functionality to the trie replacement as well. It could work to "jump forward" in the trie every time a diacritic is found. If multiple are found, search each subtrie for results, then return all of them (check first if there are any duplicates). + +word choice window: +Change the last choice to be "skip" or something like that +in a different place so that it can always be there without +adding confusion (this would remove the need for +--nocompletechoices).