PolMine / polmineR

R-package for text mining with the Corpus Workbench (CWB) as backend
49 stars 9 forks source link

ranges() reports wrong size of result #276

Closed ablaette closed 8 months ago

ablaette commented 1 year ago
library(polmineR)
use("RcppCWB")

ranges("REUTERS", query = "oil") %>%
  size()

4050

But this is the size of the REUTERS corpus, not the size of the matching ranges.