From 261beffa36020b149aadccd529f23a07cffa0119 Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 22 Jan 2016 04:00:45 -0500 Subject: [PATCH] [fix] Actually better to remove country and state from rare components and let them use the standard dropout probabilities --- scripts/geodata/osm/osm_address_training_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/geodata/osm/osm_address_training_data.py b/scripts/geodata/osm/osm_address_training_data.py index 2b31d1dc..46c379e3 100644 --- a/scripts/geodata/osm/osm_address_training_data.py +++ b/scripts/geodata/osm/osm_address_training_data.py @@ -529,8 +529,6 @@ class OSMAddressFormatter(object): AddressFormatter.SUBURB, AddressFormatter.CITY_DISTRICT, AddressFormatter.STATE_DISTRICT, - AddressFormatter.STATE, - AddressFormatter.COUNTRY } def __init__(self, admin_rtree, language_rtree, neighborhoods_rtree, quattroshapes_rtree, geonames, splitter=None):