Commit Graph

521 Commits

Author SHA1 Message Date
Alexandre Lissy
9b7724e559 Force ds-swig first in PATH to avoid messing if system-wide exists 2020-04-20 12:39:48 +02:00
Reuben Morais
33760a6bcd Delay beam expansion until a non-blank label has probability >0.1% 2020-04-17 14:33:40 +02:00
Reuben Morais
5fa1839a7f Use Alphabet to compute string values in get_prev_* 2020-04-13 10:23:23 +02:00
Alexandre Lissy
d8d5e6f358 Fix #2885: Improve ds-swig integration 2020-04-08 18:48:12 +02:00
Alexandre Lissy
2b51316d68 Add .Net API usage example 2020-04-08 11:57:38 +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
lissyx
e1206f47d3
Merge pull request #2833 from alexcannan/master
Fixed sample rate logic in Python client
2020-03-30 23:45:59 +02:00
Alexandre Lissy
1598be8124 Add CTC decoder build on TaskCluster 2020-03-25 09:35:12 +01:00
lissyx
c8046cbff0
Fix -fPIC typo 2020-03-25 09:18:58 +01:00
Ryoji Yoshida
4ffbd46cea Address review comments 2020-03-25 10:33:22 +09:00
Ryoji Yoshida
d7cca2a791 Support building ctc_decoder wheel package on Windows system 2020-03-24 09:48:30 +09: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
ee30a1c9de Adapt Java bindings to const structs 2020-03-20 13:51:29 +01:00
Alex Cannan
4fd39175b3 Fixed sample rate logic in Python client 2020-03-19 14:37:59 -04:00
Reuben Morais
1547498e82 Const members in structs 2020-03-18 19:32:57 +01:00
Reuben Morais
2ec34d5a06 Address review comments 2020-03-17 14:48:31 +01:00
Reuben Morais
e9ae38bf47 Update docs 2020-03-17 14:48:31 +01:00
Reuben Morais
c52f3b32fa Adapt Java bindings to new API 2020-03-17 14:47:58 +01:00
Reuben Morais
bb709ff955 Adapt .NET bindings to new API 2020-03-17 14:47:58 +01:00
Reuben Morais
09048e2ea2 Adapt JavaScript bindings to new API 2020-03-17 14:47:58 +01:00
Reuben Morais
6e88a37ad4 Adapt Python bindings to new API 2020-03-17 14:47:58 +01:00
Reuben Morais
c74dcffe79 Adjust client.cc for new API and small cleanup of code and function names 2020-03-17 14:47:58 +01:00
Reuben Morais
ea8c7d2957 Add DS_IntermediateDecodeWithMetadata 2020-03-17 14:47:58 +01:00
Reuben Morais
69bd032605 Improve API naming around Metadata objects 2020-03-17 14:47:58 +01:00
dabinat
e1fec4e818 Client - Change JSON output to return alternatives transcripts in an "alternatives" array 2020-03-17 14:47:58 +01:00
dabinat
e0c42f01a4 Moved result limiting to ModelState instead of CTC decoder 2020-03-17 14:47:58 +01:00
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