UB-Talker / child-talker

4 stars 0 forks source link

Word prediction #73

Open goktuggeneci opened 4 years ago

goktuggeneci commented 4 years ago

We want the keyboard to predict the next word after the current word is typed.

goktuggeneci commented 4 years ago

'Suggested approach: Use the logic that is currently in use for the current word prediction and apply the logic to predict the next word (TRIE structure)

goktuggeneci commented 4 years ago

Article that talks about markov chain model and how to predict words https://medium.com/ymedialabs-innovation/next-word-prediction-using-markov-model-570fc0475f96

Github link with python code that uses this model to predict words based on 2-word grouping https://github.com/ashwinmj/word-prediction

goktuggeneci commented 4 years ago

Markov text prediction in every language

https://rosettacode.org/wiki/Markov_chain_text_generator

sam21marchant commented 4 years ago

LSTM Model: https://towardsdatascience.com/building-a-next-word-predictor-in-tensorflow-e7e681d4f03f