Open
Description
Hello!
When running the code from https://cran.r-project.org/web/packages/text2vec/vignettes/text-vectorization.html ,
i encounter the following errors ( text2vec_0.6.3 ):
dtm_train_l1_norm = normalize(dtm_train, "l1")
with the error:
Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'colSums': 'rowScale' is not an exported object from 'namespace:Matrix'
and
dtm_train_tfidf = fit_transform(dtm_train, tfidf)
with the error:
Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'colSums': 'rowScale' is not an exported object from 'namespace:Matrix'
Metadata
Metadata
Assignees
Labels
No labels