1. 522a04e Pass words as int[] to the native code. by Jean Chalard · 13 years ago
  2. 338d3ec Replace the flags in getSuggestions with a boolean. by Jean Chalard · 13 years ago
  3. cd274b1 Save the flags in a member in the unigram dictionary. by Jean Chalard · 13 years ago
  4. e81ac8b Add a method to get the flags from a binary dictionary. by Jean Chalard · 13 years ago
  5. 5b0761e Remove write-only stuff by Jean Chalard · 13 years ago
  6. 9a933a7 Read shortcuts as strings in the dictionary. by Jean Chalard · 13 years ago
  7. 3ef3e24 Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 by Ken Wakasa · 13 years ago[Renamed from native/src/unigram_dictionary.h]
  8. 6ba8de2 Good bye the proximity logic in Java code by satok · 13 years ago
  9. 8980bd4 Merge "Cleanup jni 1" by satok · 13 years ago
  10. 9df4a45 Cleanup jni 1 by satok · 13 years ago
  11. cc78d03 Add processing for French ligatures. by Jean Chalard · 13 years ago
  12. d304338 Add a replacement character to digraphs system by Jean Chalard · 13 years ago
  13. 6c30061 Generalize the digraph code by Jean Chalard · 14 years ago
  14. 219a514 Fix a bug on German umlaut digraph correction by satok · 14 years ago
  15. a85f492 Support multi words suggestion by satok · 14 years ago
  16. 1f6b52e Implement multi words suggestions step1 by satok · 14 years ago
  17. 9955716 Merge missing space and mistyped space correction algorithm by satok · 14 years ago
  18. 3c09bb1 Merge multiple words suggestions algorithm by satok · 14 years ago
  19. 7409d15 Refactor words priority queue by satok · 14 years ago
  20. 1c03306 Cleanup unused code by satok · 14 years ago
  21. 8330b48 Do other error correction for the second word of two word correction by satok · 14 years ago
  22. 29dc806 Prepair for advanced two words error correction by satok · 14 years ago
  23. 6ad15fc Store suggestions for each input length for missing space algorithm etc. by satok · 14 years ago
  24. ecbf3f2 Merge "Fix indentations." by Ken Wakasa · 14 years ago
  25. e12e9b5 Fix indentations. by Ken Wakasa · 14 years ago
  26. cf9dbbd Add methods to read shortcuts from the binary dict (A2) by Jean Chalard · 14 years ago
  27. c8c6585 Add a forgotten constant by Jean Chalard · 14 years ago
  28. 1a6da63 Prepare for proximity + two word correction No2 by satok · 14 years ago
  29. 744dab6 Prepare for proximity + two words suggestion by satok · 14 years ago
  30. a7e5a5a Add words priority queue pool by satok · 14 years ago
  31. 4d35598 Add a functionality to limit the max correction errors by satok · 14 years ago
  32. 1147c7b Unbundle members in unigram_dictionary by satok · 14 years ago
  33. 16379df Use priority queue for native string buffer by satok · 14 years ago
  34. 0e97148 Remove NULL from native/src by Tadashi G. Takaoka · 14 years ago
  35. 40a5f6f Add a flag to demote completed suggestions by satok · 14 years ago
  36. 10266c0 Combine the skipped and transposed correction by satok · 14 years ago
  37. 208268d Add correction state. by satok · 14 years ago
  38. cfca3c6 Refactor CorrectionState to Correction by satok · 14 years ago
  39. 8876b75 Move scoring part to the correction state by satok · 14 years ago
  40. 4e4e74e Move the input index and output index to correction state by satok · 14 years ago
  41. 0f6c8e8 Move code related to ranking algorithm to correction_state.cpp by satok · 14 years ago
  42. 612c6e4 Move code related to ranking algorithm to the correction state by satok · 14 years ago
  43. db2c091 Remove old dictionary format code by satok · 14 years ago
  44. 2df3060 Add correction state by satok · 14 years ago
  45. 6a0e964 Small native refactoring. by Jean Chalard · 14 years ago
  46. 999ba61 Some native cleanup by Jean Chalard · 14 years ago
  47. d24df43 (Step2)Move functions related to proximity to proximity_info.cpp by satok · 14 years ago
  48. 1d7eaf8 (Step 1) Move proximity related parameters from unigram_dictionary to proximity_info by satok · 14 years ago
  49. 1059f27 New dict format, step 7 by Jean Chalard · 14 years ago
  50. bb15e77 Move a function to make next commit more readable by Jean Chalard · 14 years ago
  51. 0584f02 Rename parameters for future change by Jean Chalard · 14 years ago
  52. 432789a Internal cleanup by Jean Chalard · 14 years ago
  53. ffefdb6 Cleanup. by Jean Chalard · 14 years ago
  54. 980d6b6 Internal cleanup. by Jean Chalard · 14 years ago
  55. 594a9a1 Internal cleanup. by Jean Chalard · 14 years ago
  56. ce9e52a Clean up in LatinIME native code by Ken Wakasa · 14 years ago
  57. ca5ef28 New dict format, step 4 by Jean Chalard · 14 years ago
  58. 581335c Fix a bug where bigram search would never return by Jean Chalard · 14 years ago
  59. 17e44a7 New dict format, step 3 by Jean Chalard · 14 years ago
  60. 8124e64 New dict format, step 2 by Jean Chalard · 14 years ago
  61. 293ece0 New dict format, step 1 by Jean Chalard · 14 years ago
  62. d8db9f8 Fix a bug on the calculation of the freq on the mistyped space error correction by satok · 14 years ago
  63. 3c4bb77 A bug fix for the mistyped space algorithm by satok · 15 years ago
  64. eaecb56 Merge "Demote skipped characters matched words with respect to length." into honeycomb-mr1 by Jean Chalard · 15 years ago
  65. 817e517 Add the suggestion algorithm of words with space proximity by satok · 15 years ago
  66. 07a8406 Demote skipped characters matched words with respect to length. by Jean Chalard · 15 years ago
  67. a787dba Fix a bug with umlaut processing. by Jean Chalard · 15 years ago
  68. c2bbc6a Use translation of fallback umlauts digraphs for German. by Jean Chalard · 15 years ago
  69. 8fbd552 Add proximity info to native by satok · 15 years ago
  70. f5f834a Rename variables with obscure names. by Jean Chalard · 15 years ago
  71. 887f11e Remove next letters frequency handling by Tadashi G. Takaoka · 15 years ago
  72. 8dc754a Promote full matches with differing accents. by Jean Chalard · 15 years ago
  73. 58c49b9 Fix auto-correction threshold and promote full matched words by satok · 15 years ago
  74. e90b333 Load main dic in native by Ken Wakasa · 15 years ago
  75. 54fe9e0 Suggest words with excessive chars out of proximity chars Bug: 3273807 by satok · 15 years ago
  76. a3d78f6 Suggest words with transposed chars by satok · 15 years ago
  77. e07baa6 Limit the suggestions with an excessive character by filtering proximity characters by satok · 15 years ago
  78. 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
  79. 662fe69 Suggest words with missing space by satok · 15 years ago
  80. cdbbea7 Suggest excessive characters by satok · 15 years ago
  81. d299792 Make no-recursive getWordRec by satok · 15 years ago
  82. 48e432c Breakdown getWordRec by satok · 15 years ago
  83. 6831926 Trim the flow of getWordRec by satok · 15 years ago
  84. 28bd03b Breakdown getWordRec by satok · 15 years ago
  85. 715514d Breakdown getWordRec and add comments by satok · 15 years ago
  86. 18c28f4 Detach bigram functionarities from unigram_dictionary by satok · 15 years ago
  87. e808e43 Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp by satok · 15 years ago
  88. 3008825 Fix parameters of native functions and refactor Dictionary by satok · 15 years ago