Johannes Heinecke

Results 8 issues of Johannes Heinecke

`./start.sh` runs into a problem when downloading `http:/139.18.2.164/mroeder/gerbil/dbpedia_index.zip`: ``` curl: (60) SSL certificate problem: unable to get local issuer certificate ``` The same happens for `http:/139.18.2.164/mroeder/gerbil/dbpedia_check_index.zip`

I stumbled across a problem: ``` p = wptools.page("Arabic") gq = p.get_query() ``` which crashes due to a continue problem: ``` en.wikipedia.org (query) Arabic en.wikipedia.org (query) Arabic (&plcontinue=803|0|Kanuri_language) en.wikipedia.org (query)...

Hi is it possible to retrieve a non-directed page? In contrast to the doc, ``` import wptools wptools.page('Gandhi') ``` returns the redirection to `Mahatma Gandhi` and not the redirection page...

I found an (possible) issue with doubled instances (e.g. twice `n / name` instead a simple `n` in the second case) in a penman notation. Parsing the following graph with...

enhancement

Hi, I've stumbled on a strange problem reading the files downloaded with `gsutil -m cp -R gs://natural_questions/v1.0 `. I try to find the answers using the `start_byte` and `end_byte` positions...

I tried to install Anek Tamil on Ubuntu, but even though it appears in `.local/share/fonts/Unknown Vendor/TrueType/Anek Tamil` it is not shown by `fc-list` (all the other Anek fonts install well...

Hi, came across an invalid penman aMR graph (created by a badly trained parser) ``` (b / bear-02 :tense Past :ARG1 (p / person :name (n / name :op2 "))...

AMR files usually start with an id and the sentence before the actual PENMAN graph comes ``` # ::id any-ID-001.1 # ::snt the cat is sleeping # ::save-date Sat Jul...