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 (253B)


      1 split "[ \n]+"
      2 beforeword " "
      3 afterword "[ \n]"
      4 
      5 ignore "../data/ignore.txt"
      6 table words "../data/words.txt"
      7 table endings "../data/endings.txt"
      8 
      9 expand words endings
     10 
     11 match "\d+" "num_replaced" beginword
     12 
     13 group beginword endword
     14 replace words
     15 endgroup