[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:
Al
2017-03-25 19:41:59 -04:00
parent ecfa6855e7
commit 81c59e116a
5 changed files with 21 additions and 9 deletions

View File

@@ -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