Felix Hamborg
Felix Hamborg
okay will need to look into this. not sure if related to this issue, but there are quite some warning and errors regarding both your env as well as the...
added it :)
Good finding. Generally, we should avoid using any OS specific commands, such as del or rm, and use only Python code, such as os.remove.
Can you confirm date extraction works for you on the following URL? https://www.rt.com/news/203203-ukraine-russia-troops-border (also refer to https://github.com/fhamborg/news-please/blob/master/newsplease/examples/sample.json)
thanks for your mail and the issue report - i just read this issue after getting your mail. could you let me know, what issues were you facing that made...
I understand your comments. In general, I want to keep our repos as lean as possible, i.e., so that they focus on only the core functionality (which here is the...
it seems that when using anaconda or jupyter notebook there are issue with file access (also see #29 )
no, the issue at hand is that Giveme5W1H is about to create the file `Nominatim.prickle` but can't, and hence has no writing permission at that location (`/usr/local/lib/python3.6/site-packages/Giveme5W1H/examples/caches/`). which is because...
@abhimanyuNitSri how exactly did you install Giveme5W1H?
Interesting. Could you execute the commands that are failing manually, i.e., from a shell, and post the output here? ``` mkdir runtime-resources cd runtime-resources wget http://nlp.stanford.edu/software/stanford-corenlp-full-2017-06-09.zip unzip stanford-corenlp-full-2017-06-09.zip rm stanford-corenlp-full-2017-06-09.zip...