I'm Trying to create a custom iOS keyboard. I used the UILexicon class to provide a basic lexicon of words that requestSupplementaryLexiconWithCompletion: method provides.
But I want to add the Predictive Text to the keyboard as well.
I know that its not possible to create a database of words even if you try with full Effort.
So, I Believe that no one would have done it with their own keyboard. There must be a pre-Created Database of words and I know that.
Even if I find a Database of these words, I don't understand how to provide a Suggestion based on the Previous word.
Could any one Point me to a good and trusted Source that could provide me the results I want and give me a database of the Lexicons of English as well as Other Languages too.
Please even suggest the way to use the Database in the App.