tags:

views:

52

answers:

1

Hello all, I would like to access the word lists used on android phones for spell checking (not including the user-defined-dictionary).

I am writing an app which i would like to be able to check if a word exists in the current phone users language. I imagine their is some API call or service i can use to access the build in word lists?

Any help would be great, thanks!

+1  A: 

From what i know, each IME has its own dictionary and they probably implement their own method of reading from it. I have multiple keyboards installed on my phone, and if I add a word to the standard android keyboard, it still shows up as a miss-spelling if I switch to another keyboard.

Ryan Conrad
ah really, ok thanks, good to know. What is an IME, input implementation?
Dori
IME = input method editors.
Ryan Conrad