DeepSpeech/native_client
Josh Meyer 1eb155ed93
enable hot-word boosting (#3297)
* 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
2020-09-24 14:58:41 -04:00
..
ctcdecode enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
dotnet enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
java enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
javascript enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
kenlm Load combined format from Scorer 2020-02-11 19:44:26 +01:00
python enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
swift Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
test Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
alphabet.cc Add methods to check for label presence in Alphabet 2020-07-06 19:34:03 +02:00
alphabet.h Add methods to check for label presence in Alphabet 2020-07-06 19:34:03 +02:00
Android.mk Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
args.h enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
bazel_workspace_status_cmd.sh Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
BUILD Merge pull request #3279 from godefv/decoder_timesteps 2020-09-17 20:31:05 +02:00
client.cc enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
CODINGSTYLE.md Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
deepspeech_errors.cc Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
deepspeech.cc enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
deepspeech.h enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
definitions.mk Fix SWIG prebuild URL 2020-08-28 17:18:17 +02:00
enumerate_kenlm_vocabulary.cpp Add tool to extract vocabulary from the old LM binary format 2020-02-11 19:44:36 +01:00
gen_workspace_status.sh Enforce CTC decoder version check 2020-02-03 10:24:21 +01:00
generate_scorer_package.cpp Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
getopt_win.h Building on Windows 2019-03-12 22:21:01 +01:00
Makefile Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
modelstate.cc Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
modelstate.h enable hot-word boosting (#3297) 2020-09-24 14:58:41 -04:00
multistrap_armbian64_buster.conf Move to ARMbian Buster 2019-08-21 22:58:10 +02:00
multistrap_raspbian_buster.conf Move Raspbian support to Buster 2019-08-20 16:37:26 +02:00
tflitemodelstate.cc Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
tflitemodelstate.h Enable TFLite delegations 2020-07-03 01:34:54 +02:00
tfmodelstate.cc Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
tfmodelstate.h Embed default beam width into exported graph and remove param from DS_CreateModel 2020-02-11 21:23:05 +01:00
trie_load.cc Change decoder API 2020-02-11 19:44:26 +01:00
workspace_status.h Enforce CTC decoder version check 2020-02-03 10:24:21 +01:00
xldd Enable C++, NodeJS tests on RPi3 2018-04-16 11:35:54 +02:00