Package: word2vec
Type: Package
Title: Distributed Representations of Words
Version: 0.4.0
Authors@R: c(
    person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = 'jwijffels@bnosac.be', comment = "R wrapper"), 
    person('Kohei', 'Watanabe', role = 'aut', email = 'watanabe.kohei@gmail.com', 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 <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.2.3
Depends: R (>= 2.10)
Imports: Rcpp (>= 0.11.5), stats
LinkingTo: Rcpp, RcppProgress
Suggests: udpipe
NeedsCompilation: yes
Packaged: 2023-10-07 20:27:05 UTC; jwijf
Author: Jan Wijffels [aut, cre, cph] (R wrapper),
  Kohei Watanabe [aut] (<https://orcid.org/0000-0001-6519-5265>),
  BNOSAC [cph] (R wrapper),
  Max Fomichev [ctb, cph] (Code in src/word2vec)
Repository: CRAN
Date/Publication: 2023-10-07 21:10:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-13 09:05:49 UTC; windows
Archs: x64
