chiiyeh
|
3bb3849ec5
|
add blank_penalty for offline transducer (#542)
|
2024-01-25 15:00:09 +08:00 |
|
Fangjun Kuang
|
0e23f82691
|
Give an informative log for whisper on exceptions. (#473)
|
2023-12-08 14:33:59 +08:00 |
|
Fangjun Kuang
|
049fb9f451
|
Add Python APIs for WeNet CTC models (#428)
|
2023-11-16 14:20:41 +08:00 |
|
Wei Kang
|
47184f9db7
|
Refactor hotwords,support loading hotwords from file (#296)
|
2023-09-14 19:33:17 +08:00 |
|
Fangjun Kuang
|
f709c95c5f
|
Support multilingual whisper models (#274)
|
2023-08-16 00:28:52 +08:00 |
|
Fangjun Kuang
|
a4bff28e21
|
Support TDNN models from the yesno recipe from icefall (#262)
|
2023-08-12 19:50:22 +08:00 |
|
Fangjun Kuang
|
45b9d4ab37
|
Support whisper models (#238)
|
2023-08-07 12:34:18 +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
|
5e2dc5ceea
|
add streaming-server with web client (#164)
* add streaming-server with web client
* small fixes
|
2023-05-30 22:46:52 +08:00 |
|
Fangjun Kuang
|
80060c276d
|
Begin to support CTC models (#119)
Please see https://k2-fsa.github.io/sherpa/onnx/pretrained_models/offline-ctc/nemo/index.html for a list of pre-trained CTC models from NeMo.
|
2023-04-07 23:11:34 +08:00 |
|
Fangjun Kuang
|
5d3c8edbc9
|
add python tests (#111)
|
2023-04-02 23:05:30 +08:00 |
|
manyeyes
|
3f7e0c23ac
|
adding a python api for offline decode (#110)
|
2023-04-02 13:17:43 +08:00 |
|