dselivanov / dselivanov/text2vec
Errors when running in text2vec - analyzing texts
- Dominant language
- R
- Stars
- 876
- Forks
- 133
- PR merge metrics
- No merged PRs in 30d
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'`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.