PolMine / GermaParl

GermaParl R Data Package
12 stars 3 forks source link

GermaParl Download #18

Closed peterssilie closed 3 years ago

peterssilie commented 4 years ago

Hello there, i hope by any chance that somebody could help me and some fellow students with and issue regarding GermaParl.

After downloading GermaParl is not avaible. With the code provided from the main PolMine page the output is: Fehler in cwb_dirs[["corpus_dir"]] : Indizierung außerhalb der Grenzen With the code from the issue section here (#16 from 31 Mar) it downloads it but the output is, that it will still activate the GermaParlMini corpus. In the most cases it happend after extracting the tarball. We got this error on Windows and on MacOS. (The download of the Europarl corpus works fine)

`if (!"GermaParl" %in% rownames(installed.packages())){ install.packages("GermaParl", repos = "http://polmine.github.io/drat") }

if (!"GERMAPARL" %in% corpus()$corpus){ GermaParl::germaparl_download_corpus() use("GermaParl") }

... extracting tarball Fehler in cwb_dirs[["corpus_dir"]] : Indizierung außerhalb der Grenzen`

ablaette commented 3 years ago

I feel terrible not having answered this issue earlier. Please let me know whether the problem persists. I have reworked the download functionality many times, I hope it is stable by now.