mordecai icon indicating copy to clipboard operation
mordecai copied to clipboard

Full text geoparsing as a Python library

Results 29 mordecai issues
Sort by recently updated
recently updated
newest added

Hi, I am having issues with running Mordecai Geoparser() on my windows machine and am wondering if it could run in google colab environment? Thanks, Saydeh

Hello After downloading geonames_index, I run this command as stated in the instruction: docker run -d -p 127.0.0.1:9200:9200 -v $(pwd)/geonames_index/:/usr/share/elasticsearch/data elasticsearch:5.5.2 Then I run location.py which include 3 lines of...

Elastisearch 5.5.2 isn't compatible with M1, however the latest version 7.10.2 works. Is it possible to get things working with this veriosn?

v3

Hey mordecai devs, thanks for putting together a great tool! I'm trying to get to the bottom of what `country_conf` actually is... I'm pretty sure this is not coming from...

`geo.geoparse("Long Beach, CA To: Fresno, CA FTL non-hazmat")` returns ``` [{'word': 'Long Beach', 'spans': [{'start': 0, 'end': 10}], 'country_predicted': 'AUS', 'country_conf': 0.9048774, 'geo': {'admin1': 'New South Wales', 'lat': '-35.70833', 'lon':...

Hello! I was working through the installation steps when I ran into a problem with `geo = Geoparser()`. It isn't able to establish a connection with elasticsearch, though Docker Desktop...

Updated the infer_country method to reduce the computational complexity and therefore improve the performance, this was also identified in https://github.com/openeventdata/mordecai/issues/84

Hi, updating mordecai to 2.1.0 and dependencies: tensorflow to 2.3.0 spacy to 2.3.2 keras to 2.4.3 Our geocoding processing now is much slower as we've started to observe lots of...

v3

I see that the SpaCy version is constrained to

v3

I'm using Mordecai with the `cities500.zip` dump of the geonames database. This makes `check_geonames_date` crash, because MIT is not part of this subset. Would it be possible to use a...