ngram-language-model topic
ngram-language-model
Python implementation of an N-gram language model with Laplace smoothing and sentence generation.
NGram-Py
Ngrams with Basic Smoothings
tongrams_estimation
A C++ library implementing fast language models estimation using the 1-Sort algorithm.
next-token-prediction
Next-token prediction in JavaScript — build fast language and diffusion models.
Auto-Filling-Text
This project is an auto-filling text program implemented in Python using N-gram models. The program suggests the next word based on the input given by the user. It utilizes N-gram models, specifically...
Spelling-and-Grammatical-Error-Correction
Built a system from scratch in Python which can detect spelling and grammatical errors in a word and sentence respectively using N-gram based Smoothed-Language Model, Levenshtein Distance, Hidden Mark...