word-prediction
There are 44 repositories under word-prediction topic.
bennyschmidt/next-token-prediction
Next-token prediction in JavaScript — build fast language and diffusion models.
manuwhs/BayesianRNN
Reproducing the results of the paper "Bayesian Recurrent Neural Networks" by Fortunato et al.
asterics/predictionary
A learning JavaScript dictionary-based word prediction / autocomplete / suggestion library.
kafkasl/contextualLSTM
Contextual LSTM for NLP tasks like word prediction and word embedding creation for Deep Learning
cjbayron/artist2lyrics
Lyrics crawling, pre-processing, embedding generation, model training, and lyrics generation - all in one tool
GU-DataLab/PoliBERTweet
A transformer-based language model trained on politics-related Twitter data. This repo is the official resource of the paper "PoliBERTweet: A Pre-trained Language Model for Analyzing Political Content on Twitter", LREC 2022
chika-kasymov/WordSuggestion
A simple Objective-C implementation of word suggestion using n-gram probabilistic model
sailfish-keyboard/sailfishos-presage-predictor
Presage based input predictor for the Sailfish OS
OmorFarukRakib/Bangla-Word-Prediction-System
Goal of this work is to take Bengali one or more words as input in a system and predict the next most likely word and also suggest the full possible sentence as output. Recurrent Neural Network (RNN) was used with Gated Recurrent Unit (GRU) to train and create the model. About 200,000 plus word data has been used as dataset. The dataset has been collected from several authentic sources. We also published a paper based on our unique work.
RameshAditya/markov-sherlock-holmes-twitterbot
Markov model manually implemented that predicts words probabilistically based on historic data.
sailfish-keyboard/presage
Fork of Presage (http://presage.sourceforge.net/)
cieslarmichal/character-prediction
Application for character prediction using machine learning. The application is implemented using LSTM neural networks.
rshinde03/Natural-Language-Processing
This repository contains various small Natural Language Processing based projects including text summarization using Spacy and N-grams, along with word predictions.
talhahasanzia/SmartTextEditor
Ai project with basic language processing
brybailey/NLPWordPredictor
Word Predictor using an n-gram model for the final project of our Natural Language Processing course
im-dpaul/NLP-Next-Word-Prediction-with-NLTK
This project leverages the NLTK library and the Reuters corpus to build a next-word prediction model using bigrams and conditional frequency distributions.
lschmelzeisen/bachelor-thesis
LaTeX source of my bachelor thesis “Fast and Non-Approximative Language Model Prefixqueries for Word Prediction using Top-k Joining Techniques”.
mdurmuss/word-predictor
N-gram ile Sonraki Kelime Tahmini
MuhammadAshiqAmeer/draw_ui
Draw UI for colab, useful to take hand writings from mouse in colab itself
SOUMEE2000/Natural-Language-Generation
Deals with a variety of basic techniques That can be used for predicting the next word in a sentence
susantabiswas/Natural-Language-Processing
Word Level Language Models
ericbanzuzi/word_predictor
A project studying language models such as N-gram, RNN, and Transformer to provide accurate word predictions for users while typing.
im-dpaul/NLP-Similar-Word-Prediction
This project implements a Word2Vec model for similar word prediction, utilizing Hugging Face Datasets for efficient data loading and pre-processing.
janfiszer/next-word-predictor
Different approaches for context word prediction. [IN PROGRESS]...
lukashueller/WhatsAppWordPrediction
Analyze your WhatsApp chats and get word suggestions based on your chat history while writing!
Samahussien7/char-generation-word-generation-RNN-models-
applying different RNN architecture to build character prediction model and a word based prediction model these model are trained on data of specific topics from wikipedia
Sasmitha22/LSTM-Word-Prediction
This project uses LSTM, a type of neural network, for next word prediction. You input a seed text and specify the desired length. The LSTM model then generates the next word based on learned patterns from training data. It's a user-friendly tool for exploring how well the model can predict and generate coherent text continuations.
im-dpaul/NLP-Similar-Word-Prediction-Pretrained-Embeddings
This project investigates similar word prediction using pre-trained word embeddings from the Gensim library.
JunaidSalim/Word_Predicter
Program developed in C++ that will recommend new word to user based on frequency of his previously entered words.
NimaMeghdadi/language_model
feedforward neural network for next word prediction
rosameliacarioni/word-predictor
Project focused on testing different models (N-gram, RNN, and Transformer) for word prediction on digital devices. The project examines the impact of model architectures and training strategies, on prediction accuracy and user efficiency.
sueszli/autocomplete
lstm based language modelling (next-word prediction)
tanalpha-aditya/Future-word-prediction-NLP
Implemented BiDirectional Long Short- Term Memory (BiLSTM) to build a Future Word Prediction model. The project involved training these models using large datasets of textual data and tuning hyperparameters to optimize the accuracy of the model.