[fix] Actually better to remove country and state from rare components and let them use the standard dropout probabilities

This commit is contained in:
Al
2016-01-22 04:00:45 -05:00
parent a6cc3d0114
commit 261beffa36

View File

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