aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-05-01 02:33:29 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-01 02:33:29 -0700
commit3ac40c6ae4c6288fec50ed09549cb7a39c816ee0 (patch)
treea236ed5f9382359766f9c7cdbf65d4d4935b1d6d /java/res
parent6191026ce4e4cc756f47135223f58318d35d3143 (diff)
parent1641a4a4576e73bbf0218178c885f448d669b472 (diff)
downloadlatinime-3ac40c6ae4c6288fec50ed09549cb7a39c816ee0.tar.gz
latinime-3ac40c6ae4c6288fec50ed09549cb7a39c816ee0.tar.xz
latinime-3ac40c6ae4c6288fec50ed09549cb7a39c816ee0.zip
am 1641a4a4: Merge "Fix Google spell checker tests"
* commit '1641a4a4576e73bbf0218178c885f448d669b472': Fix Google spell checker tests
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index 5b11e0711..33e6a868c 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -119,9 +119,6 @@
<!-- Threshold of the normalized score of the best suggestion for the spell checker to declare
a word to be "recommended" -->
<string name="spellchecker_recommended_threshold_value" translatable="false">0.11</string>
- <!-- Threshold of the normalized score of any dictionary lookup to be offered as a suggestion
- by the spell checker -->
- <string name="spellchecker_suggestion_threshold_value" translatable="false">0.03</string>
<!-- Screen metrics for logging.
0 = "mdpi phone screen"
1 = "hdpi phone screen"