From a37fc0410d895f28fb0172632e9497fdad5d0936 Mon Sep 17 00:00:00 2001 From: Erik de Vries Date: Fri, 16 Oct 2020 17:03:51 +0200 Subject: [PATCH] removed sent_sum_pos/neg --- R/sentencizer.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/sentencizer.R b/R/sentencizer.R index 0ecd1eb..b082eb5 100644 --- a/R/sentencizer.R +++ b/R/sentencizer.R @@ -52,8 +52,6 @@ sentencizer <- function(out, sent_dict = NULL, localhost = NULL, validation = F) ) ) %>% summarise(sent_sum = sum(prox), - sent_sum_pos = sum(prox[prox>0]), - sent_sum_neg = sum(prox[prox<0]), words = length(lemma), sent_words = sum(prox != 0), # sent_lemmas = list(lem_u[prox != 0])