diff options
author | 2012-05-15 19:24:47 +0900 | |
---|---|---|
committer | 2012-05-16 21:14:06 +0900 | |
commit | 9416c814035c65f26ae50c6555de8be84db9860d (patch) | |
tree | dfdb8c0f133f536e9e761951dbfbd9532b9571cd /java | |
parent | cfbb9d76e9441db87828d71206dd9f1e43bfa188 (diff) | |
download | latinime-9416c814035c65f26ae50c6555de8be84db9860d.tar.gz latinime-9416c814035c65f26ae50c6555de8be84db9860d.tar.xz latinime-9416c814035c65f26ae50c6555de8be84db9860d.zip |
Return the bigram frequency if available.
This concludes the work on bug#6313806.
Don't submit it before the dictionaries are suitably amended.
Bug: 6313806
Change-Id: Icfea45bd52bb9d8cc68ba2266f80640e3942bb7f
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 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> |