ud_update: small fix to file naming

master
Your Name 4 years ago
parent 4b4d860235
commit 38ff4dcbf0

@ -17,7 +17,7 @@
# } # }
# } # }
ud_update <- function(out, udmodel, ver) { ud_update <- function(out, udmodel, ver, file) {
out <- mamlr:::out_parser(out, field = '_source', clean = F) out <- mamlr:::out_parser(out, field = '_source', clean = F)
ud <- as.data.frame(udpipe(udmodel, x = out$merged, parser = "default", doc_id = out$`_id`)) %>% ud <- as.data.frame(udpipe(udmodel, x = out$merged, parser = "default", doc_id = out$`_id`)) %>%
group_by(doc_id) %>% group_by(doc_id) %>%

Loading…
Cancel
Save