dfm_gen: changed out_parser call to mamlr:::out_parser

master
Erik de Vries 6 years ago
parent 90fdbcc982
commit 88fc4ec53c

@ -26,7 +26,7 @@ dfm_gen <- function(out, words = '999', text = "lemmas", clean) {
out$merged <- unlist(mclapply(seq(1,length(out[[1]]),1),merger, out = out, text = text, clean = clean, mc.cores = detectCores()))
}
if (text == "full") {
out <- out_parser(out, field = '_source' , clean = clean)
out <- mamlr:::out_parser(out, field = '_source' , clean = clean)
}
if ('_source.codes.majorTopic' %in% colnames(out)) {
out <- out %>%

Loading…
Cancel
Save