susantabiswas/Word-Prediction-Ngram
Next Word Prediction using n-gram Probabilistic Model with various Smoothing Techniques
This helps with predicting the next word in a sentence based on what's been typed so far. You provide a piece of text, and it suggests the most probable word to come next. This is useful for anyone writing or editing text, such as authors, content creators, or customer service representatives, to speed up their typing or improve accuracy.
No commits in the last 6 months.
Use this if you need a tool to intelligently suggest the next word in a sequence, helping with content generation or typing efficiency.
Not ideal if you need a sophisticated AI that understands complex sentence structures or generates entire paragraphs of new content.
Stars
36
Forks
11
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jul 23, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/susantabiswas/Word-Prediction-Ngram"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hangyav/textLSP
Language server for text spell and grammar check with various tools.
google-research/electra
ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators
gsurma/text_predictor
Char-level RNN LSTM text generatorđź“„.
ujjax/pred-rnn
PredRNN: Recurrent Neural Networks for Predictive Learning using Spatiotemporal LSTMs
oliverguhr/fullstop-deep-punctuation-prediction
A model that predicts the punctuation of English, Italian, French and German texts.