- a6f2fcd Fix a bug for calculating the edit distance by satok · 14 years ago
- 0ada663 remove unnecessary condition check. by Yusuke Nojima · 14 years ago
- 7adf2cd Combine proximity and corrections by satok · 14 years ago
- 10266c0 Combine the skipped and transposed correction by satok · 14 years ago
- 6d78302 Fix last excessive char correction handling by satok · 14 years ago
- b9d09e7 Refactor correction.cpp by satok · 14 years ago
- 9db2097 Do the transposed correction and the excessive correction by one loop by satok · 14 years ago
- bcac0e9 Improve fat finger correction. by satok · 14 years ago
- 0cedd2b Combilne normal correction and skip correction by satok · 14 years ago
- 466ed22 Removed matchedChar count by satok · 14 years ago
- f3948c1 Calculate the skip correction by one loop by satok · 14 years ago
- 635f68e Improve skip correction algorithm by satok · 14 years ago
- 208268d Add correction state. by satok · 14 years ago
- cfca3c6 Refactor CorrectionState to Correction by satok · 14 years ago
- 985312e Refactor the correction algorithm related to missing character correction by satok · 15 years ago
- 8876b75 Move scoring part to the correction state by satok · 15 years ago
- f071e75 Change the prune condition by satok · 15 years ago
- 4e4e74e Move the input index and output index to correction state by satok · 15 years ago
- 0f6c8e8 Move code related to ranking algorithm to correction_state.cpp by satok · 15 years ago
- 588e2f2 Add bigram lookup implementation. by Jean Chalard · 15 years ago
- 612c6e4 Move code related to ranking algorithm to the correction state by satok · 15 years ago
- db2c091 Remove old dictionary format code by satok · 15 years ago
- 2df3060 Add correction state by satok · 15 years ago
- 6a0e964 Small native refactoring. by Jean Chalard · 15 years ago
- 848b69a Some refactoring by Jean Chalard · 15 years ago
- 999ba61 Some native cleanup by Jean Chalard · 15 years ago
- f0a9809 Check the binary dictionary magic number by Jean Chalard · 15 years ago
- d24df43 (Step2)Move functions related to proximity to proximity_info.cpp by satok · 15 years ago
- 46f2d44 Merge "(Step 1) Move proximity related parameters from unigram_dictionary to proximity_info" by satok · 15 years ago
- 1d7eaf8 (Step 1) Move proximity related parameters from unigram_dictionary to proximity_info by satok · 15 years ago
- b2ba413 Merge "Activate the implementation for the new dictionary format." by Jean Chalard · 15 years ago
- 827ced8 Separate logging definitions in C by satok · 15 years ago
- 787945b Fix build for profiling by satok · 15 years ago
- cba9e23 Activate the implementation for the new dictionary format. by Jean Chalard · 15 years ago
- 3e41c07 Merge "Add a flag for a profiling" by satok · 15 years ago
- 20d9fda Add a flag for a profiling by satok · 15 years ago
- 0adf7ae Merge "New dict format, step 7" by Jean Chalard · 15 years ago
- 1059f27 New dict format, step 7 by Jean Chalard · 15 years ago
- ce9efbf Compile code used in logging conditionally so that gcc does not complain by Doug Kwan · 15 years ago
- bb15e77 Move a function to make next commit more readable by Jean Chalard · 15 years ago
- e6715e3 Move a function out of a #endif to reduce a future commit by Jean Chalard · 15 years ago
- 0584f02 Rename parameters for future change by Jean Chalard · 15 years ago
- 432789a Internal cleanup by Jean Chalard · 15 years ago
- ffefdb6 Cleanup. by Jean Chalard · 15 years ago
- 980d6b6 Internal cleanup. by Jean Chalard · 15 years ago
- 594a9a1 Internal cleanup. by Jean Chalard · 15 years ago
- 85a1d1e New dict format, step 6 by Jean Chalard · 15 years ago
- bc90c72 New dict format, step 5 by Jean Chalard · 15 years ago
- ce9e52a Clean up in LatinIME native code by Ken Wakasa · 15 years ago
- 23eb0fa Merge "New dict format, step 4" by Jean Chalard · 15 years ago
- ca5ef28 New dict format, step 4 by Jean Chalard · 15 years ago
- 4fd9650 New dict format, step 3 - followup by Jean Chalard · 15 years ago
- 581335c Fix a bug where bigram search would never return by Jean Chalard · 15 years ago
- 17e44a7 New dict format, step 3 by Jean Chalard · 15 years ago
- 8124e64 New dict format, step 2 by Jean Chalard · 15 years ago
- 293ece0 New dict format, step 1 by Jean Chalard · 15 years ago
- e93b1f22 Allow reading a binary dictionary even without proximity info. by Jean Chalard · 15 years ago
- 99c908a Tweak the demotion rate for the mistyped space correction by satok · 15 years ago
- bb68d80 Tweak the demotion rate of mistyped space correction by satok · 15 years ago
- d8db9f8 Fix a bug on the calculation of the freq on the mistyped space error correction by satok · 15 years ago
- 0b6b0a5 Enable fast power by satok · 15 years ago
- b2e5e59 Handle overflow properly in multiplyRate by satok · 15 years ago
- 9674f65 Fix a bug that 2 length words were demoted. by satok · 15 years ago
- 6354634 Merge "Promote a word with a missing space because the formula was changed by Ifa4338c5f4" by satok · 15 years ago
- cbc66e0 Promote a word with a missing space because the formula was changed by Ifa4338c5f4 by satok · 15 years ago
- 4c981d3 Demote a word with mistyped space and missing space according to the length of each word by satok · 15 years ago
- a4374d2 Promote the correction of words with a missing space character by satok · 15 years ago
- 9d2a302 Promote a word with a proximity character by satok · 15 years ago
- 72bc17e Promote a word with only one proximity character. by satok · 15 years ago
- dc5301e Change the formula of the missing character. by satok · 15 years ago
- de3070a Add -Werror flag to catch more warnings and errors by Ken Wakasa · 15 years ago
- e07f93d Merge "Tweak the demotion rate for a word with missing letter" into honeycomb-mr1 by satok · 15 years ago
- 0bddb2f Tweak the demotion rate for a word with missing letter by satok · 15 years ago
- 1df8c82 Fix a bug that a word with only one missing word is not promoted by satok · 15 years ago
- 3c4bb77 A bug fix for the mistyped space algorithm by satok · 15 years ago
- eaecb56 Merge "Demote skipped characters matched words with respect to length." into honeycomb-mr1 by Jean Chalard · 15 years ago
- 817e517 Add the suggestion algorithm of words with space proximity by satok · 15 years ago
- 07a8406 Demote skipped characters matched words with respect to length. by Jean Chalard · 15 years ago
- a787dba Fix a bug with umlaut processing. by Jean Chalard · 15 years ago
- c2bbc6a Use translation of fallback umlauts digraphs for German. by Jean Chalard · 15 years ago
- 8fbd552 Add proximity info to native by satok · 15 years ago
- f5f834a Rename variables with obscure names. by Jean Chalard · 15 years ago
- a5d5849 Force autocorrection of matching words with different accents. by Jean Chalard · 15 years ago
- 887f11e Remove next letters frequency handling by Tadashi G. Takaoka · 15 years ago
- 8dc754a Promote full matches with differing accents. by Jean Chalard · 15 years ago
- fd16f1d Handle the last char correctly in excessive char correction algortihm. by satok · 15 years ago
- 58c49b9 Fix auto-correction threshold and promote full matched words by satok · 15 years ago
- da50e1e Fixes in close() in BinaryDictionary. by Ken Wakasa · 15 years ago
- 90d9661 Clean up: Update variable names to comply with spec of ApplicationInfo. by Ken Wakasa · 15 years ago
- e90b333 Load main dic in native by Ken Wakasa · 15 years ago
- f7425bb Supress overflow at mulitplying demotion rate by satok · 15 years ago
- 61e2f85 Add profiler for native dictionary code by satok · 15 years ago
- 458249e Consolidate main dictionary files. by Ken Wakasa · 15 years ago
- 2912c65 Manual merge from gingerbread-plus-aosp by Jean-Baptiste Queru · 15 years ago
- 1dea9bd Don't use stale NDK libraries for IA by Bruce Beare · 15 years ago
- 54fe9e0 Suggest words with excessive chars out of proximity chars Bug: 3273807 by satok · 15 years ago
- a3d78f6 Suggest words with transposed chars by satok · 15 years ago
- e07baa6 Limit the suggestions with an excessive character by filtering proximity characters by satok · 15 years ago
- aee09dc Fix a bug that We can't suggest words with missing space if one of the words starts with a capitalized character. by satok · 15 years ago
- 662fe69 Suggest words with missing space by satok · 15 years ago