transliterate

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

commit 3522c7ffacacb04f38bd728b4942251bb93ccbf6
parent fd1205528b6ad749cb55cf5bee4f2c7eabc1f116
Author: lumidify <nobody@lumidify.org>
Date:   Sat, 11 Apr 2020 20:49:27 +0200

Add TODO

Diffstat:
ATODO | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -0,0 +1,5 @@ +retrywithout: +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).