Fangjun Kuang
|
298b6b6fda
|
Add non-streaming ASR support for HarmonyOS. (#1564)
|
2024-11-26 16:38:35 +08:00 |
|
ivan provalov
|
de04b3b9bf
|
Allow modify model config at decode time for ASR (#1124)
|
2024-07-13 22:30:47 +08:00 |
|
Fangjun Kuang
|
b0f7ed3ee3
|
Add inverse text normalization for non-streaming ASR (#1017)
|
2024-06-17 14:28:53 +08:00 |
|
Wei Kang
|
b012b78ceb
|
Encode hotwords in C++ side (#828)
* Encode hotwords in C++ side
|
2024-05-20 19:41:36 +08:00 |
|
Fangjun Kuang
|
db67e00c77
|
Add HLG decoding for streaming CTC models (#731)
|
2024-04-03 21:31:42 +08:00 |
|
chiiyeh
|
3bb3849ec5
|
add blank_penalty for offline transducer (#542)
|
2024-01-25 15:00:09 +08:00 |
|
Fangjun Kuang
|
407602445d
|
Add CTC HLG decoding using OpenFst (#349)
|
2023-10-08 11:32:39 +08:00 |
|
Fangjun Kuang
|
33a5765169
|
Print a more user-friendly error message when using --hotwords-file. (#344)
|
2023-09-26 11:04:20 +08:00 |
|
Wei Kang
|
47184f9db7
|
Refactor hotwords,support loading hotwords from file (#296)
|
2023-09-14 19:33:17 +08:00 |
|
Fangjun Kuang
|
debab7c091
|
Add two-pass speech recognition Android/iOS demo (#304)
|
2023-09-12 15:40:16 +08:00 |
|
Wei Kang
|
8562711252
|
Implement context biasing with a Aho Corasick automata (#145)
* Implement context graph
* Modify the interface to support context biasing
* Support context biasing in modified beam search; add python wrapper
* Support context biasing in python api example
* Minor fixes
* Fix context graph
* Minor fixes
* Fix tests
* Fix style
* Fix style
* Fix comments
* Minor fixes
* Add missing header
* Replace std::shared_ptr with std::unique_ptr for effciency
* Build graph in constructor
* Fix comments
* Minor fixes
* Fix docs
|
2023-06-16 14:26:36 +08:00 |
|
Fangjun Kuang
|
86017f9833
|
Add RNN LM rescore for offline ASR with modified_beam_search (#125)
|
2023-04-23 17:15:18 +08:00 |
|
Fangjun Kuang
|
423d89e9a5
|
Support paraformer. (#95)
|
2023-03-28 17:59:54 +08:00 |
|
Fangjun Kuang
|
dffb0fd43c
|
Refactor offline recognizer. (#94)
* Refactor offline recognizer.
The purpose is to make it easier to support different types of models.
|
2023-03-27 14:59:40 +08:00 |
|
Fangjun Kuang
|
5572246253
|
Add non-streaming ASR (#92)
|
2023-03-26 08:53:42 +08:00 |
|