mukul13/rword2vec: R Interface to Google's Word2vec

R interface to access Google's word2vec <https://code.google.com/archive/p/word2vec/>.The word2vec tool takes a text corpus as input and produces the word vectors as output. It first constructs a vocabulary from the training text data and then learns vector representation of words. The resulting word vector file can be used as features in many natural language processing and machine learning applications.

Getting started

Package details

AuthorMukul Chaware[aut,cre]
MaintainerMukul Chaware <mukul.chaware13@gmail.com>
LicenseApache License (== 2.0)
Version1.1
URL https://github.com/mukul13/rword2vec
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mukul13/rword2vec")
mukul13/rword2vec documentation built on May 23, 2019, 8:22 a.m.