[countries] use ISO 3166 country name 5% of the time for general addresses, 10% of the time for OpenAddresses. Gives the parser examples of names like "Korea, Republic of" in #168
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
global:
|
||||
cldr_country_probability: 0.5
|
||||
localized_name_probability: 0.7
|
||||
localized_name_probability: 0.6
|
||||
iso_alpha_2_code_probability: 0.2
|
||||
iso_alpha_3_code_probability: 0.1
|
||||
iso_3166_name_probability: 0.1
|
||||
|
||||
abbreviate_street_probability: 0.3
|
||||
separate_street_probability: 0.2
|
||||
|
||||
@@ -139,6 +139,7 @@ country:
|
||||
# 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
|
||||
cldr:
|
||||
localized_name_probability: 0.97
|
||||
localized_name_probability: 0.92
|
||||
iso_alpha_2_code_probability: 0.02
|
||||
iso_alpha_3_code_probability: 0.01
|
||||
iso_3166_name_probability: 0.05
|
||||
|
||||
Reference in New Issue
Block a user