The prediction dictionary is built into the IME, it is not a part of the
platform like the user dictionary, so you will need to implement your own
for your IME.  The LatinIME code is open source, so to start you can just
copy it (especially now that we have the NDK available).

On Tue, Jul 7, 2009 at 2:56 PM, nEx.Software <justin.shapc...@gmail.com>wrote:

>
> I am attempting to do an IME and am wondering the best way to use the
> main dictionary for the suggestions to work? Using the User Dictionary
> is pretty straight forward, but I am not sure how to use the main
> dictionary. The System IME appears to use BinaryDictionary and a
> native method to do this? Can I piggy back on this or must I create my
> own implementation? Thanks in advance.
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to