| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Better error handling in g2p module | schneefux | 2014-12-30 | 1 | -5/+8 |
| | | |||||
| * | Fix bug #227: Not all arguments converted during string formatting | schneefux | 2014-10-20 | 1 | -2/+2 |
| | | |||||
| * | remove redundant variable assignment | schneefux | 2014-10-08 | 1 | -3/+2 |
| | | |||||
| * | Use configfile from jasper config dir in g2p.py (i.e. use ) | schneefux | 2014-10-08 | 1 | -1/+1 |
| | | |||||
| * | Reorder imports | schneefux | 2014-10-08 | 1 | -1/+2 |
| | | |||||
| * | Use diagnose.check_executable for executable detection in g2p.py | schneefux | 2014-10-08 | 1 | -15/+2 |
| | | |||||
| * | Remove unused tempfile from client/g2p.py | schneefux | 2014-10-08 | 1 | -22/+21 |
| | | |||||
| * | Remove unneccessary print from g2p.py | schneefux | 2014-10-08 | 1 | -1/+0 |
| | | |||||
| * | Minor style fix in phonetisaurus-g2p code | schneefux | 2014-10-08 | 1 | -3/+1 |
| | | |||||
| * | Rewritten G2P code | schneefux | 2014-10-08 | 1 | -43/+144 |
| | | |||||
| * | Remove non-working __main__ from g2p | schneefux | 2014-10-06 | 1 | -5/+0 |
| | | |||||
| * | Fix flake8 style nits | schneefux | 2014-10-06 | 1 | -3/+6 |
| | | |||||
| * | Replace JASPER_HOME with jasperpath.APP_PATH + os.pardir | schneefux | 2014-09-19 | 1 | -1/+3 |
| | | |||||
| * | Minor style fixes in g2p.py and stt.py | schneefux | 2014-09-12 | 1 | -3/+6 |
| | | |||||
| * | Make FST model used for PocketSphinxSTT configurable | schneefux | 2014-09-12 | 1 | -5/+15 |
| | | |||||
| * | Use `with` statement in client.g2p | schneefux | 2014-09-11 | 1 | -3/+2 |
| | | |||||
| * | Use tempfile in client.g2p | schneefux | 2014-09-11 | 1 | -6/+6 |
| | | |||||
| * | Remove Shebangs from modules not meant to be executed directly | schneefux | 2014-09-10 | 1 | -1/+0 |
| | | | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info. | ||||
| * | Add shebang and PEP 0263 source encoding to every module | schneefux | 2014-09-06 | 1 | -0/+2 |
| | | | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes). | ||||
| * | More cleanup, mostly in docstrings | schneefux | 2014-08-23 | 1 | -1/+1 |
| | | |||||
| * | Stop hardcoding /home/jasper and abstract out mic.say for multiplatform support | schneefux | 2014-06-21 | 1 | -5/+6 |
| | | |||||
| * | Initial commit | schneefux | 2014-03-30 | 1 | -0/+55 |
