[osm] Use much lower probability of ISO country codes

This commit is contained in:
Al
2016-07-29 11:41:39 -04:00
parent 9dc52ea3c4
commit 09b16d954f

View File

@@ -115,6 +115,6 @@ country:
# When the user-specified country is an ISO code, remove it from the components with this probability (fall back on geocoded components) # When the user-specified country is an ISO code, remove it from the components with this probability (fall back on geocoded components)
remove_iso_code_probability: 0.1 remove_iso_code_probability: 0.1
cldr: cldr:
localized_name_probability: 0.7 localized_name_probability: 0.97
iso_alpha_2_code_probability: 0.2 iso_alpha_2_code_probability: 0.02
iso_alpha_3_code_probability: 0.1 iso_alpha_3_code_probability: 0.01