A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Keisuke Kuroyanagi bd1f59bda5 Remove PrevWordsInfo.getBigramsIteratorForPrediction().
This changes the behavior of predictions for some rare cases.
For example, let's consider the case of the prev word is
"ABC", "ABC" and "abc" is in the dict, "ABC" doesn't have
any bigrams, and "abc" has bigrams.
Without this change, "abc"'s bigrams are used for
prediction. But, with this change, "abc"'s bigrams are not
used for prediction. This strategy is the same as the the
current way of bigram probability computation during
traversal (for suggestion).

Bug: 14425059
Change-Id: I857ff39aa70aea265efa651451a63b759bb47d48
2014-07-30 17:26:26 +09:00
dictionaries Improve the russian dictionary. 2014-07-29 13:31:23 +09:00
java Merge "Revert "[HW6] Split processing and applying the event."" into lmp-dev 2014-07-24 16:04:26 +00:00
native Remove PrevWordsInfo.getBigramsIteratorForPrediction(). 2014-07-30 17:26:26 +09:00
tests Make "Show correction suggestions" as a binary option 2014-07-27 14:47:07 +09:00
tools Don't build dicttool unless it's explicitly requested. 2014-07-29 10:46:38 -07:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00