1. 0bbb917 Cosmetic fixes and style fixes by Ken Wakasa · 13 years ago
  2. c7387a4 Add values for suggestion types (A120) by Jean Chalard · 13 years ago
  3. 6931df9 Pass an array to output suggestion types (A119a) by Jean Chalard · 13 years ago
  4. 6a5d17c Remove a useless parameter (A106) by Jean Chalard · 13 years ago
  5. 1a69ad5 Remove a constant parameter (A105) by Jean Chalard · 13 years ago
  6. b7d7c5a Make a constant really constant (A104) by Jean Chalard · 13 years ago
  7. e9a86e2 Search bigrams for the lower case version of the word (A46) by Jean Chalard · 13 years ago
  8. b1ed1d4 Make native bigram dictionary const by satok · 13 years ago
  9. 62cd919 Remove a compiler warning. by Jean Chalard · 13 years ago
  10. 46fe49f Add a comment on a caveat for future reference. by Jean Chalard · 13 years ago
  11. e308459 Compute the correct frequency for bigram prediction by Jean Chalard · 13 years ago
  12. 402b057 Fix two small possible bugs. by Jean Chalard · 13 years ago
  13. 3b088a2 Add missing includes. by Ken Wakasa · 13 years ago
  14. 4d289d3 Contacts dictionary rebuilds only when contact names have changed. by Tom Ouyang · 13 years ago
  15. 49ba135 Perform the actual bigram frequency lookup. by Jean Chalard · 13 years ago
  16. 8950ce6 Replace the bigram list position with the map and filter by Jean Chalard · 13 years ago
  17. f1634c8 Fill in the bloom filter for bigram lookup. by Jean Chalard · 13 years ago
  18. 1ff8dc4 Fill up a map of bigram addresses for lookup. by Jean Chalard · 13 years ago
  19. 351864b Fetch and pass the bigram position on suggestions. by Jean Chalard · 13 years ago
  20. 522a04e Pass words as int[] to the native code. by Jean Chalard · 13 years ago
  21. fec6837 Fix debug compilation + small cleanup by Jean Chalard · 13 years ago
  22. ee396df Fix a native crash by Jean Chalard · 13 years ago
  23. 9c2a96a Preparatory refactoring by Jean Chalard · 13 years ago
  24. 5b0761e Remove write-only stuff by Jean Chalard · 13 years ago
  25. 9a933a7 Read shortcuts as strings in the dictionary. by Jean Chalard · 13 years ago
  26. 3ef3e24 Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 by Ken Wakasa · 13 years ago[Renamed from native/src/bigram_dictionary.cpp]
  27. 6ba8de2 Good bye the proximity logic in Java code by satok · 13 years ago
  28. aeda8a7 Change the first character check in bigram dictionary to be case insensitive. by Tom Ouyang · 13 years ago
  29. 9715cc4 Fix a bug where the returned number of bigrams was incorrect by Jean Chalard · 13 years ago
  30. 46a1eec Add a variable-length header region to the binary format. by Jean Chalard · 14 years ago
  31. ad290d6 Activate bigram predictions from the binary dictionary by Jean Chalard · 14 years ago
  32. 9fb6f47 New LOG lib by satok · 14 years ago
  33. 588e2f2 Add bigram lookup implementation. by Jean Chalard · 14 years ago
  34. 787945b Fix build for profiling by satok · 14 years ago
  35. ce9efbf Compile code used in logging conditionally so that gcc does not complain by Doug Kwan · 14 years ago
  36. 581335c Fix a bug where bigram search would never return by Jean Chalard · 14 years ago
  37. 8124e64 New dict format, step 2 by Jean Chalard · 14 years ago
  38. de3070a Add -Werror flag to catch more warnings and errors by Ken Wakasa · 14 years ago
  39. e90b333 Load main dic in native by Ken Wakasa · 15 years ago
  40. 662fe69 Suggest words with missing space by satok · 15 years ago
  41. f5cded1 Fix a crash when MAX_WORD_LENGTH is too short. by satok · 15 years ago
  42. 18c28f4 Detach bigram functionarities from unigram_dictionary by satok · 15 years ago
  43. e808e43 Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp by satok · 15 years ago
  44. 3008825 Fix parameters of native functions and refactor Dictionary by satok · 15 years ago