k2-fsa / sherpa

Speech-to-text server framework with next-gen Kaldi
https://k2-fsa.github.io/sherpa
Apache License 2.0
515 stars 103 forks source link

Documentation for `fast beam search with LG graph` decoding #376

Closed YuriiMytiai closed 1 year ago

YuriiMytiai commented 1 year ago

Hello! I'm wondering if there's any documentation (or paper) which describes this algorithm? Thank you in advance! CC @ezerhouni

ezerhouni commented 1 year ago

@YuriiMytiai The paper related to fast beam search is : https://arxiv.org/pdf/2211.00484.pdf

(fyi, I am not of the authors of this paper)

YuriiMytiai commented 1 year ago

Cool, thank you!