Goal
Build a predictive text application that suggests the next word based on user input.
The application provides fast and simple next-word predictions.
Goal
Build a predictive text application that suggests the next word based on user input.
The application provides fast and simple next-word predictions.
The model uses phrase matching to predict the next word.
Examples:
If no matching phrase is found, the model returns a common word.
The interface is designed to be simple and easy to use.
| Input | Prediction |
|---|---|
| thank you | for |
| i am | going |
| one of | the |
| going to | be |
| this is | a |