1. bc77ade Merge "Return the bigram frequency if available." into jb-dev by Jean Chalard · 12 years ago
  2. 3b088a2 Add missing includes. by Ken Wakasa · 12 years ago
  3. 9416c81 Return the bigram frequency if available. by Jean Chalard · 12 years ago
  4. 0028ed3 Use "float" instead of "double" by satok · 12 years ago
  5. f837b57 Merge "Reorder suggestions result according to auto correction threshold" into jb-dev by satok · 12 years ago
  6. db1939d Reorder suggestions result according to auto correction threshold by satok · 12 years ago
  7. 6804b8e Fix a bug of handling single quote in the correction algorithm by satok · 13 years ago
  8. 4d289d3 Contacts dictionary rebuilds only when contact names have changed. by Tom Ouyang · 12 years ago
  9. 49ba135 Perform the actual bigram frequency lookup. by Jean Chalard · 12 years ago
  10. 8950ce6 Replace the bigram list position with the map and filter by Jean Chalard · 12 years ago
  11. f1634c8 Fill in the bloom filter for bigram lookup. by Jean Chalard · 12 years ago
  12. 1ff8dc4 Fill up a map of bigram addresses for lookup. by Jean Chalard · 12 years ago
  13. 351864b Fetch and pass the bigram position on suggestions. by Jean Chalard · 12 years ago
  14. 4d9b202 Pass the bigram list position from the top level by Jean Chalard · 12 years ago
  15. 171d180 Add methods to inverse compute the probability. by Jean Chalard · 12 years ago
  16. 522a04e Pass words as int[] to the native code. by Jean Chalard · 12 years ago
  17. a58ebc7 Fix typo of some methods' name by Tadashi G. Takaoka · 12 years ago
  18. bde232d Merge "Pass the previous word down to native code in getSuggestions" by Jean Chalard · 12 years ago
  19. 80111f0 Pass the previous word down to native code in getSuggestions by Jean Chalard · 12 years ago
  20. fec6837 Fix debug compilation + small cleanup by Jean Chalard · 12 years ago
  21. ee396df Fix a native crash by Jean Chalard · 12 years ago
  22. 9c2a96a Preparatory refactoring by Jean Chalard · 12 years ago
  23. db87fe4 Just cosmetic changes in jni code by Ken Wakasa · 12 years ago
  24. 3f675f7 Fix a large native memory leak. by Jean Chalard · 12 years ago
  25. 338d3ec Replace the flags in getSuggestions with a boolean. by Jean Chalard · 12 years ago
  26. aa8df59 Enable using the flags read from the binary file. by Jean Chalard · 12 years ago
  27. cd274b1 Save the flags in a member in the unigram dictionary. by Jean Chalard · 12 years ago
  28. e81ac8b Add a method to get the flags from a binary dictionary. by Jean Chalard · 12 years ago
  29. 5b0761e Remove write-only stuff by Jean Chalard · 12 years ago
  30. 9a933a7 Read shortcuts as strings in the dictionary. by Jean Chalard · 12 years ago
  31. 0c1a3ec Make LatinIME's native Makefile NDK-friendly by Ken Wakasa · 12 years ago
  32. 32f0e24 Remove ".." in the native LOCAL_SRC_FILES. by Ying Wang · 12 years ago
  33. 3ef3e24 Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 by Ken Wakasa · 12 years ago
  34. 6ba8de2 Good bye the proximity logic in Java code by satok · 12 years ago
  35. aeda8a7 Change the first character check in bigram dictionary to be case insensitive. by Tom Ouyang · 12 years ago
  36. acb6c54 Fix build breakage by satok · 12 years ago
  37. 350ffc8 Merge "Fix a bug with negative coordinates, step 3" by Jean Chalard · 12 years ago
  38. e2222b7 Merge "Fix a bug with negative coordinates, step 2" by Jean Chalard · 12 years ago
  39. 7f18f44 Merge "Fix a bug with negative coordinates, step 1" by Jean Chalard · 12 years ago
  40. 52612a0 Fix a bug with negative coordinates, step 3 by Jean Chalard · 12 years ago
  41. 3094d12 Fix a bug with negative coordinates, step 2 by Jean Chalard · 12 years ago
  42. 88ec125 Fix a bug with negative coordinates, step 1 by Jean Chalard · 12 years ago
  43. 8980bd4 Merge "Cleanup jni 1" by satok · 12 years ago
  44. 9df4a45 Cleanup jni 1 by satok · 12 years ago
  45. 2b5b638 Merge "Fix a typo" by Jean Chalard · 12 years ago
  46. bbc2560 Fix a typo by Jean Chalard · 12 years ago
  47. cc78d03 Add processing for French ligatures. by Jean Chalard · 12 years ago
  48. 081616c Send correct coordinates for the spell checker by Jean Chalard · 12 years ago
  49. d304338 Add a replacement character to digraphs system by Jean Chalard · 12 years ago
  50. 9c4396a Merge "Generalize the digraph code" by Jean Chalard · 12 years ago
  51. 6c30061 Generalize the digraph code by Jean Chalard · 13 years ago
  52. 9715cc4 Fix a bug where the returned number of bigrams was incorrect by Jean Chalard · 12 years ago
  53. 1caff47 Calculate proximity characters in the native code by satok · 12 years ago
  54. 0cb2097 Fix additional proximity in the native code by satok · 12 years ago
  55. 5eec574 Use additional proximity chars in the native code by satok · 12 years ago
  56. 552c3c2 Implement additional proximity characters in the native code Bug: 4343280 by satok · 12 years ago
  57. 951ab9d Fix typo. by Ken Wakasa · 13 years ago
  58. f0d5a78 Merge "Add functions to calculate proximity characters in the native code" by satok · 13 years ago
  59. 219a514 Fix a bug on German umlaut digraph correction by satok · 13 years ago
  60. a70ee6e Add functions to calculate proximity characters in the native code by satok · 13 years ago
  61. 46a1eec Add a variable-length header region to the binary format. by Jean Chalard · 13 years ago
  62. d1dbdb6 Make some debug aid functions to inline by Tadashi G. Takaoka · 13 years ago
  63. bb0bd66 Fix correction utility by satok · 13 years ago
  64. ad290d6 Activate bigram predictions from the binary dictionary by Jean Chalard · 13 years ago
  65. 26e3157 resolved conflicts for merge of 3ad1145a to master by Jean-Baptiste Queru · 13 years ago
  66. a85f492 Support multi words suggestion by satok · 13 years ago
  67. 4c5daa8 Fix indent by Ken Wakasa · 13 years ago
  68. a27cb62 Merge "Use C++ template for min/max" by Tadashi G. Takaoka · 13 years ago
  69. 09baa36 Use C++ template for min/max by Tadashi G. Takaoka · 13 years ago
  70. 1b9fa94 Support correction conversion from skip to additional proximity by satok · 13 years ago
  71. 04fd04d Separate the logic for touch caribration again by satok · 13 years ago
  72. e05b3f4 Support additional proximity characters by satok · 13 years ago
  73. b093cc4 [MIPS] Remove reference to NDK by Bhanu Chetlapalli · 13 years ago
  74. 1f6b52e Implement multi words suggestions step1 by satok · 13 years ago
  75. 9955716 Merge missing space and mistyped space correction algorithm by satok · 13 years ago
  76. 3c09bb1 Merge multiple words suggestions algorithm by satok · 13 years ago
  77. 7409d15 Refactor words priority queue by satok · 13 years ago
  78. f8ce19c Merge "Cleanup unused code" by satok · 13 years ago
  79. 1c03306 Cleanup unused code by satok · 13 years ago
  80. 61b31a6 Merge "Do other error correction for the second word of two word correction" by satok · 13 years ago
  81. 8330b48 Do other error correction for the second word of two word correction by satok · 13 years ago
  82. 0bfe359 Add a test for auto-correction. by Jean Chalard · 13 years ago
  83. 11c4121 Merge 2577fca1 by Jean-Baptiste Queru · 13 years ago
  84. bd6ccdd Clean up two word correction by satok · 13 years ago
  85. 54af64a Two words error correction with other error correction for the first word by satok · 13 years ago
  86. bd1ed5b Make the JNI lib an optional module by Robert CH Chou · 14 years ago
  87. 29dc806 Prepair for advanced two words error correction by satok · 13 years ago
  88. a161a4a Use edit distance for transposing correction by satok · 13 years ago
  89. 82ddd16 Stop avoiding adding what the user typed to candidates by Jean Chalard · 13 years ago
  90. 67e1397 Merge "Store suggestions for each input length for missing space algorithm etc." by satok · 13 years ago
  91. 6ad15fc Store suggestions for each input length for missing space algorithm etc. by satok · 13 years ago
  92. 4c0eca6 Read multi-byte char group counts by Jean Chalard · 13 years ago
  93. 6d41981 Remove a bunch of obsolete methods. by Jean Chalard · 13 years ago
  94. 512c669 Fix a native crash with shortcuts by Jean Chalard · 13 years ago
  95. 9fb6f47 New LOG lib by satok · 13 years ago
  96. b960477 Use placement new to construct the queue by satok · 13 years ago
  97. be0cf72 Move auto correction thresthold to the native code by satok · 13 years ago
  98. b0c49b7 Actually add shortcut targets to the suggestions (A4) by Jean Chalard · 13 years ago
  99. e1e5a3f Merge "Fill in the format-specific shortcut reading methods (A3)" by Jean Chalard · 13 years ago
  100. 8e464d4 Fill in the format-specific shortcut reading methods (A3) by Jean Chalard · 13 years ago