[osm] Use much lower probability of ISO country codes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user