-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: wordVectors
Type: Package
Title: Tools for creating and analyzing vector-space models of texts
Version: 2.0
Author: Ben Schmidt, Jian Li
Maintainer: Ben Schmidt <bmschmidt@gmail.com>
Description:
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.
License: Apache License (== 2.0)
URL: http://github.com/bmschmidt/wordVectors
BugReports: https://github.com/bmschmidt/wordVectors/issues
Depends:
R (>= 2.14.0)
LazyData: TRUE
Imports:
magrittr,
graphics,
methods,
utils,
stats,
readr,
stringr,
stringi
Suggests:
tsne,
testthat,
ggplot2,
knitr,
dplyr,
rmarkdown,
devtools
RoxygenNote: 6.0.1
VignetteBuilder: knitr