[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
|
||||
|
||||
Reference in New Issue
Block a user