parlance / ctcdecode

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

Changed name of generate trie to generate dict to avoid confusion #23

Closed SeanNaren closed 7 years ago

SeanNaren commented 7 years ago

It gets a bit hairy when your model is a .trie, your dictionary is a .trie, this helps to clarify what each is and hide the underlying structure.

Once this is merged/reviewed I'll update deepspeech.pytorch to use the correct function on master!