-
Is there any easy-to-use binary like 'compute-best-mix' from srilm? I've glanced through the [code](https://github.com/kpu/kenlm/blob/master/lm/builder/interpolate.cc) in kenlm but I'm not sure how ca…
-
After i type in the 'make -j 4'. It gives the error in the picture. Who can help me?
![image](https://user-images.githubusercontent.com/22514959/81253323-e31ce700-905a-11ea-9a31-51f31b5b1e44.png)
-
After i run the command :bzcat bible.en.txt.bz2 | python preprocess.py | ./kenlm/bin/lmplz -o 3 > bible.arpa,
ERROR:bash: ./kenlm/bin/lmplz: No such file or directory
Traceback (most recent call …
-
The original repo is: https://github.com/kpu/kenlm (1600 stars) but the instructions are to clone https://github.com/vchahun/kenlm.git which is a fork with only 5 stars and is 1000 commits behind mast…
-
I've managed to figure out a lot, but it seems the documentation for installing is quite out of date with how the install is actually going (for example the oneapi change for MKL)
Some issues persi…
-
- [ ] Wav2Vec2 Fine-Tuning
- [ ] Datasets
- [ ] Language Model
- [ ] KenLM Language Model Toolkit
- [ ] Preprocessing
- [ ] Datasets
- [ ] Table 1
![Untitled](https://github.com/Sarasadeghii/Sh…
-
It would be nice to have access to kenlm.LanguageModel.vocab or even (maybe more pytonic way) to support iterable protocol on kenlm.LanguageModel.
-
Is the `BeamSearchDecoderCTC` default behavior to utilize the state in the language model for streaming inference?
What does `DEFAULT_SCORE_LM_BOUNDARY = True` mean?
Trying to understand why the …
-
Hi,
I am trying to get flashlight working through pip as I am creating a library that is dependent on this build.
I install kenlm using:
`pip install pypi-kenlm`
Kenlm is working and teste…
-
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 | pyt…