-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
20 lines (20 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
Package: word2vec
Type: Package
Title: Distributed Representations of Words
Version: 0.4.1
Authors@R: c(
person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = '[email protected]', comment = "R wrapper"),
person('Kohei', 'Watanabe', role = 'aut', email = '[email protected]', comment = c(ORCID = '0000-0001-6519-5265')),
person('BNOSAC', role = 'cph', comment = "R wrapper"),
person('Max', 'Fomichev', role = c('ctb', 'cph'), comment = "Code in src/word2vec"))
Maintainer: Jan Wijffels <[email protected]>
Description: Learn vector representations of words by continuous bag of words and skip-gram implementations of the 'word2vec' algorithm.
The techniques are detailed in the paper "Distributed Representations of Words and Phrases and their Compositionality" by Mikolov et al. (2013), available at <arXiv:1310.4546>.
URL: https://github.com/bnosac/word2vec
License: Apache License (>= 2.0)
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
Imports: Rcpp (>= 0.11.5), stats
LinkingTo: Rcpp, RcppProgress
Suggests: udpipe