PolMine / RcppCWB

'Rcpp' Bindings for the 'Corpus Workbench' (CWB)
Other
2 stars 3 forks source link

cqp_load_corpus() requires that corpus is uppered #64

Closed ablaette closed 2 years ago

ablaette commented 2 years ago

Which is different from cl_load_corpus() and a potential source of confusion and behavior not well understood. toupper() should be used internally by default.

ablaette commented 2 years ago

toupper() is applied internally, covered by a test