summaryrefslogtreecommitdiff
path: root/client/g2p.py
Commit message (Expand)AuthorAgeFilesLines
* Better error handling in g2p moduleschneefux2014-12-301-5/+8
* Fix bug #227: Not all arguments converted during string formattingschneefux2014-10-201-2/+2
* remove redundant variable assignmentschneefux2014-10-081-3/+2
* Use configfile from jasper config dir in g2p.py (i.e. use )schneefux2014-10-081-1/+1
* Reorder importsschneefux2014-10-081-1/+2
* Use diagnose.check_executable for executable detection in g2p.pyschneefux2014-10-081-15/+2
* Remove unused tempfile from client/g2p.pyschneefux2014-10-081-22/+21
* Remove unneccessary print from g2p.pyschneefux2014-10-081-1/+0
* Minor style fix in phonetisaurus-g2p codeschneefux2014-10-081-3/+1
* Rewritten G2P codeschneefux2014-10-081-43/+144
* Remove non-working __main__ from g2pschneefux2014-10-061-5/+0
* Fix flake8 style nitsschneefux2014-10-061-3/+6
* Replace JASPER_HOME with jasperpath.APP_PATH + os.pardirschneefux2014-09-191-1/+3
* Minor style fixes in g2p.py and stt.pyschneefux2014-09-121-3/+6
* Make FST model used for PocketSphinxSTT configurableschneefux2014-09-121-5/+15
* Use `with` statement in client.g2pschneefux2014-09-111-3/+2
* Use tempfile in client.g2pschneefux2014-09-111-6/+6
* Remove Shebangs from modules not meant to be executed directlyschneefux2014-09-101-1/+0
* Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-061-0/+2
* More cleanup, mostly in docstringsschneefux2014-08-231-1/+1
* Stop hardcoding /home/jasper and abstract out mic.say for multiplatform supportschneefux2014-06-211-5/+6
* Initial commitschneefux2014-03-301-0/+55