diff options
author | 2012-05-17 03:31:15 -0700 | |
---|---|---|
committer | 2012-05-17 03:31:15 -0700 | |
commit | 7557d3c6f3e7669fa213dbabda0f399e496b56b7 (patch) | |
tree | 4f7bb7ab7fbfced00029037e2961827b1c80f2a5 /java | |
parent | e7c7852cbf2c72dcac969d4aa88700ee2ea7e3b3 (diff) | |
parent | bc77adefbb0305c5ec0e41ab01e3a085c47c21eb (diff) | |
download | latinime-7557d3c6f3e7669fa213dbabda0f399e496b56b7.tar.gz latinime-7557d3c6f3e7669fa213dbabda0f399e496b56b7.tar.xz latinime-7557d3c6f3e7669fa213dbabda0f399e496b56b7.zip |
am bc77adef: Merge "Return the bigram frequency if available." into jb-dev
* commit 'bc77adefbb0305c5ec0e41ab01e3a085c47c21eb':
Return the bigram frequency if available.
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> |