aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-05-21 11:52:23 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-21 11:52:23 -0700
commit239401745b6d032bddd3b7662cc22d7daf81bced (patch)
tree1177303128f4cd7a05a247ae000afc7047328326 /java
parent2164e19c4a5a627938140719196dc934566a2d20 (diff)
parent7557d3c6f3e7669fa213dbabda0f399e496b56b7 (diff)
downloadlatinime-239401745b6d032bddd3b7662cc22d7daf81bced.tar.gz
latinime-239401745b6d032bddd3b7662cc22d7daf81bced.tar.xz
latinime-239401745b6d032bddd3b7662cc22d7daf81bced.zip
am 7557d3c6: am bc77adef: Merge "Return the bigram frequency if available." into jb-dev
* commit '7557d3c6f3e7669fa213dbabda0f399e496b56b7': Return the bigram frequency if available.
Diffstat (limited to 'java')
-rw-r--r--java/res/values/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index a6fd22ee1..e20061d7d 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -75,9 +75,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>