parlance / ctcdecode

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

using a lexicon while decoding #172

Open kerolos opened 4 years ago

kerolos commented 4 years ago

is there anyway to use a word lexicon dictionary during the decoding?, i wanna make a link (map) between the output from CTC to the input in the Language model through a lexicon.