KhaledAshrafH/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 Trigrams and Bigrams, to generate predictions.
This program helps you type faster by suggesting the next word as you write, both in English and Arabic. You type a few words, and it provides likely continuations based on a vast collection of news articles. Anyone who writes frequently and wants to improve their typing speed or accuracy in either English or Arabic would find this useful.
No commits in the last 6 months.
Use this if you want real-time word suggestions to speed up your writing in English or Arabic.
Not ideal if you need domain-specific suggestions or a highly advanced predictive text model beyond simple next-word prediction.
Stars
17
Forks
4
Language
Python
License
MIT
Category
Last pushed
Mar 20, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/KhaledAshrafH/Auto-Filling-Text"
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.