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 geodict_lib
lis = ["I live in India with love", "DACH and the Netherlands Klarna Checkout purchases, Nordics Klarna Checkout purchases, and Klarna Checkout for In-App Purchases"]
for li in lis:
print geodict_lib.find_locations_in_text(li)
I tried with the above code, but for for the text, it shows INDIA as country instead of Netherlands in the second element of the text.
Thanks,
Viswesh M
The text was updated successfully, but these errors were encountered:
Hi
import geodict_lib
lis = ["I live in India with love", "DACH and the Netherlands Klarna Checkout purchases, Nordics Klarna Checkout purchases, and Klarna Checkout for In-App Purchases"]
for li in lis:
print geodict_lib.find_locations_in_text(li)
I tried with the above code, but for for the text, it shows INDIA as country instead of Netherlands in the second element of the text.
Thanks,
Viswesh M
The text was updated successfully, but these errors were encountered: