PolMine / bignlp

Tools to process large corpora line-by-line and in parallel mode
1 stars 1 forks source link

Erroneous error messages and warnings #26

Open ChristophLeonhardt opened 3 years ago

ChristophLeonhardt commented 3 years ago

Again something small I noticed: Two cli alerts and warnings are faulty because the sprintf call which makes the %s work is missing.

https://github.com/PolMine/bignlp/blob/82a6690db74dd6fbb03e6ee4ecf6835adcf6a32b/R/StanfordCoreNLP.R#L101

https://github.com/PolMine/bignlp/blob/82a6690db74dd6fbb03e6ee4ecf6835adcf6a32b/R/StanfordCoreNLP.R#L103