author: VK date: September 2026 autosize: true
Data Science Capstone Project
A simple NLP application that predicts the next word from a phrase.
Based on English blogs, news and Twitter text.
The application uses an n-gram based prediction approach.
The model balances prediction quality with speed and memory usage.
The exploratory analysis used a sample of 30,000 lines from the three English data sources.
Key quantitative results:
For the final application test, 5 sample phrases were entered and the application produced a single-word prediction for all 5 phrases.
The final product is a Shiny web application.
How it works:
The application is deployed on shinyapps.io and can be accessed through a web browser.
The project demonstrates a practical NLP next-word prediction system.
Main outcomes:
The project focuses on a simple, fast and usable prediction experience.