|
|
|
|
|
by disconnected
3252 days ago
|
|
$ echo "Porting an historic Python2 module into Python3" > test_file $ ./anorack test_file $ out:1: an historic -> a historic /hIst'0rIk/ Interesting. What if... $ ...hacks phonetics.py to use "en-us" voice... $ ./anorack test_file $ out:1: an historic -> a historic /hIst'0rIk/ Hum... same result. What about: $ ...hacks phonetics.py to use "en-wm" voice... $ ./anorack test_file $ Ah, finally someone gets it right :) (just having a bit of fun, this is a cool work!) Edit: formatting... |
|