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 = '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 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 . URL: https://github.com/bnosac/word2vec License: Apache License (>= 2.0) Encoding: UTF-8 RoxygenNote: 7.3.2 Depends: R (>= 2.10) Imports: Rcpp (>= 0.11.5), stats LinkingTo: Rcpp, RcppProgress Suggests: udpipe Repository: https://bnosac.r-universe.dev Date/Publication: 2025-11-26 20:16:11 UTC RemoteUrl: https://github.com/bnosac/word2vec RemoteRef: HEAD RemoteSha: 0b7ee12d42b286a6af82b858ae7960e328256314 NeedsCompilation: yes Packaged: 2026-06-24 02:25:30 UTC; root Author: Jan Wijffels [aut, cre, cph] (R wrapper), Kohei Watanabe [aut] (ORCID: ), BNOSAC [cph] (R wrapper), Max Fomichev [ctb, cph] (Code in src/word2vec)