mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
How to regenerate: - Get a KenLM build - $ (tr -d '[:digit:]|[:punct:]' < LDC93S1.txt | tr '[:upper:]' '[:lower:]'; head -n 500 ../lm/vocab.txt) > vocab.txt - $ bin/lmplz --prune 0 0 1 --order 5 --text vocab.txt --arpa vocab.pruned.arpa - $ bin/build_binary -s vocab.pruned.arpa vocab.pruned.lm - $ generate_trie ../alphabet.txt vocab.pruned.lm vocab.txt vocab.trie Fixes #1245 |
||
|---|---|---|
| .. | ||
| lm | ||
| smoke_test | ||
| ted | ||
| alphabet.txt | ||