Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using isSkippableChar instead of '\'' and '-'.•••Change-Id: I295a72b683b2ebc28a006baa66baf7e1b97100eb | 2012-09-14 | 1 | -1/+0 | |
* | Add comments for meaningless lines•••Change-Id: I20ebe246f6980fd3054c2c7e98b5150eaabbcc77 | 2012-09-07 | 1 | -1/+1 | |
* | Fix one-off bugs reported by Valgrind•••Bug: 7108990 Change-Id: I40ba30f50a26b65bcac905fc005ad6bb9cb034cc | 2012-09-06 | 1 | -4/+4 | |
* | Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedL...•••This change has actually been extracted from a change work in progress I4fe423834b8131fb122251892c98228a6e08ba25 Change-Id: I52568fa09da2ea22be7f8bfe9676b7cd73c31fa4 | 2012-09-04 | 1 | -42/+41 | |
* | Reinstate the shortcut-only attribute•••Also add the blacklist attribute Bug: 7005742 Bug: 2704000 Change-Id: Icbe60bdf25bfb098d9e3f20870be30d6aef07c9d | 2012-08-31 | 1 | -1/+9 | |
* | Step 38-A Cleanup touch path•••Change-Id: I9bfac98b9ac10f3812290f21673c4002241eae01 | 2012-08-23 | 1 | -34/+34 | |
* | Allow one-character suggestions.•••Bug: 6906525 Change-Id: I62117653ac1281f825afc4ebb30f7e786902b750 | 2012-08-17 | 1 | -35/+34 | |
* | Tag the whitelisted entries in native code.•••Since this is already used in Java land, this actually does activate the whitelist path, and the code is now fully functional. We still have to remove the old whitelist resource and to compile the dictionary that includes the whitelist. Bug: 6906525 Change-Id: Iacde5313e303b9ed792940efaf6bcfa4ee1317bd | 2012-08-13 | 1 | -5/+20 | |
* | Pass the type from native code all the way to Java.•••Bug: 6906525 Change-Id: I057390d47a223450e22d8338509e22c28fc0d5f6 | 2012-08-10 | 1 | -8/+10 | |
* | Header cleanup. Moved a couple of functions from .h to .cpp.•••Change-Id: Ifd12a7632f75395bd0ef5e394d5c2abd6cbe28c6 | 2012-08-02 | 1 | -3/+5 | |
* | Move flags belonging to BinaryFormat to the right place.•••These masks and flags are constants that are an integral part of the format. They belong in BinaryFormat and have nothing to do in UnigramDictionary. This needs I6751dda4 to not break the build Bug: 6429243 Change-Id: Ic1c842b3245f7fdc25aa8d1459c5bb07b262e265 | 2012-08-01 | 1 | -5/+5 | |
* | Cleanup headers•••Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3 | 2012-07-31 | 1 | -2/+2 | |
* | Misc cleanups•••Change-Id: I28308f12c3064299acefc346b72279036c3726a7 | 2012-07-30 | 1 | -2/+1 | |
* | Cosmetic fixes and style fixes•••Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc | 2012-07-25 | 1 | -43/+42 | |
* | Pass an array to output suggestion types (A119a)•••This needs the matching A119b change to not break the build. The array is passed, but not used yet. Bug: 6166228 Change-Id: Ia91d658461d989ee8c94e9b31bb06f4a36f4c5b6 | 2012-07-12 | 1 | -1/+2 | |
* | Search bigrams for the lower case version of the word (A46)•••...if there aren't any for the exact case version. Bug: 6752830 Change-Id: I2737148b01ba04a64febe009ceb2ef53c265d224 | 2012-07-04 | 1 | -1/+2 | |
* | Make native bigram dictionary const•••Change-Id: Id883f2d69483c9234877ad42446a582258e1cf91 | 2012-06-14 | 1 | -8/+9 | |
* | Move correction state to stack memory•••*Before (0) 13.18 (0.01%) (1) 93025.41 (62.06%) (2) 10.75 (0.01%) (3) 10.50 (0.01%) (4) 117.50 (0.08%) (5) 55678.98 (37.14%) (6) 9.09 (0.01%) (20) 883.84 (0.59%) Total 149898.24 (sum of others 149749.25) *After (0) 17.41 (0.01%) (1) 92673.41 (61.95%) (2) 10.62 (0.01%) (3) 10.37 (0.01%) (4) 120.96 (0.08%) (5) 55741.18 (37.26%) (6) 11.01 (0.01%) (20) 862.72 (0.58%) Total 149595.52 (sum of others 149447.68) Change-Id: Ia5a25a544fc388e4dab1e08d8f78d5117b249cf3 | 2012-06-14 | 1 | -9/+9 | |
* | Refactor step3: const unigram_dictionary•••- make all functions in unigram_dictionary const Change-Id: I94a64865aa793435e6c81890e68d999f6374074e | 2012-06-08 | 1 | -26/+32 | |
* | refactor native step 2•••- proximity_info is now stateless Change-Id: I62725bfe05b161fa8fc050ea6b50867e10a354e2 | 2012-06-08 | 1 | -11/+11 | |
* | Separate state from proximity_info step1•••Bug: 6548943 Change-Id: I7b4fbe20615a28151a74875be43b9f4a20e0dce9 | 2012-06-07 | 1 | -1/+1 | |
* | am fb3fdf15: Merge "Enhance the safety net in multiple word suggestions" into...•••* commit 'fb3fdf15040cb67c311047dea0144fa5aa071185': Enhance the safety net in multiple word suggestions | 2012-05-31 | 1 | -3/+42 | |
|\ | |||||
| * | Enhance the safety net in multiple word suggestions•••Bug: 6576793 Change-Id: I97100b482d3cf4e1b417c197b5d1e971a72b998d | 2012-05-31 | 1 | -3/+42 | |
* | | am 6cbe204f: Fix the performance issue on suggesting aaaaaaaaaaaaaaaaaaaaaaaa...•••* commit '6cbe204fce109fab652da15f4c8ea1ae35fca3e7': Fix the performance issue on suggesting aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa | 2012-05-30 | 1 | -14/+35 | |
|\| | |||||
| * | Fix the performance issue on suggesting aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa•••Bug: 6576793 Change-Id: I46f56654cd25dc28668ad75ac71e0e3beb8cdcf3 | 2012-05-30 | 1 | -14/+35 | |
* | | am 51705efc: Merge "Add a JNI to get the frequency" into jb-dev•••* commit '51705efc96c1c555cf9e0f557ea8cdc1c1c97781': Add a JNI to get the frequency | 2012-05-29 | 1 | -2/+15 | |
|\| | |||||
| * | Add a JNI to get the frequency•••Bug: 4192129 Change-Id: I3f220f5a10114d4eb23956148076cf76220bda0f | 2012-05-29 | 1 | -2/+15 | |
* | | am a0ac31fc: Fix the issue on multiple words suggestion•••* commit 'a0ac31fcaa01c21592a6e7af243c14dada65cf3e': Fix the issue on multiple words suggestion | 2012-05-23 | 1 | -2/+6 | |
|\| | |||||
| * | Fix the issue on multiple words suggestion•••Bug: 6509844 Change-Id: I823074a2b29befc3e60c63699ab4dc7719105c63 | 2012-05-23 | 1 | -2/+6 | |
* | | Fix build•••Change-Id: I799811aa3afb59bba2e4086a063f5da03669bba3 | 2012-05-16 | 1 | -0/+1 | |
|/ | |||||
* | Add missing includes.•••Change-Id: Ic7199045d0cffb208871f52cc167194013351d32 | 2012-05-16 | 1 | -0/+1 | |
* | Use "float" instead of "double"•••Change-Id: I93ed4d88ede4058f081dd8d634b00dfff4e96d07 | 2012-05-16 | 1 | -5/+5 | |
* | Reorder suggestions result according to auto correction threshold•••Bug: 5413904 Change-Id: I3aa3a8109ba45d2129b58d8242866fd3dd3473cb | 2012-05-16 | 1 | -1/+2 | |
* | Perform the actual bigram frequency lookup.•••This still returns the unigram frequency, because the values stored for bigrams in the dictionary are not ready to be returned in-place instead of unigram values. Aside from this, the code is complete. Bug: 6313806 Change-Id: If7bb7b644730782277f0f6663334c170b7fe13fb | 2012-05-10 | 1 | -1/+2 | |
* | Replace the bigram list position with the map and filter•••Passing the position will not allow us a reasonable lookup time. Replace this with a map and bloom filter for very fast lookup. Bug: 6313806 Change-Id: I3a61c0001cbc987c1c3c7b8df635d4590a370144 | 2012-05-07 | 1 | -25/+28 | |
* | Pass the bigram list position from the top level•••The position itself is still a const int = 0 until we have the previous word passed to the function. This basically does the plumbing. Bug: 6313806 Change-Id: Ib58995f334fe93e3ff5704d7c79f332017f101ac | 2012-04-24 | 1 | -29/+35 | |
* | Add methods to inverse compute the probability.•••For now the probability is just returned with the same value it had, but this is some ground work that needs to be done anyway. Bug: 6313806 Change-Id: I9bb8b96b294109771208ade558c9ad56932d2f8e | 2012-04-24 | 1 | -13/+18 | |
* | Pass words as int[] to the native code.•••We need to get the bigrams during the call to getSuggestions for bug#6313806. We already give an int[] to getSuggestions and we wanted to get rid of char[]'s anyway because it doesn't work with surrogate pairs, so here we go. Bug: 6313806 Change-Id: I56ce99f1db6b3302cdf42f0527343bded837091e | 2012-04-23 | 1 | -1/+1 | |
* | Replace the flags in getSuggestions with a boolean.•••Change-Id: I0ec44df1979cb1dc21017ea290d2151a2af0e7cd Conflicts: java/src/com/android/inputmethod/latin/Suggest.java | 2012-04-06 | 1 | -16/+15 | |
* | Enable using the flags read from the binary file.•••Change-Id: Ib420c3e174ccc1a80c4b6fd066de3b7a2b6fb290 | 2012-04-06 | 1 | -2/+2 | |
* | Save the flags in a member in the unigram dictionary.•••Change-Id: Ic8fad9110db6b97f98ace27af0f347b4e69de8c8 | 2012-04-06 | 1 | -2/+2 | |
* | Add a method to get the flags from a binary dictionary.•••This method is not used yet Change-Id: Ic15d3d423aff2c83c712bc0aa56571d30755e663 | 2012-04-06 | 1 | -2/+2 | |
* | Remove write-only stuff•••Change-Id: I5ac8ab64c77a298502b3d063ea70db9b4da41716 | 2012-04-06 | 1 | -3/+1 | |
* | Read shortcuts as strings in the dictionary.•••This has no impact on performance. Before: (0) 9.61 (0.01%) (1) 57514.58 (56.70%) (2) 10.55 (0.01%) (3) 10.79 (0.01%) (4) 133.20 (0.13%) (5) 43553.87 (42.94%) (6) 10.03 (0.01%) (20) 47.20 (0.05%) Total 101431.47 (sum of others 101289.84) After: (0) 10.52 (0.01%) (1) 56311.16 (56.66%) (2) 13.40 (0.01%) (3) 10.98 (0.01%) (4) 136.72 (0.14%) (5) 42707.92 (42.97%) (6) 9.79 (0.01%) (20) 51.35 (0.05%) Total 99390.76 (sum of others 99251.84) The difference is not significant with regard to measure imprecision Change-Id: I2e4f1ef7a5e99082e67dd27f56cf4fc432bb48fa | 2012-04-06 | 1 | -5/+5 | |
* | Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9•••Change-Id: I3ab65059f6e356530484bfd0bba26a634a4cba65 | 2012-03-30 | 1 | -0/+894 |