cran / textstem

:exclamation: This is a read-only mirror of the CRAN R package repository. textstem — Tools for Stemming and Lemmatizing Text. Homepage: http://github.com/trinker/textstem Report bugs for this package: http://github.com/trinker/textstem/issues
1 stars 0 forks source link

tbl_df()` was deprecated in dplyr 1.0.0 #1

Open alex2mendosa opened 3 months ago

alex2mendosa commented 3 months ago

Hello, thank you for the textstem. While creating lemmas I encountered message:

eda tools

library(readr) library(readxl) library(dplyr) library(tidyr) library(tibble) library(forcats) library(stringr)

library(ggplot2) library(corrplot)

library(stringdist) # distance measures

detect language

library(cld2) library(cld3)
library(fastText)

library(caret) # train test data

library(plyr)

library(doParallel)

nlp tools

library(tidytext) library(vader) library(textstem) library(sentimentr) library(lexicon)

tidy_survey <- text_df %>% unnest_tokens( word, Comment, token="words" )

Continue, we have to address challenge of stopwords

lemma_dictionary_lexicon <- make_lemma_dictionary( text_df$Comment , engine = "lexicon" )

Warnmeldungen: 1: In .recacheSubclasses(def@className, def, env) : Nicht definierte Subklasse "ndiMatrix" von Klasse "replValueSp"; Definition nicht aktualisiert 2: tbl_df() was deprecated in dplyr 1.0.0. i Please use tibble::as_tibble() instead. i The deprecated feature was likely used in the textstem package. Please report the issue to the authors. This warning is displayed once every 8 hours. Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

gaborcsardi commented 3 months ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!

alex2mendosa commented 3 months ago

Understand, thank you!

Sent from Proton Mail Android

-------- Original Message -------- On 09/06/2024 12:03, Gábor Csárdi wrote:

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>