Fangjun Kuang
|
552a267c23
|
Set is_final and start_time for online websocket server. (#342)
* Set is_final and start_time for online websocket server.
* Convert timestamps to a json array
|
2023-09-25 15:12:07 +08:00 |
|
Fangjun Kuang
|
43b2b7760d
|
Fix tokens processing for byte-level BPE (#333)
|
2023-09-22 13:28:19 +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
|
d7114da441
|
Minor fixes (#161)
|
2023-05-23 15:57:33 +08:00 |
|
Fangjun Kuang
|
44821ae2fb
|
Use fixed decimal point for offline timestamp (#158)
|
2023-05-22 16:52:38 +08:00 |
|
cooldoomsday
|
0bc571f6ee
|
Return timestamp info and tokens in offline ASR
Co-authored-by: zhangbaofeng@npnets.com <41259@Zbf>
|
2023-05-06 10:20:46 +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 |
|
Fangjun Kuang
|
423d89e9a5
|
Support paraformer. (#95)
|
2023-03-28 17:59:54 +08:00 |
|
Fangjun Kuang
|
5572246253
|
Add non-streaming ASR (#92)
|
2023-03-26 08:53:42 +08:00 |
|