bmschmidt/wordVectors: Tools for creating and analyzing vector-space models of texts

wordVectors wraps Google's implementation in C for training word2vec models, and provides several R functions for exploratory data analysis of word2vec and other related models. These include import-export from the binary format, some useful linear algebra operations missing from R, and a streamlined syntax for working with models and performing vector arithmetic that make it easier to perform useful operations in a word-vector space.

Getting started

Package details

AuthorBen Schmidt, Jian Li
MaintainerBen Schmidt <bmschmidt@gmail.com>
LicenseApache License (== 2.0)
Version2.0
URL http://github.com/bmschmidt/wordVectors
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("bmschmidt/wordVectors")
bmschmidt/wordVectors documentation built on June 2, 2022, 3:53 p.m.