diff options
author | 2012-02-01 15:07:23 +0900 | |
---|---|---|
committer | 2012-04-18 16:08:49 +0900 | |
commit | b5365eb8f04f7563c9348c5fc573604ef12306b0 (patch) | |
tree | e987c73410705636ddd26dfc4dbb7d3dfd169782 /java/res/values-en | |
parent | bde232dcaa9d70b572499f47134086810b4de41d (diff) | |
download | latinime-b5365eb8f04f7563c9348c5fc573604ef12306b0.tar.gz latinime-b5365eb8f04f7563c9348c5fc573604ef12306b0.tar.xz latinime-b5365eb8f04f7563c9348c5fc573604ef12306b0.zip |
Add interesting corrections to the whitelist
Bug: 6096906
Change-Id: I3b8da88c1547fb94a67a280b60c604041c92e65b
Diffstat (limited to 'java/res/values-en')
-rw-r--r-- | java/res/values-en/whitelist.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/java/res/values-en/whitelist.xml b/java/res/values-en/whitelist.xml index fd79999bf..8123e302e 100644 --- a/java/res/values-en/whitelist.xml +++ b/java/res/values-en/whitelist.xml @@ -310,6 +310,14 @@ <item>help</item> <item>255</item> + <item>hoe</item> + <item>how</item> + + <item>255</item> + <item>hoes</item> + <item>how's</item> + + <item>255</item> <item>howd</item> <item>how\'d</item> @@ -402,6 +410,10 @@ <item>ma\'am</item> <item>255</item> + <item>mire</item> + <item>more</item> + + <item>255</item> <item>mkae</item> <item>make</item> @@ -446,6 +458,10 @@ <item>one of</item> <item>255</item> + <item>os</item> + <item>is</item> + + <item>255</item> <item>otehr</item> <item>other</item> @@ -522,6 +538,10 @@ <item>should\'ve</item> <item>255</item> + <item>sone</item> + <item>some</item> + + <item>255</item> <item>sunday</item> <item>Sunday</item> @@ -586,6 +606,10 @@ <item>Thursday</item> <item>255</item> + <item>tine</item> + <item>time</item> + + <item>255</item> <item>tothe</item> <item>to the</item> @@ -593,6 +617,20 @@ <item>tuesday</item> <item>Tuesday</item> + <!-- through additional proximity, 'uf' becomes 'of'. 'o' is not next to 'u' so anyone + typing 'uf' probably meant 'if', but 'of' is much more common and should be left + higher than 'if', hence the need for this entry. --> + <item>255</item> + <item>uf</item> + <item>if</item> + + <!-- 'un' becomes 'UN' because of perfect match ; even if we remove 'UN', then 'un' + will become 'on' for the same reason as above. So list this here. --> + <item>255</item> + <item>un</item> + <item>in</item> + + <!-- does it really make any sense to have the following here? --> <item>255</item> <item>UnitedStates</item> <item>United States</item> |