forward TASK_ID, add created and deadline
more fixes
typo
try without TASK_ID
fix task templates
add missing env vars to tc decision dry runs
avoid repetition in .taskcluster and manually forward varibles to tc-decision.py
url -> clone_url
simulate GITHUB_EVENT
separate ref an sha
correct pull request actions
correct pull request policy
Set up additional `deepspeech_ios` target with static build steps
Xcode config: lock swift version at 5.0, bundle framework rather than dynamic lib, never strip swift symbols, add framework search paths, and bring in lstdc++
Runtime schema config: disable the main thread checker as this causes trouble with the static build
Update model versions to 0.9.1
Remove libdeepspeech.so from example app bundling steps
Swift lib embed settings that are somehow essential
Attempt to adjust taskcluster build steps
Add a basic podspec
Add framework to gitignore
Fix podspec version code
Attempt to fix taskcluster unzip step
Switch deepspeech targets for iOS build
Try doing this unzip in one step
Remove packaging steps for unneeded stuff because libdeepspeech.so is no longer a thing here. I suppose we could add a step to package the iOS static lib instead.
Fix podspec version
Set up podspec relative assuming a clone from the repo root
Remove space in iOS package step
Fix buildfile nit
Link stdc++ in explicitly with iOS build only
Revert "Remove space in iOS package step"
This reverts commit 3e1922ea37.
* enable hot-word boosting
* more consistent ordering of CLI arguments
* progress on review
* use map instead of set for hot-words, move string logic to client.cc
* typo bug
* pointer things?
* use map for hotwords, better string splitting
* add the boost, not multiply
* cleaning up
* cleaning whitespace
* remove <set> inclusion
* change typo set-->map
* rename boost_coefficient to boost
X-DeepSpeech: NOBUILD
* add hot_words to python bindings
* missing hot_words
* include map in swigwrapper.i
* add Map template to swigwrapper.i
* emacs intermediate file
* map things
* map-->unordered_map
* typu
* typu
* use dict() not None
* error out if hot_words without scorer
* two new functions: remove hot-word and clear all hot-words
* starting to work on better error messages
X-DeepSpeech: NOBUILD
* better error handling + .Net ERR codes
* allow for negative boosts:)
* adding TC test for hot-words
* add hot-words to python client, make TC test hot-words everywhere
* only run TC tests for C++ and Python
* fully expose API in python bindings
* expose API in Java (thanks spectie!)
* expose API in dotnet (thanks spectie!)
* expose API in javascript (thanks spectie!)
* java lol
* typo in javascript
* commenting
* java error codes from swig
* java docs from SWIG
* java and dotnet issues
* add hotword test to android tests
* dotnet fixes from carlos
* add DS_BINARY_PREFIX to tc-asserts.sh for hotwords command
* make sure lm is on android for hotword test
* path to android model + nit
* path
* path