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

config (362B)


      1 split "\s+"
      2 beforeword "\s"
      3 afterword "\s"
      4 
      5 ignore "../data/ignore.txt"
      6 table words "../data/words.txt"
      7 table words1 "../data/words.txt"
      8 table endings "../data/endings.txt"
      9 table endings2 "../data/endings2.txt"
     10 
     11 expand words endings noroot
     12 expand words endings2 noroot
     13 expand words1 endings2 noroot
     14 
     15 group beginword endword
     16 replace words
     17 replace words1
     18 endgroup