1. 787945b Fix build for profiling by satok · 15 years ago
  2. 3e41c07 Merge "Add a flag for a profiling" by satok · 15 years ago
  3. 20d9fda Add a flag for a profiling by satok · 15 years ago
  4. 0adf7ae Merge "New dict format, step 7" by Jean Chalard · 15 years ago
  5. 1059f27 New dict format, step 7 by Jean Chalard · 15 years ago
  6. ce9efbf Compile code used in logging conditionally so that gcc does not complain by Doug Kwan · 15 years ago
  7. bb15e77 Move a function to make next commit more readable by Jean Chalard · 15 years ago
  8. e6715e3 Move a function out of a #endif to reduce a future commit by Jean Chalard · 15 years ago
  9. 0584f02 Rename parameters for future change by Jean Chalard · 15 years ago
  10. 432789a Internal cleanup by Jean Chalard · 15 years ago
  11. ffefdb6 Cleanup. by Jean Chalard · 15 years ago
  12. 980d6b6 Internal cleanup. by Jean Chalard · 15 years ago
  13. 594a9a1 Internal cleanup. by Jean Chalard · 15 years ago
  14. 85a1d1e New dict format, step 6 by Jean Chalard · 15 years ago
  15. bc90c72 New dict format, step 5 by Jean Chalard · 15 years ago
  16. ce9e52a Clean up in LatinIME native code by Ken Wakasa · 15 years ago
  17. 23eb0fa Merge "New dict format, step 4" by Jean Chalard · 15 years ago
  18. ca5ef28 New dict format, step 4 by Jean Chalard · 15 years ago
  19. 4fd9650 New dict format, step 3 - followup by Jean Chalard · 15 years ago
  20. 581335c Fix a bug where bigram search would never return by Jean Chalard · 15 years ago
  21. 17e44a7 New dict format, step 3 by Jean Chalard · 15 years ago
  22. 8124e64 New dict format, step 2 by Jean Chalard · 15 years ago
  23. 293ece0 New dict format, step 1 by Jean Chalard · 15 years ago
  24. e93b1f22 Allow reading a binary dictionary even without proximity info. by Jean Chalard · 15 years ago
  25. 99c908a Tweak the demotion rate for the mistyped space correction by satok · 15 years ago
  26. bb68d80 Tweak the demotion rate of mistyped space correction by satok · 15 years ago
  27. d8db9f8 Fix a bug on the calculation of the freq on the mistyped space error correction by satok · 15 years ago
  28. 0b6b0a5 Enable fast power by satok · 15 years ago
  29. b2e5e59 Handle overflow properly in multiplyRate by satok · 15 years ago
  30. 9674f65 Fix a bug that 2 length words were demoted. by satok · 15 years ago
  31. 6354634 Merge "Promote a word with a missing space because the formula was changed by Ifa4338c5f4" by satok · 15 years ago
  32. cbc66e0 Promote a word with a missing space because the formula was changed by Ifa4338c5f4 by satok · 15 years ago
  33. 4c981d3 Demote a word with mistyped space and missing space according to the length of each word by satok · 15 years ago
  34. a4374d2 Promote the correction of words with a missing space character by satok · 15 years ago
  35. 9d2a302 Promote a word with a proximity character by satok · 15 years ago
  36. 72bc17e Promote a word with only one proximity character. by satok · 15 years ago
  37. dc5301e Change the formula of the missing character. by satok · 15 years ago
  38. de3070a Add -Werror flag to catch more warnings and errors by Ken Wakasa · 15 years ago
  39. e07f93d Merge "Tweak the demotion rate for a word with missing letter" into honeycomb-mr1 by satok · 15 years ago
  40. 0bddb2f Tweak the demotion rate for a word with missing letter by satok · 15 years ago
  41. 1df8c82 Fix a bug that a word with only one missing word is not promoted by satok · 15 years ago
  42. 3c4bb77 A bug fix for the mistyped space algorithm by satok · 15 years ago
  43. eaecb56 Merge "Demote skipped characters matched words with respect to length." into honeycomb-mr1 by Jean Chalard · 15 years ago
  44. 817e517 Add the suggestion algorithm of words with space proximity by satok · 15 years ago
  45. 07a8406 Demote skipped characters matched words with respect to length. by Jean Chalard · 15 years ago
  46. a787dba Fix a bug with umlaut processing. by Jean Chalard · 15 years ago
  47. c2bbc6a Use translation of fallback umlauts digraphs for German. by Jean Chalard · 15 years ago
  48. 8fbd552 Add proximity info to native by satok · 15 years ago
  49. f5f834a Rename variables with obscure names. by Jean Chalard · 15 years ago
  50. a5d5849 Force autocorrection of matching words with different accents. by Jean Chalard · 15 years ago
  51. 887f11e Remove next letters frequency handling by Tadashi G. Takaoka · 15 years ago
  52. 8dc754a Promote full matches with differing accents. by Jean Chalard · 15 years ago
  53. fd16f1d Handle the last char correctly in excessive char correction algortihm. by satok · 15 years ago
  54. 58c49b9 Fix auto-correction threshold and promote full matched words by satok · 15 years ago
  55. da50e1e Fixes in close() in BinaryDictionary. by Ken Wakasa · 15 years ago
  56. 90d9661 Clean up: Update variable names to comply with spec of ApplicationInfo. by Ken Wakasa · 15 years ago
  57. e90b333 Load main dic in native by Ken Wakasa · 15 years ago
  58. f7425bb Supress overflow at mulitplying demotion rate by satok · 15 years ago
  59. 61e2f85 Add profiler for native dictionary code by satok · 15 years ago
  60. 458249e Consolidate main dictionary files. by Ken Wakasa · 15 years ago
  61. 2912c65 Manual merge from gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
  62. 1dea9bd Don't use stale NDK libraries for IA by Bruce Beare · 15 years ago
  63. 54fe9e0 Suggest words with excessive chars out of proximity chars Bug: 3273807 by satok · 15 years ago
  64. a3d78f6 Suggest words with transposed chars by satok · 15 years ago
  65. e07baa6 Limit the suggestions with an excessive character by filtering proximity characters by satok · 15 years ago
  66. aee09dc Fix a bug that We can't suggest words with missing space if one of the words starts with a capitalized character. by satok · 15 years ago
  67. 662fe69 Suggest words with missing space by satok · 15 years ago
  68. cdbbea7 Suggest excessive characters by satok · 15 years ago
  69. d299792 Make no-recursive getWordRec by satok · 15 years ago
  70. f5cded1 Fix a crash when MAX_WORD_LENGTH is too short. by satok · 15 years ago
  71. 48e432c Breakdown getWordRec by satok · 15 years ago
  72. 6831926 Trim the flow of getWordRec by satok · 15 years ago
  73. cfb2436 Merge "Breakdown getWordRec" by satok · 15 years ago
  74. 28bd03b Breakdown getWordRec by satok · 15 years ago
  75. a46683a Just code cleanup. by Ken Wakasa · 15 years ago
  76. 715514d Breakdown getWordRec and add comments by satok · 15 years ago
  77. 18c28f4 Detach bigram functionarities from unigram_dictionary by satok · 15 years ago
  78. e808e43 Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp by satok · 15 years ago
  79. 3008825 Fix parameters of native functions and refactor Dictionary by satok · 15 years ago
  80. d4952c8 Move a logic for finding words with a missing character to the native code. by satok · 15 years ago
  81. 15dc33d Add an easy way to output native debug logs by satok · 15 years ago
  82. 9b195dd Revert https://android-git.corp.google.com/g/#change,63791 as library loading issue seems to have been fixed now. by Ken Wakasa · 16 years ago
  83. ca4e427 Fix UnsatisfiedLinkError for Latin IME. Don't use old NDK version in a platform build. by Amith Yamasani · 16 years ago
  84. 979f869 DO NOT MERGE. Backport LatinIME from master to Gingerbread by satok · 16 years ago
  85. bf45d36 For issue #2651381, allow library prelinking. by Dan Bornstein · 16 years ago
  86. 07b1603 Don't let the native code target be included twice when unbundling. by Amith Yamasani · 16 years ago[Renamed from dictionary]
  87. df4e043 Fix a crash in the dictionary due to releasing a null array. by Amith Yamasani · 16 years ago
  88. 1b62ff1 Increase target size of preferred letters while typing. by Amith Yamasani · 16 years ago
  89. e8f1ede Enable auto-correction only if there is a significant size main dictionary. by Amith Yamasani · 16 years ago
  90. d0e43ec Fix for #2185627 : ArrayIndexOutOfBounds in BinaryDictionary.getWords() by Amith Yamasani · 16 years ago
  91. 379bcf8 Fix a bug in suggestion algorithm not returning all matches. Fixes 2170908. by Amith Yamasani · 16 years ago
  92. f51d16a Reduce weight of missing-char suggestions. by Amith Yamasani · 17 years ago
  93. f115088 Allow for non-starting letters to be upper case in dictionary lookup. by Amith Yamasani · 17 years ago
  94. 322dc3d Prune out suggestions that have a very large edit distance. by Amith Yamasani · 17 years ago
  95. c3df2d6 Correction algorithm to check for missing single characters. by Amith Yamasani · 17 years ago
  96. af58008 DO NOT MERGE ( Already in master ): Fix a global reference leak. # 2026571 by Amith Yamasani · 17 years ago
  97. cc3e5c7 AI 143659: am: CL 143472 Reduce dictionary size. by Amith Yamasani · 17 years ago
  98. 923bf41 auto import from //branches/cupcake/...@138744 by The Android Open Source Project · 17 years ago