Mohammed Teslim
2025-01-18
This presentation introduces a predictive text application that suggests the next word a user might type.
The app uses an n-gram language model trained on a large corpus of text from blogs, news articles, and Twitter posts.
Goal: To provide a fast and accurate word prediction experience.
The app uses a statistical language model based on n-grams:
Prediction Logic:
The Shiny app provides a simple interface:
Instructions:
Link to App: https://ml73o6-mohammed-teslim.shinyapps.io/Teslim_NLP_Project/
data.table) and pre-computed probabilities.This app demonstrates the power of n-gram models for next-word prediction.
Future Improvements:
Thank you!