Blame view
egs/swahili/s5/local/prepare_lm.sh
193 Bytes
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 |
#!/bin/bash . ./path.sh || die "path.sh expected"; cd data #convert to FST format for Kaldi arpa2fst --disambig-symbol=#0 --read-symbol-table=lang/words.txt \ local/swahili.arpa lang/G.fst |