Commit Graph

489 Commits

Author SHA1 Message Date
dabinat
969b2ac4ba Changed variable names to match coding style 2020-03-17 14:47:58 +01:00
dabinat
004d66d224 Client changes to show multiple transcriptions in JSON output 2020-03-17 14:47:58 +01:00
dabinat
32c969c184 Expose multiple transcriptions through the API 2020-03-17 14:47:58 +01:00
Reuben Morais
a9e72eb152 Merge branch 'pr/2794' (Fixes PR #2794) 2020-02-26 14:47:55 +01:00
Reuben Morais
a97e961d16 Fix nits 2020-02-26 14:47:45 +01:00
Shubham Kumar
03196c875d used strdup for showing error 2020-02-26 18:17:50 +05:30
Shubham Kumar
c77d3d6f2d added documentation 2020-02-26 14:26:43 +05:30
Shubham Kumar
4fd747e540 added implementation of DS_ErrorCodeToErrorMessage 2020-02-26 13:30:05 +05:30
Alexandre Lissy
c5ded5adfe Cache gradle deps and Android emulator setup 2020-02-25 19:17:13 +01:00
Reuben Morais
b74738a405 Make const functions receive const ModelState pointers 2020-02-25 11:15:45 +01:00
Alexandre Lissy
7d1663b1c5 Generate one-time Homebrew tarball 2020-02-20 11:46:43 +01:00
Reuben Morais
f47c7f8421 Report error code as hexadecimal numbers for easier lookup 2020-02-19 14:11:01 +01:00
Reuben Morais
ac26a785df Add a better __repr__ for Metadata objects in Python bindings 2020-02-18 12:19:10 +01:00
Reuben Morais
f27457cbbe
Merge pull request #2762 from reuben/remove-generate-trie-docs
Remove references to generate_trie from docs (Fixes #2761)
2020-02-16 18:09:55 +01:00
Reuben Morais
27e2e44400 Remove references to generate_trie from docs
X-DeepSpeech: NOBUILD
2020-02-16 11:36:27 +01:00
Alexandre Lissy
0add08e30d Ensure python builds uses all ressources 2020-02-14 18:55:03 +01:00
Reuben Morais
7001a17418 Expose version in a consumable way 2020-02-13 17:34:58 +01:00
Alexandre Lissy
e5149ded12 Build SWIG locally 2020-02-12 15:12:30 +01:00
Reuben Morais
3637f88c06 Fix CI errors, address comments, update examples 2020-02-12 10:13:02 +01:00
Reuben Morais
c512383aec Fix consumers of DS_CreateModel 2020-02-12 10:13:02 +01:00
Reuben Morais
8e9b6ef7b3 Embed default beam width into exported graph and remove param from DS_CreateModel 2020-02-11 21:23:05 +01:00
Reuben Morais
8dedda7759 Address review comments 2020-02-11 19:44:36 +01:00
Reuben Morais
1d3b3a31a1 Address review comments and update docs 2020-02-11 19:44:36 +01:00
Reuben Morais
efbed73d5c Improve error handling around Scorer loading 2020-02-11 19:44:36 +01:00
Reuben Morais
1e2eb96248 Update all API consumers 2020-02-11 19:44:36 +01:00
Reuben Morais
708b21a63e Add tool to extract vocabulary from the old LM binary format 2020-02-11 19:44:36 +01:00
Reuben Morais
ab08f5ee5a Change decoder API 2020-02-11 19:44:26 +01:00
Reuben Morais
16d5632d6f Write default values for alpha and beta into trie header 2020-02-11 19:44:26 +01:00
Reuben Morais
b33d90b7bd Load combined format from Scorer 2020-02-11 19:44:26 +01:00
Reuben Morais
214b50f490 Add generate_package tool to create combined scorer package 2020-02-11 19:44:26 +01:00
Reuben Morais
be2229ef29 Refactor Scorer so model/trie package can be created by an external tool 2020-02-11 19:44:26 +01:00
Reuben Morais
7c0354483e Stop including vocabulary data in LM.binary. 2020-02-11 19:44:19 +01:00
Reuben Morais
d65422c8ab Update KenLM to b9f35777d112ce2fc10bd3986302517a16dc3883 2020-02-11 19:44:17 +01:00
Reuben Morais
5eac447de4 Point people to Matrix room instead of IRC
X-DeepSpeech: NOBUILD
2020-02-11 17:44:44 +01:00
Carlos Fonseca M
17e011c18d Fix Intermediate decoding 2020-02-05 22:47:09 -06:00
Alexandre Lissy
ff401732a3 Enforce CTC decoder version check
Fix #2710
2020-02-03 10:24:21 +01:00
Alexandre Lissy
38db9a2441 Improve SWIG reference 2020-01-29 11:11:30 +01:00
Alexandre Lissy
656eea4622 Use std::unique_ptr<> for TensorFlow session 2020-01-29 09:42:05 +01:00
Reuben Morais
8d42c2bdd9 Adjust Buffer length to account for element size inside the JS binding 2020-01-27 18:20:57 +01:00
Alexandre Lissy
d9072c2a87 Ensure properly link to TensorFlow r1.15 2020-01-22 10:50:55 +01:00
Carlos Fonseca M
923729d920 Multi-stream support .NET
Adds multi-stream support for the .NET client using the same acoustic model.
2020-01-18 12:35:29 +01:00
Carlos Fonseca M
fe2477b25c Remove unused members
FreeString and FreeMetadata are both private usage only.
2020-01-18 12:34:13 +01:00
Alexandre Lissy
66fe634cfe Fix word detection for time computation
Fixes #2623
2020-01-14 16:33:51 +01:00
lissyx
7b3bc31171
Merge pull request #2667 from lissyx/remove-python-nodejs-oldies
Remove python nodejs oldies
2020-01-13 18:03:03 +01:00
Alexandre Lissy
b216b943b9 Update Python, NodeJS and ElectronJS to latest stables 2020-01-13 16:17:13 +01:00
Alexandre Lissy
d911ccb2b7 Fix DS_EnableDecoderWithLM typo in Android bindings
Fixes #2643
2020-01-13 12:43:19 +01:00
Alexandre Lissy
4c7d5fb0e1 Publish README/USING/TRAINING to readthedocs
Fixes #2581
2020-01-08 16:56:13 +01:00
Alexandre Lissy
b90f80e7ed Re-enable Markdown small README for Bintray hosting 2020-01-02 16:11:19 +01:00
Alexandre Lissy
f44d2ddeb9 Don't OOV_SCORE on empty prefix
Fixes #2579
2020-01-02 12:39:12 +01:00
Reuben Morais
3fd25badb5 Fix JS package README 2019-12-30 10:13:58 +01:00