parlance / ctcdecode

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

Modify cpu_bindings.h to use virtual interface #19

Closed joshemorris closed 7 years ago

joshemorris commented 7 years ago

Changing to the virtual interface allows for trie files to be built based any model type.