Skip to content
Snippets Groups Projects
  1. Oct 31, 2014
  2. Oct 30, 2014
  3. Oct 29, 2014
  4. Oct 28, 2014
    • Keisuke Kuroyanagi's avatar
      Improve space substitution error correction. · 8a809f34
      Keisuke Kuroyanagi authored
      Bug: 17432052
      
      [Category diff]
      +1     262
      -1      93
      +2       2
      -2      18
      +3      18
      -3       2
      +4     111
      -4     148
      +5     295
      -5     217
      +6      51
      -6     276
      +7     139
      -7     124
      
      [Weighted category diff]
      +1     276
      -1     100
      +2       4
      -2      20
      +3      20
      -3       4
      +4     118
      -4     160
      +5     309
      -5     225
      +6      52
      -6     298
      +7     163
      -7     135
      
      show diff for ./en_user_log_phones_2011_08.csv
      +1     173
      -1      28
      +2       2
      -2      17
      +3      17
      -3       2
      +4      63
      -4      82
      +5     120
      -5      51
      +6      24
      -6     220
      +7      88
      -7      87
      
      Change-Id: I9d673acb0ff632828ae2e0ead56e76e3a20411c6
      8a809f34
  5. Oct 27, 2014
  6. Oct 23, 2014
  7. Oct 22, 2014
  8. Oct 21, 2014
  9. Oct 20, 2014
  10. Oct 15, 2014
  11. 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
  12. Oct 13, 2014
  13. Oct 10, 2014
  14. Oct 09, 2014
  15. 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
Loading