smoothing-methods topic

List smoothing-methods repositories

ngram-language-model

75
Stars
26
Forks
Watchers

Python implementation of an N-gram language model with Laplace smoothing and sentence generation.

Spelling-and-Grammatical-Error-Correction

15
Stars
3
Forks
15
Watchers

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...