bmschmidt / wordVectors

An R package for creating and exploring word2vec and other word embedding models
Other
280 stars 78 forks source link

This package is not available for 3.5. #56

Open PHAllenChen opened 5 years ago

PHAllenChen commented 5 years ago

As title, this package cannot be installed in R 3.5 or above.

antoine-sachet commented 5 years ago

Install from github, not from CRAN: devtools::install_github("bmschmidt/wordVectors")

jwijffels commented 3 years ago

Or install package word2vec: install.packages('word2vec')