1. 0bbb917 Cosmetic fixes and style fixes by Ken Wakasa · 13 years ago
  2. 712e02f Add a new define for gesture by Satoshi Kataoka · 13 years ago
  3. 1bc038c Move correction state to stack memory by satok · 13 years ago
  4. 3e8c58f Separate state from proximity_info step1 by Satoshi Kataoka · 13 years ago
  5. 67e3cc8 Enhance the safety net in multiple word suggestions by Satoshi Kataoka · 13 years ago
  6. 6cbe204 Fix the performance issue on suggesting aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa by Satoshi Kataoka · 13 years ago
  7. a0ac31f Fix the issue on multiple words suggestion by satok · 13 years ago
  8. bc77ade Merge "Return the bigram frequency if available." into jb-dev by Jean Chalard · 13 years ago
  9. 9416c81 Return the bigram frequency if available. by Jean Chalard · 13 years ago
  10. 0028ed3 Use "float" instead of "double" by satok · 13 years ago
  11. f1634c8 Fill in the bloom filter for bigram lookup. by Jean Chalard · 13 years ago
  12. 171d180 Add methods to inverse compute the probability. by Jean Chalard · 13 years ago
  13. 3ef3e24 Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 by Ken Wakasa · 13 years ago[Renamed from native/src/defines.h]
  14. bbc2560 Fix a typo by Jean Chalard · 13 years ago
  15. 6c30061 Generalize the digraph code by Jean Chalard · 14 years ago
  16. 0cb2097 Fix additional proximity in the native code by satok · 13 years ago
  17. 46a1eec Add a variable-length header region to the binary format. by Jean Chalard · 14 years ago
  18. d1dbdb6 Make some debug aid functions to inline by Tadashi G. Takaoka · 14 years ago
  19. a85f492 Support multi words suggestion by satok · 14 years ago
  20. a27cb62 Merge "Use C++ template for min/max" by Tadashi G. Takaoka · 14 years ago
  21. 09baa36 Use C++ template for min/max by Tadashi G. Takaoka · 14 years ago
  22. 1b9fa94 Support correction conversion from skip to additional proximity by satok · 14 years ago
  23. e05b3f4 Support additional proximity characters by satok · 14 years ago
  24. 1f6b52e Implement multi words suggestions step1 by satok · 14 years ago
  25. 9955716 Merge missing space and mistyped space correction algorithm by satok · 14 years ago
  26. 7409d15 Refactor words priority queue by satok · 14 years ago
  27. 61b31a6 Merge "Do other error correction for the second word of two word correction" by satok · 14 years ago
  28. 8330b48 Do other error correction for the second word of two word correction by satok · 14 years ago
  29. 0bfe359 Add a test for auto-correction. by Jean Chalard · 14 years ago
  30. 54af64a Two words error correction with other error correction for the first word by satok · 14 years ago
  31. 29dc806 Prepair for advanced two words error correction by satok · 14 years ago
  32. a161a4a Use edit distance for transposing correction by satok · 14 years ago
  33. 82ddd16 Stop avoiding adding what the user typed to candidates by Jean Chalard · 14 years ago
  34. 6ad15fc Store suggestions for each input length for missing space algorithm etc. by satok · 14 years ago
  35. 9fb6f47 New LOG lib by satok · 14 years ago
  36. b960477 Use placement new to construct the queue by satok · 14 years ago
  37. 1a6da63 Prepare for proximity + two word correction No2 by satok · 14 years ago
  38. a7e5a5a Add words priority queue pool by satok · 14 years ago
  39. 1147c7b Unbundle members in unigram_dictionary by satok · 14 years ago
  40. 16379df Use priority queue for native string buffer by satok · 14 years ago
  41. a4c1f1c Calibrate the scores of the proximity chars according to the distances. by Yusuke Nojima · 14 years ago
  42. afb9076 Enable score calibration by touch coordinates by Yusuke Nojima · 14 years ago
  43. e4ba822 Promote touches in hit box according to the distance from sweet spot by Yusuke Nojima · 14 years ago
  44. eb050fc Demote words with a capitalized char by satok · 14 years ago
  45. 9ee8c9c Calibrate score by touch coordinates by Yusuke Nojima · 14 years ago
  46. 258bfe6 Classify touches into three types. by Yusuke Nojima · 14 years ago
  47. 6309593 Fix a dangerous macro. by Yusuke Nojima · 14 years ago
  48. 10266c0 Combine the skipped and transposed correction by satok · 14 years ago
  49. bcac0e9 Improve fat finger correction. by satok · 14 years ago
  50. 0cedd2b Combilne normal correction and skip correction by satok · 14 years ago
  51. 635f68e Improve skip correction algorithm by satok · 14 years ago
  52. 0f6c8e8 Move code related to ranking algorithm to correction_state.cpp by satok · 14 years ago
  53. 827ced8 Separate logging definitions in C by satok · 14 years ago
  54. 787945b Fix build for profiling by satok · 14 years ago
  55. 3e41c07 Merge "Add a flag for a profiling" by satok · 14 years ago
  56. 20d9fda Add a flag for a profiling by satok · 14 years ago
  57. 1059f27 New dict format, step 7 by Jean Chalard · 14 years ago
  58. 99c908a Tweak the demotion rate for the mistyped space correction by satok · 14 years ago
  59. bb68d80 Tweak the demotion rate of mistyped space correction by satok · 14 years ago
  60. cbc66e0 Promote a word with a missing space because the formula was changed by Ifa4338c5f4 by satok · 14 years ago
  61. a4374d2 Promote the correction of words with a missing space character by satok · 14 years ago
  62. 9d2a302 Promote a word with a proximity character by satok · 14 years ago
  63. 72bc17e Promote a word with only one proximity character. by satok · 14 years ago
  64. dc5301e Change the formula of the missing character. by satok · 14 years ago
  65. de3070a Add -Werror flag to catch more warnings and errors by Ken Wakasa · 14 years ago
  66. 0bddb2f Tweak the demotion rate for a word with missing letter by satok · 15 years ago
  67. 3c4bb77 A bug fix for the mistyped space algorithm by satok · 15 years ago
  68. eaecb56 Merge "Demote skipped characters matched words with respect to length." into honeycomb-mr1 by Jean Chalard · 15 years ago
  69. 817e517 Add the suggestion algorithm of words with space proximity by satok · 15 years ago
  70. 07a8406 Demote skipped characters matched words with respect to length. by Jean Chalard · 15 years ago
  71. a787dba Fix a bug with umlaut processing. by Jean Chalard · 15 years ago
  72. 8fbd552 Add proximity info to native by satok · 15 years ago
  73. a5d5849 Force autocorrection of matching words with different accents. by Jean Chalard · 15 years ago
  74. 887f11e Remove next letters frequency handling by Tadashi G. Takaoka · 15 years ago
  75. 8dc754a Promote full matches with differing accents. by Jean Chalard · 15 years ago
  76. 58c49b9 Fix auto-correction threshold and promote full matched words by satok · 15 years ago
  77. e90b333 Load main dic in native by Ken Wakasa · 15 years ago
  78. 61e2f85 Add profiler for native dictionary code by satok · 15 years ago
  79. 54fe9e0 Suggest words with excessive chars out of proximity chars Bug: 3273807 by satok · 15 years ago
  80. a3d78f6 Suggest words with transposed chars by satok · 15 years ago
  81. 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
  82. 662fe69 Suggest words with missing space by satok · 15 years ago
  83. cdbbea7 Suggest excessive characters by satok · 15 years ago
  84. f5cded1 Fix a crash when MAX_WORD_LENGTH is too short. by satok · 15 years ago
  85. 6831926 Trim the flow of getWordRec by satok · 15 years ago
  86. 715514d Breakdown getWordRec and add comments 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