mccorby / SmartKeyboardNgram-Android

Keyboard using predictive words generated by an NPL model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Keyboard using predictive words generated by an NPL model

License:MIT License


Languages

Language:Kotlin 76.8%Language:Java 23.2%