imrahul3610
1be44c63fc
Hotword support for .NET client tests
2020-12-08 13:42:53 +01:00
Reuben Morais
f822b04e1b
Branding cleanup
...
Remove Mozilla trademarks.
2020-12-07 10:07:39 +02:00
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
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
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
Alexandre Lissy
9bca7a9044
Rename DeepSpeech -> STT
2020-08-12 13:52:17 +02:00
Reuben Morais
8c840bed23
Fix .NET build/package, resolve package conflict in Java app
2020-08-05 17:49:51 +02:00
Reuben Morais
4d726e820d
More renames
2020-08-04 18:04:08 +02:00
Reuben Morais
ee7bf86460
.NET rename
2020-08-04 11:15:27 +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
c55143d282
Fix #3198 : Do not rely on examples repo for building .Net
2020-08-02 02:02:41 +02:00
Reuben Morais
216da91842
Remove Git LFS from docs
2020-07-28 11:05:10 +02:00
Carlos Fonseca M
48fb43c3eb
Add UWP Nuget packing support
2020-07-21 10:38:37 -06:00
Alexandre Lissy
80ee63fac6
Use TensorFlow as a submodule
2020-06-29 17:03:07 +02:00
Alexandre Lissy
bc086ec998
Build DeepSpeech using TensorFlow r2.2
2020-06-22 10:48:12 +02:00
Reuben Morais
4356a2764b
Add data/lm doc to RTD, and some general doc improvements and fixes
2020-05-24 15:35:10 +02:00
Alexandre Lissy
2b51316d68
Add .Net API usage example
2020-04-08 11:57:38 +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
e9ae38bf47
Update docs
2020-03-17 14:48:31 +01:00
Reuben Morais
bb709ff955
Adapt .NET bindings to new API
2020-03-17 14:47:58 +01:00
Reuben Morais
7001a17418
Expose version in a consumable way
2020-02-13 17:34:58 +01:00
Reuben Morais
c512383aec
Fix consumers of DS_CreateModel
2020-02-12 10:13:02 +01:00
Reuben Morais
1e2eb96248
Update all API consumers
2020-02-11 19:44:36 +01:00
Carlos Fonseca M
17e011c18d
Fix Intermediate decoding
2020-02-05 22:47:09 -06: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
Reuben Morais
03a822b670
Revert "Multi-stream support .NET"
2019-12-10 14:04:39 +01:00
Carlos Fonseca M
d024c333bc
Multi-stream support .NET
...
Adds multi-stream support for the .NET client using the same acoustic model.
2019-11-29 08:09:17 -06:00
Carlos Fonseca M
4c6a95db39
Remove unused members
...
FreeString and FreeMetadata are both private usage only.
2019-11-29 08:09:17 -06:00
Reuben Morais
3fdc7d422d
Remove alphabet param usage
2019-11-05 09:02:42 +01:00
Reuben Morais
4dc18dd8ee
Expose and use model sample rate in .NET
2019-10-10 23:03:45 +02:00
Reuben Morais
2b68c56025
Sync all the docs with sample rate changes
...
X-DeepSpeech: NOBUILD
2019-10-10 17:15:58 +02:00
Reuben Morais
11ad23cc1f
Remove sample rate parameter usage from .NET binding
2019-10-10 15:44:11 +02:00
Reuben Morais
fb611efd00
Merge pull request #2400 from carlfm01/remove-intptr
...
Replace structs with IntPtr .NET
2019-10-07 08:44:32 +02:00
Carlos Fonseca
acabb26378
Move structs to IntPtr
2019-10-05 03:58:40 +00:00
Alexandre Lissy
9ce8c24165
Move from Markdown to reStructuredText
2019-10-04 12:07:32 +02:00
Reuben Morais
d0e11c73cd
Address review comments
2019-09-18 15:09:11 +02:00
Reuben Morais
0ac498bc50
Rename metadata probability field to confidence
2019-09-11 11:09:44 +02:00
Reuben Morais
a8c53d2154
Update .NET bindings and client
2019-09-09 12:03:14 +02:00
Alexandre Lissy
81b3b159c4
Remove ununsed prealloc frames
...
Fixes #2298
2019-08-20 18:38:46 +02:00
Reuben Morais
93e9ac19c5
Bump references to TF 1.13.1 to TF 1.14.0
2019-07-08 18:56:59 +02:00
Reuben Morais
d50c0397c7
Use bazel workspace status to generate versions
2019-06-25 18:03:52 -03:00
Carlos Fonseca Murillo
73511e48b2
Match native error codes for .NET
2019-05-29 08:08:35 +00:00
Carlos Fonseca Murillo
2bf4b4385f
Change wrong BEAM_WIDTH
2019-05-26 02:12:56 +00:00
Alexandre Lissy
c3c3a3fb81
Expose extended metadata information to bindings
...
Fixes #2006
2019-04-24 20:12:39 +02:00
Reuben Morais
97941db3d8
Move .NET bindings to native_client folder
2019-04-11 13:09:45 -03:00