githubharald / CTCDecoder

Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.
https://towardsdatascience.com/3797e43a86c
MIT License
817 stars 182 forks source link

allow beamWidth as argument #7

Closed ThomasDelteil closed 5 years ago

githubharald commented 5 years ago

thank you.