1. a4374d2 Promote the correction of words with a missing space character by satok · 15 years ago
  2. 9d2a302 Promote a word with a proximity character by satok · 15 years ago
  3. 72bc17e Promote a word with only one proximity character. by satok · 15 years ago
  4. dc5301e Change the formula of the missing character. by satok · 15 years ago
  5. de3070a Add -Werror flag to catch more warnings and errors by Ken Wakasa · 15 years ago
  6. e07f93d Merge "Tweak the demotion rate for a word with missing letter" into honeycomb-mr1 by satok · 15 years ago
  7. 0bddb2f Tweak the demotion rate for a word with missing letter by satok · 15 years ago
  8. 1df8c82 Fix a bug that a word with only one missing word is not promoted by satok · 15 years ago
  9. 3c4bb77 A bug fix for the mistyped space algorithm by satok · 15 years ago
  10. eaecb56 Merge "Demote skipped characters matched words with respect to length." into honeycomb-mr1 by Jean Chalard · 15 years ago
  11. 817e517 Add the suggestion algorithm of words with space proximity by satok · 15 years ago
  12. 07a8406 Demote skipped characters matched words with respect to length. by Jean Chalard · 15 years ago
  13. a787dba Fix a bug with umlaut processing. by Jean Chalard · 15 years ago
  14. c2bbc6a Use translation of fallback umlauts digraphs for German. by Jean Chalard · 15 years ago
  15. 8fbd552 Add proximity info to native by satok · 15 years ago
  16. f5f834a Rename variables with obscure names. by Jean Chalard · 15 years ago
  17. a5d5849 Force autocorrection of matching words with different accents. by Jean Chalard · 15 years ago
  18. 887f11e Remove next letters frequency handling by Tadashi G. Takaoka · 15 years ago
  19. 8dc754a Promote full matches with differing accents. by Jean Chalard · 15 years ago
  20. fd16f1d Handle the last char correctly in excessive char correction algortihm. by satok · 15 years ago
  21. 58c49b9 Fix auto-correction threshold and promote full matched words by satok · 15 years ago
  22. e90b333 Load main dic in native by Ken Wakasa · 15 years ago
  23. f7425bb Supress overflow at mulitplying demotion rate by satok · 15 years ago
  24. 61e2f85 Add profiler for native dictionary code by satok · 15 years ago
  25. 54fe9e0 Suggest words with excessive chars out of proximity chars Bug: 3273807 by satok · 15 years ago
  26. a3d78f6 Suggest words with transposed chars by satok · 15 years ago
  27. e07baa6 Limit the suggestions with an excessive character by filtering proximity characters by satok · 15 years ago
  28. 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
  29. 662fe69 Suggest words with missing space by satok · 15 years ago
  30. cdbbea7 Suggest excessive characters by satok · 15 years ago
  31. d299792 Make no-recursive getWordRec by satok · 15 years ago
  32. f5cded1 Fix a crash when MAX_WORD_LENGTH is too short. by satok · 15 years ago
  33. 48e432c Breakdown getWordRec by satok · 15 years ago
  34. 6831926 Trim the flow of getWordRec by satok · 15 years ago
  35. 28bd03b Breakdown getWordRec by satok · 15 years ago
  36. 715514d Breakdown getWordRec and add comments by satok · 15 years ago
  37. 18c28f4 Detach bigram functionarities from unigram_dictionary by satok · 15 years ago
  38. e808e43 Refactor: Move utility functions and no suggestion functions from unigram_dictionary.cpp to dictionary.cpp by satok · 15 years ago
  39. 3008825 Fix parameters of native functions and refactor Dictionary by satok · 15 years ago
  40. d4952c8 Move a logic for finding words with a missing character to the native code. by satok · 15 years ago
  41. 15dc33d Add an easy way to output native debug logs by satok · 15 years ago
  42. 80aa14f - separate dict (uses xml) by Jae Yong Sung · 15 years ago
  43. 937d5ad added bigram prediction by Jae Yong Sung · 16 years ago
  44. 826269c Get rid of dependency on native AssetManager API. Confirmed the native code builds with the NDK r3. by Ken Wakasa · 16 years ago
  45. f1abb8c Get rid of code taken from bionic to avoid license issue. by Ken Wakasa · 16 years ago
  46. 707505e A part of efforts of unbundling LatinIME: Get rid of ICU dependency in the native code. by Ken Wakasa · 16 years ago
  47. 07b1603 Don't let the native code target be included twice when unbundling. by Amith Yamasani · 16 years ago