LatinIME/native/jni/src
Keisuke Kuroyanagi 806eba4524 Improve gesture input scoring method 1.
Calculate probabilities for each points in advance.
It enables to input not in the dictionary word.

Change-Id: I8d84642045dc3b8ad49719d9b70dda14457995cd
2012-10-09 19:58:20 +09:00
..
gesture Address warnings by -Weffc++ 2012-08-24 23:50:39 +09:00
additional_proximity_chars.cpp Stop using STL string in additional_proximity_chars 2012-08-09 22:28:57 +09:00
additional_proximity_chars.h Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedLikeness(). 2012-09-04 14:23:37 +09:00
basechars.cpp Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedLikeness(). 2012-09-04 14:23:37 +09:00
bigram_dictionary.cpp Fix variable type 2012-09-04 20:29:38 +09:00
bigram_dictionary.h Small cleanups 2012-08-17 13:06:28 +09:00
binary_format.h Fix one-off bugs reported by Valgrind 2012-09-06 20:37:55 +09:00
bloom_filter.h Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedLikeness(). 2012-09-04 14:23:37 +09:00
char_utils.cpp Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. 2012-10-09 11:17:50 +09:00
char_utils.h Cleanups in LatinIME native source code 2012-09-27 19:23:38 +09:00
correction.cpp Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. 2012-10-09 11:17:50 +09:00
correction.h Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. 2012-10-09 11:17:50 +09:00
correction_state.h Cosmetic fixes and style fixes 2012-07-25 18:56:51 +09:00
defines.h Improve gesture input scoring method 1. 2012-10-09 19:58:20 +09:00
dic_traverse_wrapper.cpp Step 30-A Constize gesture 2012-08-15 17:21:53 +09:00
dic_traverse_wrapper.h Step 30-A Constize gesture 2012-08-15 17:21:53 +09:00
dictionary.cpp Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. 2012-10-09 11:17:50 +09:00
dictionary.h Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. 2012-10-09 11:17:50 +09:00
geometry_utils.h Improve gesture input scoring method 1. 2012-10-09 19:58:20 +09:00
hash_map_compat.h Try using hash_map 2012-08-26 18:39:15 +09:00
proximity_info.cpp Make gestures work correctly on keyboards with accented keys 2012-09-25 19:36:44 -07:00
proximity_info.h Cleanups in LatinIME native source code 2012-09-27 19:23:38 +09:00
proximity_info_state.cpp Improve gesture input scoring method 1. 2012-10-09 19:58:20 +09:00
proximity_info_state.h Improve gesture input scoring method 1. 2012-10-09 19:58:20 +09:00
terminal_attributes.h Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedLikeness(). 2012-09-04 14:23:37 +09:00
unigram_dictionary.cpp Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. 2012-10-09 11:17:50 +09:00
unigram_dictionary.h Make use of the NELEMS and KEYCODE_SPACE macro. Also, remove an unused parameter. 2012-10-09 11:17:50 +09:00
words_priority_queue.h Address warnings by -Weffc++ 2012-08-24 23:50:39 +09:00
words_priority_queue_pool.h Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedLikeness(). 2012-09-04 14:23:37 +09:00