diff options
author | 2013-04-24 02:16:46 -0700 | |
---|---|---|
committer | 2013-04-24 02:16:46 -0700 | |
commit | 6448f749154a723b85d4309a37ad8fda2e1434e3 (patch) | |
tree | 6f02f8e11a46467e1041c65eeac16efac52a6ec9 /java/res | |
parent | ceb3f293f010ae75ed5d3d3715a2807537e8b614 (diff) | |
parent | b35aa487fd7241322d53079bc1c477b2e18dc055 (diff) | |
download | latinime-6448f749154a723b85d4309a37ad8fda2e1434e3.tar.gz latinime-6448f749154a723b85d4309a37ad8fda2e1434e3.tar.xz latinime-6448f749154a723b85d4309a37ad8fda2e1434e3.zip |
am b35aa487: Merge "Make aggressive threshold really aggressive"
* commit 'b35aa487fd7241322d53079bc1c477b2e18dc055':
Make aggressive threshold really aggressive
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/config.xml | 5 |
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" --> |