aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add a constructor for testing to non-main dictionaries."Keisuke Kuroyanagi2013-12-121-0/+13
|\
| * Add a constructor for testing to non-main dictionaries.•••The new constructor is used for creating dictionary instance that uses a given file. Bug: 11956652 Change-Id: Ifbf420a1a768eb95a5c3a58eeb1be5936b306d35 Keisuke Kuroyanagi2013-12-121-0/+13
* | Remove flags from Java side.•••This simplifies the code quite a bit. - GERMAN_UMLAUTS are now handled through a key-value attribute. The dictionary generator does not need to know about it any more. - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now. - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied regardless of this flag. Bug: 11281748 Change-Id: I55a11ba61d3589c1584a3fa6c941374b349b7b5c Jean Chalard2013-12-121-2/+0
|/
* Quit passing header file path to native.•••Bug: 12089197 Change-Id: Ia898f8d2836c0c131a1834dc0a396d9121ecb972 Keisuke Kuroyanagi2013-12-121-10/+0
* Create ver4 dictionary files with the dictionary name.•••Bug: 12025402 Change-Id: Ia0bb13b2e26aa60a67dff73f3f6a1e276f1bb1dd Keisuke Kuroyanagi2013-12-111-9/+13
* Rename PersonalizationPredictionDictionary.•••Change-Id: If7497310485a895dd22b8df29dc13508acaa0ab6 Keisuke Kuroyanagi2013-12-111-22/+0
* Fix typos.•••One of these cost me a day and a half searching for a bug :( Change-Id: I20f0b727f7c02e2754aaaf6a05b74c9cf9e6375e Jean Chalard2013-12-111-3/+3
* Split the header into a separate file.•••Bug: 11281748 Change-Id: Ia2490d18bf159990310e10ed45fb6b3a0dee1c5f Jean Chalard2013-12-111-1/+2
* [RF2] Some refactoring and some cleanup•••Bug: 11281748 Change-Id: Iff45fdf6b23f77c08271a169c7d7ca45912c85e8 Jean Chalard2013-12-061-2/+4
* Start to use historical info.•••Bug: 11073222 Change-Id: I232d41bec5df7952856b5ba4765977707c39b94a Keisuke Kuroyanagi2013-12-041-0/+2
* Start passing timestamp for dynamic dictionaries.•••Bug: 11073222 Change-Id: I89e1277f734d5959e33d61e7e9e7048084b9007a Keisuke Kuroyanagi2013-12-041-4/+5
* Add required header attributes for user/contacts dictionary.•••Bug: 11973488 Change-Id: I91ef720a24633aec0f4e81cd4f7c49c749805c49 Keisuke Kuroyanagi2013-12-031-9/+9
* Quit recording LastUserHistoryWriteTime.•••Change-Id: I0f2b408b4976d8119c932654e23836803d42c568 Keisuke Kuroyanagi2013-12-021-72/+2
* Fix auto-detection of format 4.•••Bug: 11073222 Change-Id: I76e47d0399cf43fc3cc18cb1252f166be86b9a69 Jean Chalard2013-11-291-0/+5
* Add version check to open binary dictionary.•••Bug: 11073222 Change-Id: Iabae12b8f14a9da3cdc804dcc6af443cedeb3f99 Keisuke Kuroyanagi2013-11-281-0/+12
* Implement addMultipleDictionaryEntries as a jni method.•••Bug: 11757169 Change-Id: Ie1569e0b3c0503588ebfe5d09c7ca06116f54485 Keisuke Kuroyanagi2013-11-261-1/+2
* Create a method to add multiple dictionary entries.•••Bug: 11740462 Change-Id: I7903cb02fd08d649a05b8799fb3cd00c3da26e00 Keisuke Kuroyanagi2013-11-191-0/+12
* Purge ExpandableDictionary.•••Bug: 11245133 Change-Id: Ia0886686d8add940409dcd5c883c34eb5289380d Keisuke Kuroyanagi2013-11-141-7/+2
* Add a facility to dump the dictionary contents while closing•••Change-Id: I02e920e0512f2b46a778f0b23f7ca03f8d5dabe6 Satoshi Kataoka2013-10-281-0/+53
* Fix: Suggested words from user history are invalid.•••- Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270 Keisuke Kuroyanagi2013-10-181-9/+0
* Set the shortcut frequency correctly.•••14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f Jean Chalard2013-10-071-3/+3
* Fix UserHistoryDictionaryTests.•••Bug: 6669677 Bug: 10667710 Change-Id: I6cdc6a6c9cacc7f276fda3a26ec31e3eb928471c Keisuke Kuroyanagi2013-10-031-0/+1
* Try decaying user history at hourly intervals.•••Bug: 6669677 Change-Id: Ib465fa7e1a7f289a07843535ba89d0dd5259e803 Keisuke Kuroyanagi2013-10-021-0/+4
* Implement simple dictionary decay.•••Groundwork and implement simple decay. Increment probability when typed and decrement probability at GC. Bug: 6669677 Change-Id: Ib12caead0cbeef4ce7808fe8ac0b00ee331523fe Keisuke Kuroyanagi2013-09-301-2/+9
* Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523 Keisuke Kuroyanagi2013-09-281-3/+4
* Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 Keisuke Kuroyanagi2013-09-261-0/+231