| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Use os.chdir inside client/test.py | schneefux | 2014-09-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | Otherwise, the transcribe check will fail, if you execute test.py from outside the client directory, e.g. via `python2 client/test.py` It's a mess that we need os.chdir at all, but hopefully we can remove this soon, if absolute paths are used everywhere. | |||||
| | * | | Replace JASPER_HOME with jasperpath.APP_PATH + os.pardir | schneefux | 2014-09-19 | 3 | -17/+11 | |
| | | | | ||||||
| | * | | Use jasperpath in client/modules/Joke.py | schneefux | 2014-09-19 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Use jasperpath in client/test.py | schneefux | 2014-09-19 | 1 | -3/+4 | |
| | | | | ||||||
| | * | | Use jasperpath in client/mic.py | schneefux | 2014-09-19 | 1 | -3/+3 | |
| | |/ | ||||||
| * | | Merge pull request #169 from alexsiri7/diagnostic | schneefux | 2014-09-23 | 1 | -17/+47 | |
| |\ \ | |/ |/| | Added extra diagnostics | |||||
| | * | Changed pip package processing | schneefux | 2014-09-23 | 1 | -5/+6 | |
| | | | ||||||
| | * | Using logging module for logs | schneefux | 2014-09-21 | 1 | -8/+13 | |
| | | | ||||||
| | * | Use pip module for checking packages | schneefux | 2014-09-21 | 1 | -18/+19 | |
| | | | ||||||
| | * | Added extra diagnostics | schneefux | 2014-09-21 | 1 | -3/+26 | |
| |/ | | | | | - Check if say or espeak are installed - Check if all pip requirements were installed | |||||
| * | Merge pull request #172 from Holzhaus/cleanup-main | schneefux | 2014-09-19 | 1 | -82/+61 | |
| |\ | | | | | Cleanup of jasper.py | |||||
| | * | Style fix for salutation in jasper.py | schneefux | 2014-09-16 | 1 | -1/+4 | |
| | | | ||||||
| | * | Changed IOError logger message in jasper.py | schneefux | 2014-09-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use logging.getLogger(__name__) in jasper.py | schneefux | 2014-09-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Remove redefinition of $LD_LIBRARY_PATH AND $PATH | schneefux | 2014-09-15 | 1 | -11/+0 | |
| | | | ||||||
| | * | Autodetection of JASPER_HOME | schneefux | 2014-09-15 | 1 | -8/+2 | |
| | | | ||||||
| | * | Fix wrong argparser name | schneefux | 2014-09-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Small cleanup in jasper.py | schneefux | 2014-09-12 | 1 | -5/+3 | |
| | | | ||||||
| | * | make jasper a class and use logging | schneefux | 2014-09-12 | 1 | -64/+50 | |
| | | | ||||||
| | * | Using argparse module | schneefux | 2014-09-12 | 1 | -2/+11 | |
| | | | ||||||
| * | | Style fixes for jasperpath.py and removal of shebang | schneefux | 2014-09-18 | 1 | -1/+2 | |
| | | | ||||||
| * | | Merge pull request #178 from Holzhaus/jasperpath | schneefux | 2014-09-18 | 3 | -6/+22 | |
| |\ \ | | | | | | | Add dedicated path module | |||||
| | * | | Style fix: Added newline at the EOF | schneefux | 2014-09-17 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Use jasperpath in diagnose.py | schneefux | 2014-09-17 | 1 | -5/+2 | |
| | | | | | | | | | | | | | Removed jasper_modules_path() function | |||||
| | * | | Use jasperpath in brain.py | schneefux | 2014-09-17 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Added `jasperpath` module | schneefux | 2014-09-16 | 1 | -0/+18 | |
| |/ / | ||||||
| * | | Minor style fixes in vocabcompiler.py | schneefux | 2014-09-16 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge pull request #175 from Holzhaus/vocabcompiler-pathfix | schneefux | 2014-09-16 | 1 | -18/+5 | |
| |\ \ | | | | | | | Use `Brain.get_modules()` in vocabcompiler | |||||
| | * | | Use `Brain.get_modules()` in vocabcompiler | schneefux | 2014-09-15 | 1 | -18/+5 | |
| | | | | ||||||
| * | | | Merge pull request #177 from Holzhaus/remove-gmail-errors | schneefux | 2014-09-15 | 1 | -3/+4 | |
| |\ \ \ | |/ / |/| | | Remove Gmail errors from Notifier class | |||||
| | * | | Remove Gmail errors. This resolves jasperproject/jasper-client#125. | schneefux | 2014-09-15 | 1 | -3/+4 | |
| |/ / | ||||||
| * | | Fixed music argument in mic.activeListen() | schneefux | 2014-09-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Minor style fixes in g2p.py and stt.py | schneefux | 2014-09-12 | 2 | -4/+7 | |
| | | | ||||||
| * | | Merge pull request #170 from Holzhaus/avoid-hardcoded-paths | schneefux | 2014-09-12 | 2 | -9/+32 | |
| |\ \ | | | | | | | Make HMM dir and FST model configurable. | |||||
| | * | | Make HMM dir used for PocketSphinxSTT configurable | schneefux | 2014-09-12 | 1 | -4/+17 | |
| | | | | ||||||
| | * | | Make FST model used for PocketSphinxSTT configurable | schneefux | 2014-09-12 | 1 | -5/+15 | |
| | |/ | ||||||
| * | | Merge pull request #173 from Holzhaus/remove-try-except-conversation | schneefux | 2014-09-12 | 2 | -10/+8 | |
| |\ \ | |/ |/| | Remove general try except block | |||||
| | * | Remove general try except block | schneefux | 2014-09-12 | 2 | -10/+8 | |
| |/ | ||||||
| * | PEP8 style fixes for brain.py | schneefux | 2014-09-11 | 1 | -3/+2 | |
| | | ||||||
| * | Merge pull request #166 from Holzhaus/improved-module-detection | schneefux | 2014-09-11 | 1 | -35/+23 | |
| |\ | | | | | Cleanup of module detection in client.brain | |||||
| | * | Fixed wrong module import path in client.brain | schneefux | 2014-09-11 | 1 | -2/+2 | |
| | | | ||||||
| | * | Cleanup of module detection in client.brain | schneefux | 2014-09-11 | 1 | -35/+23 | |
| | | | | | | | | | This should also make it possible to have packages as client modules (making jasperproject/jasper-client#153 obsolete) | |||||
| * | | Set JASPER_HOME before importing client modules | schneefux | 2014-09-11 | 1 | -13/+13 | |
| | | | ||||||
| * | | Added test for vocabcompiler to `--light` tests and updated travis config | schneefux | 2014-09-11 | 4 | -64/+5 | |
| | | | ||||||
| * | | Moved all imports to the top and changed `--local` detection | schneefux | 2014-09-11 | 1 | -13/+8 | |
| | | | ||||||
| * | | Add client folder to sys.path | schneefux | 2014-09-11 | 1 | -1/+4 | |
| | | | | | | | | | Otherwise this would cause bugs in client.brain | |||||
| * | | `sys.exit(1)` on startup error | schneefux | 2014-09-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Move stdlib/3rd-party imports to the top | schneefux | 2014-09-11 | 1 | -6/+4 | |
| | | | ||||||
| * | | Remove prints | schneefux | 2014-09-11 | 1 | -3/+1 | |
| | | | ||||||
| * | | Updated travis.yml to use vocabcompiler unittest from client folder | schneefux | 2014-09-11 | 1 | -2/+1 | |
| | | | ||||||
