From 559199bb978692235ffc1afddab87c9727001923 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 8 Jul 2020 16:13:07 +0200 Subject: [PATCH] sentencizer: totally removed sent_lemmas field --- R/sentencizer.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/sentencizer.R b/R/sentencizer.R index 8abe72f..d0fb781 100644 --- a/R/sentencizer.R +++ b/R/sentencizer.R @@ -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(