PolMine / cwbtools

Tools to create and manage CWB-indexed corpora
4 stars 2 forks source link

misleading corpus_install() message "no info file" #75

Open ablaette opened 1 month ago

ablaette commented 1 month ago

The GermaParl v2.1.0 tarball available at Zenodo includes an info.md file, but screen output reports that it is not available.

library(cwbtools)
corpus_install(doi = "https://doi.org/10.5281/zenodo.12794676")

! no info file

This is misleading or wrong: The info file is there, this works:

corpus("GERMAPARL2") %>% show_info()