# NOT RUN {
q <- new("KorAPConnection") %>% corpusQuery("Ameisenplage") %>% fetchNext()
q@collectedMatches
# }
# NOT RUN {
# }
# NOT RUN {
q <- new("KorAPConnection") %>% corpusQuery("Ameisenplage") %>% fetchAll()
q@collectedMatches
# }
# NOT RUN {
# }
# NOT RUN {
q <- new("KorAPConnection") %>% corpusQuery("Ameisenplage") %>% fetchRest()
q@collectedMatches
# }
# NOT RUN {
# }
# NOT RUN {
new("KorAPConnection", verbose = TRUE) %>%
frequencyQuery(c("M<U+00FC>cke", "Schnake"), paste0("pubDate in ", 2000:2003))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab