Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.08 KB

n-gram Language Model for Next Word Prediction

CI status   PyPI   PyPI - Format


See the C's README.

See the python binding available at https://pypi.org/project/ngram-lm.

See a binding SpaCy component available at https://github.com/joaompfe/word-prediction

See the white paper at https://joaompfe.github.io/assets/bachelor-final-project.pdf


Note: The backoff values are currently not being loaded, such that the assigned conditioned probabilities are not reliable, which makes the model not suitable for estimating sentence probabilities.