parlance / ctcdecode

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

use virtual function to allow loading of any model type #16

Closed joshemorris closed 7 years ago

joshemorris commented 7 years ago

Modified ctc_beam_scorer_klm.h to use virtual method call. This allows any model type to be loaded.