Divya Netam
2026-06-25
The objective of this project is to develop a predictive text application capable of suggesting the next word a user is likely to type.
Data Sources:
The purpose of this analysis is to understand the size, structure, and characteristics of the data and to identify an appropriate strategy for building an efficient next-word prediction model.
Key findings:
Include:
Conclusion: The combined corpus provides a diverse representation of everyday English.
Text was cleaned and analyzed using N-grams:
Prediction Algorithm
The application uses an N-gram language model with a backoff strategy.
Process:
Interactive Text Prediction App
Features:
Future Improvements:
Outcome: A functional predictive text application built from real-world language data.