Just grabbed your source code to play around a bit. This command crashes: sphinx_lm_convert.exe -i "en-us.lm.bin" -o "en-us.lm" -ofmt arpa -ifmt bin
INFO: ngram_model_trie.c(354): Trying to read LM in trie binary format Assertion failed: raw_ngram_idx == base->n_counts[i - 1], file X:\sphinxbase-master\src\libsphinxbase\lm\ngram_model_trie.c, line 279
raw_ngram_idx == 2051541 vs base->n_counts[i - 1] == 2051547
Ideas?
Log in to post a comment.
Just grabbed your source code to play around a bit. This command crashes:
sphinx_lm_convert.exe -i "en-us.lm.bin" -o "en-us.lm" -ofmt arpa -ifmt bin
INFO: ngram_model_trie.c(354): Trying to read LM in trie binary format
Assertion failed: raw_ngram_idx == base->n_counts[i - 1], file X:\sphinxbase-master\src\libsphinxbase\lm\ngram_model_trie.c, line 279
raw_ngram_idx == 2051541
vs
base->n_counts[i - 1] == 2051547
Ideas?