Commit Graph

130 Commits

Author SHA1 Message Date
Reuben Morais
f822b04e1b Branding cleanup
Remove Mozilla trademarks.
2020-12-07 10:07:39 +02:00
Francis Tyers
55e31c4025 update for NodeJS 15 2020-10-26 15:44:06 +00:00
imrahul3610
9df89bd945 Fix JavaScript binding calls for Hot Words 2020-10-10 11:30:27 +05:30
imrahul3610
29b39fd2d5 JS Binding Fix 2020-10-10 11:30:27 +05:30
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
Alexandre Lissy
a4d6c672d4 Fix #3316: Add Electron 10.x 2020-09-10 12:08:17 +02:00
Reuben Morais
ae0cf8db6a Revert "Merge branch 'rename-real'"
This reverts commit ae9fdb183e, reversing
changes made to 2eb75b6206.
2020-08-26 11:46:09 +02:00
Reuben Morais
01fd13b663 Revert "Merge pull request #3229 from mozilla/nodejs-scoped-name"
This reverts commit 402fc71abf, reversing
changes made to 0610a7a76f.
2020-08-26 11:46:08 +02:00
Reuben Morais
da55cfae86 Revert "Merge pull request #3237 from lissyx/rename-training-package"
This reverts commit 3dcb3743ac, reversing
changes made to 457198c88d.
2020-08-26 11:46:08 +02:00
Reuben Morais
7f99007840 Revert "Merge pull request #3238 from lissyx/rename-index"
This reverts commit 1a7dd87601, reversing
changes made to 08cebeda3c.
2020-08-26 11:46:06 +02:00
Reuben Morais
10e2fc16f2 Revert "Merge pull request #3243 from lissyx/rename-stt-master"
This reverts commit 3e99b0d8b2, reversing
changes made to 3a8c45cb61.
2020-08-26 11:45:06 +02:00
Reuben Morais
c62a604876 Revert "Merge pull request #3248 from lissyx/rtd-rename"
This reverts commit ce71910ab4, reversing
changes made to 7c6108a199.
2020-08-26 11:45:06 +02:00
Alexandre Lissy
fffc6ad455 Update name of readthedocs 2020-08-13 22:50:57 +02:00
Alexandre Lissy
9bca7a9044 Rename DeepSpeech -> STT 2020-08-12 13:52:17 +02:00
Alexandre Lissy
5795173c14 Rename TaskCluster index 2020-08-10 22:08:39 +02:00
Alexandre Lissy
6f84bd1996 Rename deepspeech_training package 2020-08-10 16:58:18 +02:00
Reuben Morais
50de377953 Use scoped name for npm package 2020-08-06 18:55:42 +02:00
Reuben Morais
b301cdf83e JavaScript rename 2020-08-04 12:13:11 +02:00
Reuben Morais
fa21911048 Rename packages, modules, headers, shared libraries to Mozilla Voice STT 2020-08-03 18:22:32 +02:00
Alexandre Lissy
48f904ac27 Fix #3127: Adjust PATH for electronjs/windows with electron-builder 2020-07-07 22:09:32 +02:00
Alexandre Lissy
eca69d1c84 Trusty -> Xenial 2020-06-22 10:48:12 +02:00
Alexandre Lissy
bc086ec998 Build DeepSpeech using TensorFlow r2.2 2020-06-22 10:48:12 +02:00
Reuben Morais
06408b8ddd Flip direction of VERSION and GRAPH_VERSION links 2020-06-08 11:22:24 +02:00
Alexandre Lissy
dc8dbbd398 Add NodeJS v14 2020-06-03 11:50:37 +02:00
Reuben Morais
facdff8c70 Switch JavaScript index.js to TypeScript 2020-05-25 13:08:02 +02:00
Reuben Morais
fdd3b319a5 Exercise intermediateDecode and intermediateDecodeWithMetadata in streaming tests 2020-05-25 11:01:40 +02:00
Reuben Morais
1f30cf2717 Use Buffer type in TS definitions that take a Buffer 2020-05-25 11:01:15 +02:00
Reuben Morais
83320c1a10 Remove bogus Stream parameter in Stream.intermediateDecode TS definition 2020-05-25 11:00:58 +02:00
Greg Richardson
b8f9d036c2 Fix JS IntermediateDecodeWithMetadata binding 2020-05-24 21:38:56 -06:00
Reuben Morais
a02eddec38 Add JS test for streaming + metadata 2020-05-06 12:04:17 +02:00
Reuben Morais
b0e0972b78 Fix reference to Stream.finishStreamWithMetadata 2020-05-06 12:03:50 +02:00
Reuben Morais
e6e3cc539b Mark aNumResults parameters in *withMetadata methods as optional 2020-05-06 12:03:14 +02:00
Matt McCartney
41d990e538 fix(js): declare FinishStreamWithMetadata result object
- as demanded by strict mode

close #2979
2020-05-05 14:32:07 -07:00
Reuben Morais
def8214454 Remove dts-gen docs from JavaScript package README
X-DeepSpeech: NOBUILD
2020-05-04 14:08:52 +02:00
Reuben Morais
48971413e5 Improve EnableExternalScorer error handling in Python and JS bindings 2020-05-03 15:39:31 +02:00
Reuben Morais
be1bd04b50 Add streaming mode to JS client 2020-04-29 13:43:40 +02:00
Reuben Morais
b0415af4b4 Return Stream wrapper in JS Model.createStream 2020-04-29 13:43:28 +02:00
Reuben Morais
a584c8e6b6 Docs centered on ReadTheDocs instead of GitHub 2020-04-27 20:31:11 +02:00
Alexandre Lissy
d8d5e6f358 Fix #2885: Improve ds-swig integration 2020-04-08 18:48:12 +02:00
Alexandre Lissy
5e3c5e9131 Fix #2888: Use start-after / end-before for API example line references 2020-04-07 14:01:09 +02:00
Alexandre Lissy
5723dba180 Update doc for TypeScript support 2020-04-06 22:12:00 +02:00
Alexandre Lissy
3581bdf9fe Add TypeScript CI 2020-04-06 22:12:00 +02:00
Alexandre Lissy
bf31b2e351 Expose Stream-related within Stream class 2020-04-06 22:12:00 +02:00
Alexandre Lissy
567595aa5a Package and expose TypeScript for JS interface 2020-04-06 11:15:42 +02:00
Anas Abou Allaban
510d71353f Update README
Signed-off-by: Anas Abou Allaban <aabouallaban@pm.me>
2020-04-03 13:28:56 +02:00
Anas Abou Allaban
be40b07307 Add type declaration file for v0.7.0
Signed-off-by: Anas Abou Allaban <aabouallaban@pm.me>
2020-04-03 13:28:56 +02:00
Shubham Kumar
5d50d21da0
Exposing ErrorCode API in Tree bindings (#2806)
* Added API to Python bindings

* Added API to JavaScript bindings

* Added API to Java bindings

* Added API to .NET binding
2020-03-21 15:40:39 +01:00
Reuben Morais
1547498e82 Const members in structs 2020-03-18 19:32:57 +01:00
Reuben Morais
e9ae38bf47 Update docs 2020-03-17 14:48:31 +01:00
Reuben Morais
09048e2ea2 Adapt JavaScript bindings to new API 2020-03-17 14:47:58 +01:00