Commit Graph

9 Commits

Author SHA1 Message Date
Reuben Morais
60fb5ad04c Remove old versions of decoder binary files 2018-11-08 18:35:42 -02:00
Reuben Morais
70ff71c4c5 Switch native tests to ctcdecode trie and prodmodel 2018-10-25 17:38:22 -03:00
Alexandre Lissy
7c5e031b1f Change TRIE format 2018-10-01 19:03:36 +02:00
Reuben Morais
cb86e7e191 Update language model to a trie-based LM created from the LibriSpeech LM corpus 2018-09-17 11:11:20 -03:00
Alexandre Lissy
3f2a520941 Revert "Added quntized array language model and trie"
This reverts commit 754ecd831b.
2018-07-23 11:29:27 +02:00
kdavis-mozilla
754ecd831b Added quntized array language model and trie 2018-06-01 20:34:05 +02:00
Alexandre Lissy
d7653d749b Use LDC93S1 small language model
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
2018-02-15 14:56:02 +01:00
Alexandre Lissy
72298b8f6d Add different samplerate samples
Fixes #1022
2018-02-08 20:48:53 +01:00
Kelly Davis
9eebe98aa9 Adding CTC to notebook 2016-09-19 06:11:42 +02:00