parlance / ctcdecode

PyTorch CTC Decoder bindings
MIT License
829 stars 245 forks source link

Add dictionary-only scorer #4

Closed ryanleary closed 7 years ago

ryanleary commented 7 years ago

Support decodes based on a dictionary lexicon. Should be able to leverage the trie data structure and eliminate the LM.

ryanleary commented 7 years ago

In progress.