From 6a8209dc9851be48a3bd93784feb9751a45dbb1d Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 25 Jul 2016 15:09:37 -0400 Subject: [PATCH] [places] Adding country_region to places config, increasing importance of county in England outside of London, increasing importance of city globally --- resources/places/countries/global.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/places/countries/global.yaml b/resources/places/countries/global.yaml index 2327fea2..041b745e 100644 --- a/resources/places/countries/global.yaml +++ b/resources/places/countries/global.yaml @@ -10,7 +10,7 @@ global: city_district: probability: 0.2 city: - probability: 0.85 + probability: 0.9 island: # Islands are usually not represented in addresses probability: 0.0 @@ -18,6 +18,8 @@ global: probability: 0.05 state: probability: 0.1 + country_region: + probability: 0.05 country: probability: 0.6 @@ -43,6 +45,8 @@ countries: # United Kingdom gb: components: + state_district: + probability: 0.15 suburb: probability: 0.5