KenLM-training
KenLM-training copied to clipboard
Segmentation fault (core dumped)
Hi, I got error like in title when running this command:
./kenlm/bin/build_binary trie bible.arpa bible.binary
everything was good until this step, no sign of out of memory or something like that, it crashed immediately any suggestion?
p/s: if I cant solve this problem, can I just use the arpa file (without trie)? it give the same score with the demo sentence in the README
I have solved it ... somehow. I dont even know what I have done to solve it, but it worked now. Closed.
oops, I was wrong, the problem still not fixed. I was just able to run the build_binary
file without trie
option
./kenlm/bin/build_binary bible.arpa bible.binary
but I need a trie for Deep Speech model
@kmario23 are you having free time to look over this error?