transliterate

Transliteration engine
git clone git://lumidify.org/transliterate.git (fast, but not encrypted)
git clone https://lumidify.org/transliterate.git (encrypted, but very slow)
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/transliterate.git (over tor)
Log | Files | Refs | README | LICENSE

TODO (275B)


      1 retrywithout:
      2 Maybe add the functionality to the trie replacement as well.
      3 It could work to "jump forward" in the trie every time a diacritic
      4 is found. If multiple are found, search each subtrie for results,
      5 then return all of them (check first if there are any duplicates).