diff options
author | 2014-10-06 22:03:11 +0900 | |
---|---|---|
committer | 2014-10-06 22:03:11 +0900 | |
commit | aae1a062eb98e7634fb4da996ec604bbefd4ddf5 (patch) | |
tree | 26ef38496cd7e4658e442f8b7859404f9dbf75d4 /java/src/com/android/inputmethod/latin/network/HttpException.java | |
parent | 36c4eaadfb7a9cb833c8cca8afb49b2aec347b1d (diff) | |
download | latinime-aae1a062eb98e7634fb4da996ec604bbefd4ddf5.tar.gz latinime-aae1a062eb98e7634fb4da996ec604bbefd4ddf5.tar.xz latinime-aae1a062eb98e7634fb4da996ec604bbefd4ddf5.zip |
Improve bigram probability computation for decaying dicts.
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
Diffstat (limited to 'java/src/com/android/inputmethod/latin/network/HttpException.java')
0 files changed, 0 insertions, 0 deletions