-
When I run batch_geoparse on a short list of strings, I get 0s for all country_conf values and no 'geo' keys/values.
```
from mordecai import Geoparser
geo = Geoparser()
ss=["I traveled from Oxf…
-
Hi,
The following code from the first section of the tutorials is broken on my machine. I'm running Anaconda Python 3.6 on windows 10.
```
import GEOparse
gse = GEOparse.get_GEO(filepath="./…
-
I cannot get mordecai working on my Windows 10 machine. I have followed the instructions [on the Github page](https://github.com/openeventdata/mordecai#installation-and-requirements') but I seem to h…
-
Mordecai is too slow to use right now for a corpus of ~70 million documents. Based on my testing, it seems that the Elasticsearch queries are responsible for the great majority of time, with the model…
-
The docs mention there is a
`GEOparse.logger.set_verbosity('ERROR')`
however, this causes:
`
AttributeError: 'Logger' object has no attribute 'set_verbosity'
`
This can be side-stepped wi…
-
When I download GSM supplementary files by:
```
gsm = cast(GSM, GEOparse.get_GEO("GSM1944823", destdir="/tmp"))
files = gsm.download_supplementary_files("/tmp", False, "antonkulaga@gmail.com")
```…
-
GEOparse hangs for me quite a lot, particularly on slow connections. I think this is because there are no timeout values set.
-
Now that you've got https://github.com/guma44/GEOparse/issues/45 sorted, it'd be great if you could publish an updated package version!
-
### Context
https://github.com/AlexsLemonade/refinebio/pull/386 will move processed files to S3 and cleans up the raw files that were direct inputs to the process. However if we download any supple…
-
All spans returned by Mordecai begin at 0, which is incorrect. E.g.
```
geo.geoparse("""The state of North Rhine-Westphalia ranks first in population among
German states for both Roman Catholics…