-
Hi, thank you for this nice tool and also thanks for providing a windows version.
I have to work on a sever with Windows Server 8 R2 and I had successfully built the KenLM itself with the project fi…
-
I would like to dynamically add OOV words into pretrained KenLM model without retraining the model? Is it possible?
-
## ❓ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
#### What is your question?
When I evaluate a CTC model on wav2cec2.0 according to `fairseq/examples/w…
-
Hi every one, do we have a shallow fusion implementation with N-gram Language Model (e.g Kenlm or Srilm) instead of Neural Language Model? If not, can you give me some instructions to do shallow fusio…
-
大佬救救,报错点:
Building wheel for ctcdecode (setup.py) ... error
error: subprocess-exited-with-error
ERROR: Failed building wheel for ctcdecode
error: legacy-install-failure
-
是否均需要在主機上安裝kenlm....然後再chmod +x count_ngrams 最後才運行pycharm上的script?
-
I successfully built Joshua but I'm unable to train the quick start Indian model. The file build_binary is not present. I'm trying to build on ubuntu 14.04
The error message is added below.
After the …
-
I want to train huge data such as 10TB. As reading file in single-thread manner, it's slow. How can kenlm support reading file in multi-thread manner?
-
Hi,
We are much inspired by this great work and are in the process of cleaning our data. However, if we understand correctly, the `remove_non_prining_characters` normalization step is not used for …
-
I'm trying to make a python script that computes the probabilities and backoffs similarly to `kenLM`.
The goal is to reproduce the same outputs, given the same corpus.
However, no matter how muc…