Skip to content
Snippets Groups Projects
  1. Oct 31, 2014
  2. Oct 23, 2014
  3. Oct 22, 2014
  4. Oct 21, 2014
  5. Oct 20, 2014
  6. Oct 15, 2014
  7. Oct 14, 2014
    • Keisuke Kuroyanagi's avatar
      Quit using weightChildNode for ADDITIONAL_PROXIMITY and SUBSTITUTION. · d8ccb909
      Keisuke Kuroyanagi authored
      [Category diff]
      +1       0
      -1       1
      +2       0
      -2       0
      +3       0
      -3       0
      +4       1
      -4       1
      +5       8
      -5       7
      +6       0
      -6       1
      +7       1
      -7       0
      
      [Weighted category diff]
      +1       0
      -1       1
      +2       0
      -2       0
      +3       0
      -3       0
      +4       1
      -4       1
      +5       8
      -5       7
      +6       0
      -6       1
      +7       1
      -7       0
      
      Bug: 13756409
      Change-Id: I6ac3567545676bbefbee3e87dda54bc083c15fb6
      d8ccb909
    • Keisuke Kuroyanagi's avatar
      Remove shouldBlockAutoCorrectionBySafetyNet · 29b4f7aa
      Keisuke Kuroyanagi authored
      Bug: 13756409
      
      [Category diff]
      +1      27
      -1       0
      +2       0
      -2       0
      +3       0
      -3       1
      +4      11
      -4       0
      +5      51
      -5       0
      +6       0
      -6      38
      +7       0
      -7      50
      
      [Weighted category diff]
      +1      28
      -1       0
      +2       0
      -2       0
      +3       0
      -3       1
      +4      11
      -4       0
      +5      51
      -5       0
      +6       0
      -6      39
      +7       0
      -7      50
      
      show diff for ./en_user_log_phones_2011_08.csv
      +1       4
      +4       5
      +5       7
      -6       9
      -7       7
      
      The increase of false positives comes from the spaceless
      typing test cases that are synthetic data.
      
      Change-Id: I4ea77aa56ebfaa5518c71107169e1d2332de6327
      29b4f7aa
  8. Oct 13, 2014
  9. Oct 10, 2014
  10. Oct 09, 2014
  11. 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
  12. 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
  13. Oct 01, 2014
  14. Sep 29, 2014
Loading