Next-word suggestions are not working in LatinIME. Can somebody tell me how to make it work?
11:54 06 Jan 2026

The next-word suggestions in LatinIME code - https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/refs/heads/main or the LineageOS LatinIME code - https://github.com/LineageOS/android_packages_inputmethods_LatinIME are not working. Can someone tell me how you made it work?

Follow up questions:

  1. Also, is the implementation already done or have I misunderstood? Is it like the feature for next-word suggestions is not present & I have to implement it? I saw implementation of Bi-gram, so i think the feature is already present. Correct me if I'm wrong.
  2. Is it the issue of dictionary & the code is working fine? I tried building LineageOS LatinIME code in Android Studio. I'm able to build the so file using the NDK.

Note: Next- word suggestions means i type 'Hi' and click on space and on the suggestions_strip i should get words like 'how', 'are' ... etc something related to the previously typed word.

android android-studio keyboard android-source