Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Use dynamic operations to construct all ver4 dicts." | 2014-02-28 | 1 | -14/+6 | |
|\ | |||||
| * | Use dynamic operations to construct all ver4 dicts.•••Bug: 8187060 Bug: 13127350 Change-Id: I081ee904c41898128efa8ba7a1bf3fa0a46c6231 | 2014-02-27 | 1 | -14/+6 | |
* | | Added a method and run GC for testing.•••Bug: 13231889 Change-Id: If64b7422967c3e4107c845072b64a7bb26a35f7e | 2014-02-28 | 3 | -11/+34 | |
|/ | |||||
* | Add a method to create dict with additional attributes.•••Bug: 13197276 Change-Id: I80311a51d9e98bfeb8c0dd9cd4adde93af366d54 | 2014-02-26 | 1 | -1/+12 | |
* | Disconnect app data search client after fetching all data.•••Bug: 13138201 Change-Id: Ibaa3c2c22a4fe44ea23e92ce8576141bbad09b12 | 2014-02-24 | 1 | -0/+5 | |
* | Remove personalization dicts for multilingual users.•••Bug: 13067743 Change-Id: I1f50cb137b6054dc9442237586b70fc0aa2bf427 | 2014-02-19 | 1 | -3/+6 | |
* | Fix UserHistoryDictionaryTests•••Change-Id: I5f2f555f9c3f471545921ef80e4cf528976be837 | 2014-02-13 | 1 | -3/+2 | |
* | Refactor dictionary constructor•••This change must be checked in together with I3923d5af2a. Bug: 12994268 Change-Id: I19de6efbdfa3b6c6c69a20a836e53962fd5737de | 2014-02-13 | 3 | -29/+12 | |
* | Stop considering personalization dicts outputs as words•••Bug: 12800726 Bug: 12798403 Change-Id: I6d60f9ad39761757f8a64533f40d6441f3a36410 | 2014-02-05 | 2 | -0/+12 | |
* | Separate header class from FormatSpec.•••Bug: 12810574 Change-Id: Iacf1cd05a268bf690ab864b5e32a18a4b0ccc693 | 2014-02-04 | 1 | -8/+8 | |
* | Make dumpAllWordsForDebug() use getNextWordProperty().•••Bug: 11736680 Bug: 12810574 Change-Id: I32a388e23ee7da5d7291e88a46c90b61d2f25dee | 2014-02-04 | 2 | -188/+0 | |
* | [HD03] Straighten out attribute key names in Java.•••Bug: 11281748 Change-Id: I1d813bdacd45bcfd9c4cc73ac1d67c5c89854e86 | 2014-01-31 | 1 | -5/+5 | |
* | Make contacts dict and user dict version 4.•••Bug: 12515251 Change-Id: I0b332e03b9102957bffaea56d4de17b9ee3cef23 | 2014-01-17 | 1 | -7/+0 | |
* | Update personalization dict via dictionary facilitator.•••Change-Id: I512c41e12d8d31f03b5df6ad03bf7711611c80f5 | 2014-01-15 | 3 | -108/+0 | |
* | Move LanguageModelParams class to utility package•••This change must be checked in together with Ic82d951237. Change-Id: I2ab451330f85a0147563b805682f26edecb71a29 | 2014-01-15 | 2 | -2/+2 | |
* | Check corpus handles during startup for personalization.•••Bug: 12479792 Change-Id: I62fd75d4bebd28afebd9631e865f5d59385511e7 | 2014-01-10 | 1 | -1/+1 | |
* | Prepare using dictionaryFacilitator for amanatto updates.•••Bug: 11736529 Change-Id: I0d9d9b1c1108b11064163df7c2089f53e92cd7ad | 2014-01-07 | 1 | -2/+6 | |
* | Update personalized dict only when single subtype is used.•••Bug: 12424891 Change-Id: If041d1ab45988dbf9b878ae3367fee0fbc8a8988 | 2014-01-07 | 1 | -1/+1 | |
* | Remove personalized dicts when the option is turned off.•••Bug: 11757851 Change-Id: I94f32859d862fe41e39845ab2bfc2d396c6aea0f | 2013-12-25 | 4 | -4/+52 | |
* | Enable Personalized dictionaries based on the setting.•••Bug: 11757851 Change-Id: I83e484195f036e35cbae21fe63148bc9c22bfad7 | 2013-12-17 | 1 | -2/+2 | |
* | Make required binary dictionary version use FormatSpec.*•••Change-Id: Ifb17d6551bc5071553e32a5640dd166c39374461 | 2013-12-16 | 1 | -1/+1 | |
* | 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: If567e52e245a9342adc7f3104a0f7d8d782df8c1 | 2013-12-13 | 1 | -2/+0 | |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854 | 2013-12-13 | 8 | -469/+160 | |
* | 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 | 2013-10-22 | 1 | -9/+0 | |
* | Set the shortcut frequency correctly.•••14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f | 2013-10-07 | 2 | -5/+11 | |
* | Fix UserHistoryDictionaryTests.•••Bug: 6669677 Bug: 10667710 Change-Id: I6cdc6a6c9cacc7f276fda3a26ec31e3eb928471c | 2013-10-03 | 1 | -0/+1 | |
* | Try decaying user history at hourly intervals.•••Bug: 6669677 Change-Id: Ib465fa7e1a7f289a07843535ba89d0dd5259e803 | 2013-10-02 | 3 | -1/+82 | |
* | Implement simple dictionary decay.•••Groundwork and implement simple decay. Increment probability when typed and decrement probability at GC. Bug: 6669677 Change-Id: Ib12caead0cbeef4ce7808fe8ac0b00ee331523fe | 2013-09-30 | 1 | -2/+9 | |
* | Merge "Set header attributes for ExpandableBinaryDictionary." | 2013-09-29 | 5 | -20/+19 | |
|\ | |||||
| * | Set header attributes for ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523 | 2013-09-28 | 5 | -20/+19 | |
* | | Fix PrioritizedSerialExecutor.•••It was possible that fetchNextTasks() would be called by multiple threads concurrently. If it happens, some tasks in the task queues might be ignored. Change-Id: Idc81c43c45e382da3850cc55b9a42c281548d2a8 | 2013-09-27 | 1 | -4/+4 | |
|/ | |||||
* | Create empty dictionary file in native code.•••Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212 | 2013-09-26 | 5 | -17/+32 | |
* | Quit using ExpandableDictionary.•••Bug: 6669677 Change-Id: Ie90417fa9b726454fe729a665fcd549efabb9e94 | 2013-09-24 | 1 | -5/+5 | |
* | Low memory mode in UserHistory•••Bug: 8967766 Change-Id: Id40f54f4d9f43d1f796377983a5fc0ca3417e133 | 2013-09-24 | 1 | -7/+24 | |
* | Add getDictDecoder.•••Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4 | 2013-09-12 | 1 | -7/+9 | |
* | Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.•••Change-Id: I003b769e408ebd692085a7e17fed6d9396876202 | 2013-09-10 | 2 | -2/+2 | |
* | Check contents in user history dictionary tests•••Bug: 10667710 Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2 | 2013-09-09 | 3 | -6/+11 | |
* | Pass additionalFeaturesOptions for getSuggestions().•••This fixes null pointer exceptions that are caused when getSuggestion() is called from spell checker. Change-Id: Ifc9e7abb900e1a4646e33c91022effde439673e4 | 2013-08-28 | 1 | -2/+2 | |
* | Fix: Wrong file name for dynamic prediction dictionary.•••Bug: 6669677 Change-Id: Id6f06a7423600d3f0604fab43d855826c20d0545 | 2013-08-28 | 1 | -1/+1 | |
* | Make DynamicPred...Base extend ExpandableBinaryDictionary.•••Bug: 6669677 Change-Id: I06afad35d3eb73510c34d10cd4116f5bcf934f7c | 2013-08-26 | 6 | -258/+64 | |
* | Introduce DynamicDictionaryWriter for dynamic dictionary.•••Bug: 6669677 Change-Id: Ifcbeb88b908f2301ac062b411a95c8b38d24b90e | 2013-08-23 | 1 | -0/+159 | |
* | Add DictDecoder.readDictionaryBinary.•••Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4 | 2013-08-23 | 1 | -4/+6 | |
* | Refactor personalization dictionary•••Bug: 9429906 Change-Id: I1fa4b045b21687e96de101a97e9593b0884d626f | 2013-08-23 | 2 | -9/+7 | |
* | Register personalization dictionary•••Bug: 9429906 Change-Id: Ic754dd8da67446dfb1ebf44aa3d5ab0804298ca0 | 2013-08-22 | 4 | -21/+84 | |
* | Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.•••Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f | 2013-08-22 | 1 | -18/+4 | |
* | Merge "Fix build" | 2013-08-21 | 1 | -2/+0 | |
|\ | |||||
| * | Fix build•••Change-Id: I0c0be463552a37cecfb9a403e0723b1799fb8120 | 2013-08-21 | 1 | -2/+0 | |
* | | Merge "Add onDestroy to PersonalizationDictionarySessionRegister" | 2013-08-21 | 1 | -0/+5 | |
|\| | |||||
| * | Add onDestroy to PersonalizationDictionarySessionRegister•••Bug: 9429906 Change-Id: Ibf8efd7302da2c27ac59e62b0393f1eec03dc136 | 2013-08-21 | 1 | -0/+5 | |
* | | Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 | 2013-08-20 | 1 | -3/+3 | |
|/ |