You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import addressnet.predict as address_lib
print(address_lib.predict_one("Jubilee Street Newport,VIC,3015,AU")["locality_name"])
>NEWPORTU # Should be NEWPORT
print(address_lib.predict_one("Jubilee Street Newport,VIC,3015")["locality_name"])
>NEWPORT # Correct
The text was updated successfully, but these errors were encountered:
python 3.5.2
The text was updated successfully, but these errors were encountered: