[fix] Actually better to remove country and state from rare components and let them use the standard dropout probabilities
This commit is contained in:
@@ -529,8 +529,6 @@ class OSMAddressFormatter(object):
|
|||||||
AddressFormatter.SUBURB,
|
AddressFormatter.SUBURB,
|
||||||
AddressFormatter.CITY_DISTRICT,
|
AddressFormatter.CITY_DISTRICT,
|
||||||
AddressFormatter.STATE_DISTRICT,
|
AddressFormatter.STATE_DISTRICT,
|
||||||
AddressFormatter.STATE,
|
|
||||||
AddressFormatter.COUNTRY
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, admin_rtree, language_rtree, neighborhoods_rtree, quattroshapes_rtree, geonames, splitter=None):
|
def __init__(self, admin_rtree, language_rtree, neighborhoods_rtree, quattroshapes_rtree, geonames, splitter=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user