Slide 1: Overview
- This app predicts the next word based on your input text.
- Built using R, Shiny, and tidytext.
Slide 2: Algorithm
- Cleaned text data using
tidytext
- Generated bigram frequency table
- Used last word to predict next
Slide 3: App Workflow
- User enters a phrase
- Clicks Predict
- App finds the most likely next word
Slide 4: Instructions
- Try phrases like:
I love, The sky is, We should
- Press Predict
- View the predicted next word
Slide 5: Summary
- Fast, simple interface
- Shared on shinyapps.io and RPubs
- Useful for demo or MVP