Zhong-Yi Li
|
675fb1574f
|
offline transducer: treat unk as blank (#1005)
Co-authored-by: chungyi.li <chungyi.li@ailabs.tw>
|
2024-06-19 20:52:42 +08:00 |
|
chiiyeh
|
3bb3849ec5
|
add blank_penalty for offline transducer (#542)
|
2024-01-25 15:00:09 +08:00 |
|
Fangjun Kuang
|
aa48b76d4b
|
Fix initial tokens to decoding (#246)
|
2023-08-09 12:33:47 +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
|
5572246253
|
Add non-streaming ASR (#92)
|
2023-03-26 08:53:42 +08:00 |
|