summary refs log tree commit diff
AgeCommit message (Expand)Author
2016-04-30Add a setup.py script for installationClayton G. Hobbs
2016-04-30Add packaging files to .gitignoreClayton G. Hobbs
2016-04-30Convert README to reStructuredTextClayton G. Hobbs
2016-04-30Tell users to copy config, not move itClayton G. Hobbs
2016-02-16Reorganize classes into a "kayleevc" packageClayton G. Hobbs
2016-02-12Remove __future__ print_functionClayton G. Hobbs
2016-02-12Only write the strings file if necessaryClayton G. Hobbs
2016-02-04Open all files using with blocksClayton G. Hobbs
2016-02-04Removed unused import in kaylee.pyClayton G. Hobbs
2016-02-04Moved command configuration to options.jsonClayton G. Hobbs
2016-02-03Wrap long lines in kaylee.pyClayton G. Hobbs
2016-02-03A few corrections and formatting changes to READMEClayton G. Hobbs
2016-01-02Update copyright for 2016Clayton G. Hobbs
2016-01-02Rewrote NumberParser.parse_all_numbers()Clayton G. Hobbs
2015-12-30Fixed the guaranteed-dictionary-update bugClayton G. Hobbs
2015-12-30Added number parsing capabilitiesClayton G. Hobbs
2015-12-27Refactored a couple regular expressionsClayton G. Hobbs
2015-12-27Removed executable permissions from recognizer.pyClayton G. Hobbs
2015-12-27Changed icons for KayleeClayton G. Hobbs
2015-12-27Rename blather.py to kaylee.pyClayton G. Hobbs
2015-12-27Rename license file to COPYINGClayton G. Hobbs
2015-12-27Mention the new dependency in READMEClayton G. Hobbs
2015-12-27Rewrote language_updater.sh in PythonClayton G. Hobbs
2015-12-27Removed prints from config.pyClayton G. Hobbs
2015-12-27Moved paths to Config classClayton G. Hobbs
2015-12-27Quieter; reorganize gst pipeline codeClayton G. Hobbs
2015-12-27Improved config/argument behaviourClayton G. Hobbs
2015-12-27Minor formatting improvementsClayton G. Hobbs
2015-12-27Replaced last YAML bit with JSONClayton G. Hobbs
2015-12-27Beginning work moving from YAML to JSONClayton G. Hobbs
2015-12-27Removed override command line optionClayton G. Hobbs
2015-12-27Work towards Python 3 supportClayton G. Hobbs
2015-12-27Whoops, two ~ on either side for strikethroughClayton G. Hobbs
2015-12-27Mention self-updating feature in READMEClayton G. Hobbs
2015-12-27Update language automatically on startupClayton G. Hobbs
2015-12-26More changes to READMEClayton G. Hobbs
2015-12-26Update README to reflect the missing Qt UIClayton G. Hobbs
2015-12-26Removed QT interface, renamed interfaces to KayleeClayton G. Hobbs
2015-12-26Ported to new pocketsphinx and pygiClayton G. Hobbs
2015-08-01More format fuckeryJezra
2015-08-01Baaaahhh! gitlab markdown processing leaves something to be desiredJezra
2015-08-01Added missing returnJezra
2015-08-01Added invalid sentence command and valid sentence command to the documentationJezra
2015-03-15Added example for -p flag to READMEJezra
2014-11-09*slightly* improved the error handling.... slightlyJezra
2014-09-12Added -p --pass-words flag that will pass the recognized words to the shell c...Jezra
2014-08-24pull your shit together jez. moved the options print outJezra
2014-08-24modified recognizer instance creation to use self.options['microphone']Jezra
2014-08-24Added the ability to define a command to run whenever a valid sentence is det...Jezra
2014-07-04Added a bit of error checking for the most common problem: missing gstreamer ...Jezra