[places] Adding country_region to places config, increasing importance of county in England outside of London, increasing importance of city globally

This commit is contained in:
Al
2016-07-25 15:09:37 -04:00
parent 4b67cf79f4
commit 6a8209dc98

View File

@@ -10,7 +10,7 @@ global:
city_district: city_district:
probability: 0.2 probability: 0.2
city: city:
probability: 0.85 probability: 0.9
island: island:
# Islands are usually not represented in addresses # Islands are usually not represented in addresses
probability: 0.0 probability: 0.0
@@ -18,6 +18,8 @@ global:
probability: 0.05 probability: 0.05
state: state:
probability: 0.1 probability: 0.1
country_region:
probability: 0.05
country: country:
probability: 0.6 probability: 0.6
@@ -43,6 +45,8 @@ countries:
# United Kingdom # United Kingdom
gb: gb:
components: components:
state_district:
probability: 0.15
suburb: suburb:
probability: 0.5 probability: 0.5