Spaces:
Runtime error
Runtime error
Commit
·
a9d1760
1
Parent(s):
a6a98f4
Update countriesIdentification.py
Browse files
countriesIdentification.py
CHANGED
@@ -705,5 +705,5 @@ def identify_locations(sentence):
|
|
705 |
return (0, "LOCATION", "no_country")
|
706 |
|
707 |
except:
|
708 |
-
# handle the exception if any errors occur while
|
709 |
return (0, "LOCATION", "unknown_error")
|
|
|
705 |
return (0, "LOCATION", "no_country")
|
706 |
|
707 |
except:
|
708 |
+
# handle the exception if any errors occur while identifying a country/city
|
709 |
return (0, "LOCATION", "unknown_error")
|