| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dictionary code to top level dictionary dir.•••Bug: 18725954
Change-Id: Ia442ba4b5d84311057d83edf6e7aeb151d6a820b
|  Keisuke Kuroyanagi | 2014-12-17 | 1 | -234/+0 |
* | Use enum to specify ngram type.•••Change-Id: Ie28768ceadcd7a2d940c57eb30be7d4c364e509f
|  Keisuke Kuroyanagi | 2014-11-25 | 1 | -14/+7 |
* | Introduce EntryCounters to count entries in a dictionary.•••Bug: 14425059
Change-Id: Ic13ba827d96fa4a147485ba92fdb37e23e04e8e8
|  Keisuke Kuroyanagi | 2014-10-21 | 1 | -5/+12 |
* | 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
|  Keisuke Kuroyanagi | 2014-10-06 | 1 | -30/+25 |
* | Move HistoricalInfo to property and use it in *Property.•••Bug: 14425059
Change-Id: Icccccabad98fb543c6a6be2844cfc0086d80b739
|  Keisuke Kuroyanagi | 2014-10-01 | 1 | -6/+6 |
* | Support unigram historical information migration.•••Bug: 13406708
Change-Id: Ibed15b3bc5d5ae68faefa379028dbe10d32b0c0f
|  Keisuke Kuroyanagi | 2014-05-12 | 1 | -12/+38 |
* | Add a check for ForgettingCurveUtils::decodeProbability.•••Bug: 13607383
Change-Id: I1a56c52173d0e458864e65fb1c1f4603c0c81c6f
|  Keisuke Kuroyanagi | 2014-03-24 | 1 | -1/+2 |
* | Revert "Revert "Use std::min() and std::max()""•••This reverts commit f63000abeabfaabde5c1ea2201d63d0c4850f1e2.
Change-Id: I6056d176a13c6ecad38e658ab8778bd898291d02
|  Keisuke Kuroyanagi | 2014-03-07 | 1 | -5/+6 |
* | Revert "Use std::min() and std::max()"•••This somehow breaks TRT.
bug: 13350753
This reverts commit cf612a3abfd0cc244f8449db2cf11a0a7c680a2f.
Change-Id: I812f067e7cc8106b054527732dc6fe4efd7cc0fe
|  Ken Wakasa | 2014-03-07 | 1 | -6/+5 |
* | Use std::min() and std::max()•••Change-Id: I2992fa16692ace2a6febedc4393812faf763638f
|  Ken Wakasa | 2014-03-06 | 1 | -5/+6 |
* | Add header attributes for evaluation.•••Bug: 13197276
Change-Id: Ib5247da691ff24a73e13485288237ccc51bb54f0
|  Keisuke Kuroyanagi | 2014-02-28 | 1 | -22/+26 |
* | Use MAX_PROBABILITY for the limit of probabilities.•••Bug: 13197276
Change-Id: Ic3f855e566603b395395dff1f860f3d76ecb019c
|  Keisuke Kuroyanagi | 2014-02-26 | 1 | -5/+5 |
* | Merge "Create more aggressive probability tables." |  Keisuke Kuroyanagi | 2014-02-26 | 1 | -6/+34 |
|\ |
|
| * | Create more aggressive probability tables.•••Bug: 13197276
Change-Id: I1451dcbe61088d7301bbef5ceedc72f5649e6764
|  Keisuke Kuroyanagi | 2014-02-26 | 1 | -6/+34 |
* | | Stop dividing unigram probability by 2 for backoff.•••Bug: 13197276
Change-Id: I8eaa24b6f710383a8d257e3ec28c37a1a1da8e31
|  Keisuke Kuroyanagi | 2014-02-26 | 1 | -6/+6 |
|/ |
|
* | Check header attributes for forgetting curve.•••Bug: 13197276
Change-Id: Ib360010f309fd1ed3e81cf23aa10c1cfe82781a6
|  Keisuke Kuroyanagi | 2014-02-26 | 1 | -26/+32 |
* | Check whether the word is OOV or not for amanatto update.•••Bug: 11736529
Change-Id: I27973212da7e922b2185dbb4febfb5bb4dfbdcbb
|  Keisuke Kuroyanagi | 2014-01-08 | 1 | -0/+1 |
* | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c•••The bulk merge from -bayo to klp-dev should not have been merged to master.
Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
|  Ken Wakasa | 2013-12-13 | 1 | -75/+92 |
* | Fix bug and Add large test for decaying dictionary.•••- GC gets failure when the dictionary become empty.
- Useless unigrams are sometimes not removed.
Bug: 10197478
Change-Id: I8d1479c01efba61a81f03bc077da6bcb4797a940
|  Keisuke Kuroyanagi | 2013-10-07 | 1 | -2/+1 |
* | Check the elapsed time for decaying.•••Bug: 6669677
Change-Id: I0401a4c0908c702ce65abfa5e017dd16cb1296f9
|  Keisuke Kuroyanagi | 2013-10-04 | 1 | -11/+44 |
* | Fix build.•••Change-Id: Ib33b27214e67378646e44f5b45bda298f960524f
|  Keisuke Kuroyanagi | 2013-10-02 | 1 | -1/+0 |
* | Use probability table for decaying dictionaries.•••Bug: 6669677
Change-Id: Ib5994a2e343dfcdaf23755e523f52846709b1c6c
|  Keisuke Kuroyanagi | 2013-10-02 | 1 | -15/+21 |
* | Stochastic decay.•••Bug: 6669677
Change-Id: Ib2d9228b951c77dab7a8675ce9db60677e87e771
|  Keisuke Kuroyanagi | 2013-10-02 | 1 | -62/+49 |
* | Change name of DecayingUtils.•••Bug: 6669677
Change-Id: I97839b2184b95ae1659c55a9b31d22e2d601cba1
|  Keisuke Kuroyanagi | 2013-10-02 | 1 | -0/+131 |