Skip to content
Snippets Groups Projects
  1. Oct 15, 2014
  2. Oct 13, 2014
  3. Oct 10, 2014
  4. Oct 09, 2014
  5. Oct 06, 2014
    • Keisuke Kuroyanagi's avatar
      Improve bigram probability computation for decaying dicts. · aae1a062
      Keisuke Kuroyanagi authored
      Without personalization:
      Total words: 1079345, Success Num: 819749, Success Percentage: 75.949%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1754, Bad Failure Percentage: 0.163%
      Failures, with auto-correction (F-C): 28463, F-C Percentage: 2.637%
      Max Keystrokes: 6074285, Min Keystrokes: 4649326, Keystroke Saving Percentage:23.459%
      
      With current probability computing logic:
      Total words: 1079382, Success Num: 838329, Success Percentage: 77.667%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1332, Bad Failure Percentage: 0.123%
      Failures, with auto-correction (F-C): 28558, F-C Percentage: 2.646%
      Max Keystrokes: 6074503, Min Keystrokes: 4474102, Keystroke Saving Percentage:26.346%
      Remove isof files.
      
      With new probability computing logic:
      Total words: 1079356, Success Num: 844954, Success Percentage: 78.283%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1306, Bad Failure Percentage: 0.121%
      Failures, with auto-correction (F-C): 27214, F-C Percentage: 2.521%
      Max Keystrokes: 6074477, Min Keystrokes: 4243021, Keystroke Saving Percentage:30.150%
      Remove isof files.
      
      Bug: 16547409
      Change-Id: I3d2a49c7aaa2c0f6835c52ef72d22466ee225789
      aae1a062
    • Keisuke Kuroyanagi's avatar
      Make sure to suppress BoS prediction until input twice. · 1c2f00f6
      Keisuke Kuroyanagi authored
      Change-Id: I98d91f264d5d1d3f5bcda1fd9ec885779ba2f746
      1c2f00f6
    • Keisuke Kuroyanagi's avatar
      Fix: BoS prediction is shown after inputting just once. · ca17ed7d
      Keisuke Kuroyanagi authored
      Change-Id: Ibba209f47cb5b1a4b08281689d607711b8dcfad4
      ca17ed7d
    • Keisuke Kuroyanagi's avatar
      Show prediction results in debug build. · 36c4eaad
      Keisuke Kuroyanagi authored
      Bug: 16547409
      Change-Id: If85418583998cd639c794bf5d5cfbbb972c34f72
      36c4eaad
    • Keisuke Kuroyanagi's avatar
      Fix: ProbabilityDictContent can be wrongly large. · 16e16153
      Keisuke Kuroyanagi authored
      It can be twice as large as it should be (80KB larger).
      
      Change-Id: If94f748f8c48a442b3c95ac989099aaed2aa2f86
      16e16153
  6. Oct 03, 2014
    • Jean Chalard's avatar
      [ML13] Fix the locale passing in ProximityInfo · 4ef27c03
      Jean Chalard authored
      The locale is used to determine additional proximity characters. This
      is dependent on the dictionary language, but was passed as a function
      of the layout, which is wrong and would have given bad suggestions in
      multi-lingual mode.
      
      Ideally, additional proximity characters should be inserted in the
      dictionary header, but for now it's a rather simple change to get
      it from the dictionary's locale instead of the proximity info locale.
      
      Also, that allows us to remove completely the locale parameter from
      proximity info, which is a much needed change.
      
      This change has zero effect on unit tests and on regression tests.
      
      Bug: 11230254
      Change-Id: If95157155db7dccd1f00b8ba55ccb3600283f9e4
      4ef27c03
    • Keisuke Kuroyanagi's avatar
      Remove -fno-inline from profiling build. · 3da610d5
      Keisuke Kuroyanagi authored
      Bug: 17797064
      Change-Id: I0ab60e2da8c9f509de472afbc3ad32e41e69e73c
      3da610d5
  7. Oct 01, 2014
  8. Sep 29, 2014
  9. Sep 25, 2014
  10. Sep 24, 2014
  11. Sep 22, 2014
  12. Sep 19, 2014
  13. Sep 18, 2014
  14. Sep 17, 2014
Loading