openeventdata / mordecai

Full text geoparsing as a Python library
MIT License
742 stars 97 forks source link

batch_geoparse returns no country prediction information #65

Closed edwardcqian closed 5 years ago

edwardcqian commented 5 years ago

Similar result as #62. When batch_geoparse is ran it will return empty country prediction information.

However, if any geoparse is run before running batch_geoparse, batch_geoparse will behaviour as expected.

ahalterman commented 5 years ago

Thanks for the report and the info that running without batch first fixes it. I’ll take a look.

On Feb 12, 2019, at 11:43 AM, Edward Qian notifications@github.com wrote:

Similar result as #62. When batch_geoparse is ran it will return empty country prediction information.

However, if any geoparse is run before running batch_geoparse, batch_geoparse will behaviour as expected.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

ahalterman commented 5 years ago

I can't replicate the issue using the latest version (2.0.3). Let me know if the issue persists after upgrading.