This project is intended to create a product which can predict next word based on the words entered earlier(you might have already seen it in modern keyboards in mobile!). Following link will take you to the application.
- Application: This link takes you to shinyapps where Application is hosted.
- How it works: Enter the word, enter a space and you will get the words predicted below. By default GloVe algorithm is selected which searches cosine distance vectors in resultant linear combination of input word vectors in word vector space, but user can also select Ngram algorithm. (Note:Please give it some time to load.)