LatinIME/native/jni/src/utils
Keisuke Kuroyanagi 60021bbdc2 Enable Quadgram for personalized dicts.
Before:
Total words: 1134659, Success Num: 944709, Success Percentage: 83.259%
Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1258, Bad Failure Percentage: 0.111%
Failures, with auto-correction (F-C): 28013, F-C Percentage: 2.469%
Max Keystrokes: 6072844, Min Keystrokes: 3347332, Keystroke Saving Percentage:44.880%

After:
Total words: 1134665, Success Num: 945026, Success Percentage: 83.287%
Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1271, Bad Failure Percentage: 0.112%
Failures, with auto-correction (F-C): 27756, F-C Percentage: 2.446%
Max Keystrokes: 6072850, Min Keystrokes: 3290996, Keystroke Saving Percentage:45.808%

Change-Id: I16af52a3e9c371b95fd6f0741f45ee6b2443bea6
2014-11-25 19:07:13 +09:00
..
autocorrection_threshold_utils.cpp Revert "Revert "Use std::min() and std::max()"" 2014-03-07 14:19:56 +09:00
autocorrection_threshold_utils.h Remove unused methods. 2013-06-11 17:04:40 +09:00
byte_array_view.h Use ReadOnlyByteArrayView in PatriciaTriePolicy. 2014-09-17 21:38:46 +09:00
char_utils.cpp Fix the base character of D with stroke 2014-11-19 17:26:00 +09:00
char_utils.h Support ngram entry migration. 2014-10-22 11:31:16 +09:00
int_array_view.h Implement IntArrayView::split for dicttoolkit. 2014-11-11 15:06:48 +09:00
jni_data_utils.cpp Filter out control characters and non-unicode code points. 2014-05-14 20:05:10 +09:00
jni_data_utils.h Use trigrams for personalization dict. 2014-10-23 14:32:45 +09:00
log_utils.cpp Fix offdevice compilation 2013-07-02 15:19:16 +09:00
log_utils.h Fix offdevice compilation 2013-07-02 15:19:16 +09:00
ngram_utils.h Enable Quadgram for personalized dicts. 2014-11-25 19:07:13 +09:00
profiler.h Make profiler use getTimeInMicroSec(). 2014-11-11 01:38:49 +09:00
time_keeper.cpp Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
time_keeper.h Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00