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


      1 split "[ \n]+"
      2 beforeword " "
      3 afterword "[ \n]"
      4 tablesep ","
      5 choicesep "|"
      6 
      7 ignore "../data/ignore.txt"
      8 table words "../data/words1.txt"
      9 table endings "../data/endings_choices.txt"
     10 
     11 expand words endings noroot
     12 
     13 match "w ord" "word" beginword nofinal
     14 matchignore "-d" endword
     15 
     16 group beginword endword
     17 replace words
     18 endgroup