aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-05-15 10:58:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-15 10:58:55 -0700
commit96d5e291663558b302a2ae2c50afffa5f5caf8d2 (patch)
treef4b09bcfeebc3ed9916a88e8a6c8f8f200e9a152 /java/res
parent7710c9d59f00459e52d5ada3db40c4e563e3c1ba (diff)
parent6448f749154a723b85d4309a37ad8fda2e1434e3 (diff)
downloadlatinime-96d5e291663558b302a2ae2c50afffa5f5caf8d2.tar.gz
latinime-96d5e291663558b302a2ae2c50afffa5f5caf8d2.tar.xz
latinime-96d5e291663558b302a2ae2c50afffa5f5caf8d2.zip
am 6448f749: am b35aa487: Merge "Make aggressive threshold really aggressive"
* commit '6448f749154a723b85d4309a37ad8fda2e1434e3': Make aggressive threshold really aggressive
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/config.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index 4e2936c5c..f2e76bd29 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -111,8 +111,9 @@
<!-- Aggressive -->
<item>0.067</item>
<!-- Very Aggressive : Suggestion whose normalized score is greater than this value
- will be subject to auto-correction. -->
- <item>0</item>
+ will be subject to auto-correction. "floatNegativeInfinity" is a special marker
+ string for Float.NEGATIVE_INFINITY -->
+ <item>floatNegativeInfinity</item>
</string-array>
<!-- Threshold of the normalized score of the best suggestion for the spell checker to declare
a word to be "recommended" -->