bigrams topic
List
bigrams repositories
trafficstars
language-models
84
Stars
41
Forks
Watchers
Build unigram and bigram language models, implement Laplace smoothing and use the models to compute the perplexity of test corpora.
Word-Prediction-Ngram
34
Stars
11
Forks
Watchers
Next Word Prediction using n-gram Probabilistic Model with various Smoothing Techniques
Typing-Assistant
51
Stars
15
Forks
Watchers
Typing Assistant provides the ability to autocomplete words and suggests predictions for the next word. This makes typing faster, more intelligent and reduces effort.
Auto-Filling-Text
17
Stars
4
Forks
Watchers
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...