title: “Next Word Prediction Application” author: “Chaitra R” date: “June 2026” output: ioslides_presentation: widescreen: true —————-
Presented By: Chaitra R
Technologies Used
Develop a Shiny application that predicts the next word based on user-entered text.
| Phase | Description |
|---|---|
| Data Collection | Gather text data |
| Data Cleaning | Remove unwanted characters |
| Model Building | Build prediction model |
| Shiny Development | Create web application |
| Deployment | Publish on shinyapps.io |
| Tool | Purpose |
|---|---|
| R | Programming Language |
| Shiny | Interactive Application |
| Text Mining | Text Processing |
| N-gram Model | Word Prediction |
| shinyapps.io | Application Hosting |
| Input Phrase | Predicted Word |
|---|---|
| i love | you |
| good morning | everyone |
| how are | you |
| thank | you |