Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 881 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 881 Bytes

PyDecoder

Basic Speech Recognition Decoder implemented in Python.

Requirements

  • Python 3.7
  • Numpy

Not tested in versions <3.7, but it should work as well.

Structure

Run the code

To recognise the provided sample, run:

cd code
python -m decoder.Decoder

The output will be generated in the deco.info.log file.

TO DO

  • Include rescoring LM.
  • Generate Wordgraphs.
  • Advanced pruning.