diff options
author | 2012-05-17 03:15:40 -0700 | |
---|---|---|
committer | 2012-05-17 03:15:40 -0700 | |
commit | bc77adefbb0305c5ec0e41ab01e3a085c47c21eb (patch) | |
tree | 27b2977bfb52cdfcb160cb03ee4fb96b5954b5e8 /java | |
parent | 5748a7ce86631eaff417828984d25eec7dd63c08 (diff) | |
parent | 9416c814035c65f26ae50c6555de8be84db9860d (diff) | |
download | latinime-bc77adefbb0305c5ec0e41ab01e3a085c47c21eb.tar.gz latinime-bc77adefbb0305c5ec0e41ab01e3a085c47c21eb.tar.xz latinime-bc77adefbb0305c5ec0e41ab01e3a085c47c21eb.zip |
Merge "Return the bigram frequency if available." into jb-dev
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml index 21010b3c2..d5268ea5f 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -74,9 +74,9 @@ <item></item> <!-- Modest : Suggestion whose normalized score is greater than this value will be subject to auto-correction. --> - <item>0.22</item> + <item>0.185</item> <!-- Aggressive --> - <item>0.08</item> + <item>0.067</item> <!-- Very Aggressive : Suggestion whose normalized score is greater than this value will be subject to auto-correction. --> <item>0</item> |