sentencizer: totally removed sent_lemmas field

master
Your Name 4 years ago
parent 36f2b341a8
commit 559199bb97

@ -107,7 +107,6 @@ sentencizer <- function(out, sent_dict = NULL, localhost = NULL, validation = F)
text.sent_sum = sum(sent_sum),
text.words = sum(words),
text.sent_words = sum(sent_words),
text.sent_lemmas = I(list(unlist(sent_lemmas))),
text.sentences = n()
) %>%
mutate(

Loading…
Cancel
Save