-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BrokenPipeError: [Errno 32] Broken pipe #1
Comments
Hi @YasineNifa , Please note that the file |
Yeah I followed the guide but I did not execute this cmd : bzcat vocabulary.txt.bz2 | python process.py | wc because I did not find the process.py file |
Oh sorry. that was a typo. fixed it! Maybe do you have the data publicly available? I can try to replicate the error.. |
Here is the data I am using : https://voice.mozilla.org/fr/datasets |
if you want the vocabulary.txt. Here is a link where can you find it |
Hi, do you fix this question? now I am sturggling with it |
Hello
Please I am following this tutorial to create my French Language model : https://github.com/kmario23/KenLM-training
But when I type this cmd :
bzcat ./data_final/vocabulary.txt.bz2 | python preprocess.py | /home/innovation/kenlm/bin/lmplz -o 3 > myvocabulary.arpa
I get the following error :
The text was updated successfully, but these errors were encountered: