Package: word2vec
Type: Package
Title: Distributed Representations of Words
Version: 0.3.4
Authors@R: c(
    person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = "R wrapper"), 
    person('BNOSAC', role = 'cph', comment = "R wrapper"),
    person('Max', 'Fomichev', role = c('ctb', 'cph'), comment = "Code in src/word2vec"))
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
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.1.1
Depends: R (>= 2.10)
Imports: Rcpp (>= 0.11.5), stats
LinkingTo: Rcpp, RcppProgress
Suggests: udpipe
NeedsCompilation: yes
Packaged: 2021-07-02 09:09:12 UTC; Jan
Author: Jan Wijffels [aut, cre, cph] (R wrapper),
  BNOSAC [cph] (R wrapper),
  Max Fomichev [ctb, cph] (Code in src/word2vec)
Repository: CRAN
Date/Publication: 2021-07-02 09:40:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 13:24:33 UTC; windows
Archs: i386, x64
