aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/PrevWordsInfo.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-229/+0
| | | | | Bug: 14425059 Change-Id: Id06a71681fa8b5e589e29fba10fe5c1cfed66984
* Refactoring PrevWordsInfo.Keisuke Kuroyanagi2014-09-261-21/+57
| | | | | Bug: 14425059 Change-Id: I48a193b965e3055bd10a00046322c2b7b19a6232
* Prepare supporting n-gram for user history dictionary.Keisuke Kuroyanagi2014-09-221-0/+7
| | | | | Bug:17097992 Change-Id: Ic8bfde3d4cc0e720bf7681e08e16fb2ad94d5670
* Fix unit tests.Keisuke Kuroyanagi2014-09-191-3/+24
| | | | Change-Id: I7706db4c9279488552ea5fabc16dd1dd2bc7fa05
* Use PrevWordsInfo.getPrevWordCount() in Java side.Keisuke Kuroyanagi2014-09-171-11/+12
| | | | | Bug: 14425059 Change-Id: Ie6295ff657c483876af403f2d474b7d857e5e3d6
* Use CharSequence for spell checker to keep spans preservedYohei Yukawa2014-07-201-5/+7
| | | | | | | | | | | | This is a ground work to take per word locale information into consideration in the spell checker. This CL is supposed to change no user visible behavior. With this CL, the spell checker session is able to read span information if necessary. BUG: 16029304 Change-Id: Icb1e1ecdf40fe0445e14565b685b1b878b746210
* Find multiple previous word information to support n-gram.Keisuke Kuroyanagi2014-06-271-9/+34
| | | | | | Bug: 14425059 Change-Id: Ieace636334a9b2a094527341d4fcfc05958296c5
* Make PrevWordsInfo have multiple words' information.Keisuke Kuroyanagi2014-06-251-22/+97
| | | | | Bug: 14425059 Change-Id: I2bd6a872904a44b80f638a13d91a97559217cc1a
* Return whether the dynamic dict operation was success.Keisuke Kuroyanagi2014-05-271-0/+6
| | | | | Bug: 12184250 Change-Id: Iee7e00c1e84c95551a077f4dd023c0a9b9ac9466
* Introduce EMPTY_PREV_WORDS_INFO and BEGINNING_OF_SENTENCE.Keisuke Kuroyanagi2014-05-231-7/+14
| | | | | Bug: 14119293 Change-Id: I5020e5f0aa64bc3e97b3a3c2c07a60c8b765ed64
* Extend jni methods and enable Beginning-of-Sentence.Keisuke Kuroyanagi2014-05-231-1/+7
| | | | | Bug: 14119293 Change-Id: I78fc877367dd0d6240eeacb750b6d2d0b93cba83
* Add beginning of sentence information in PrevWordsInfo.Keisuke Kuroyanagi2014-05-211-0/+14
| | | | | | Bug: 14119293 Bug: 14425059 Change-Id: I65320920e840082b0b697bb621676716d0933e0c
* Use PrevWordsInfo instead of String in Java side.Keisuke Kuroyanagi2014-05-191-0/+29
Bug: 14119293 Bug: 14425059 Change-Id: I3d5da84881a49a04550180dd9aac2c37da2ed762