I am using R 4.1.2, reticulate 1.22 and text 0.9.50. # install.packages("devtools") devtools::install_github("oscarkjell/text") library(text) temp <- textEmb
I am trying to run the textEmbed() function in R using the text package in text analysis. However, I keep on getting errors telling me I haven't installed torch
I am trying to run the textEmbed function in R. Set up needed: require(quanteda) require(quanteda.textstats) require(udpipe) require(reticulate) #udpi