Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 814 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 814 Bytes

SMART KEYBOARD - n-gram approach

This app shows how to use an ngram model to allow the user to select words based on the input

The model is generated using this NLP ngram project

Because the model can be built using a specific corpus the predictions are relevant to the potential business model of the app.

The model included in this app (saved_model) was created using movie titles. This means the predictions will be movie-related instead of a more generic keyboard that would show whatever the user types in any other app

To use the keyboard, enable it on your device. Go on Settings > Language and Input. Click on the Smart Keyboard Ngram and enable

Read more in the companion article [here]