Package: wordvector Type: Package Title: Word and Document Vector Models Version: 0.6.3 Authors@R: c( person('Kohei', 'Watanabe', role = c('aut', 'cre', 'cph'), email = 'watanabe.kohei@gmail.com', comment = c(ORCID = '0000-0001-6519-5265')), person('Jan', 'Wijffels', role = 'aut', email = 'jwijffels@bnosac.be', comment = "Original R code"), person('BNOSAC', role = 'cph', comment = "Original R code"), person('Max', 'Fomichev', role = c('ctb', 'cph'), comment = "Original C++ code")) Maintainer: Kohei Watanabe Description: Create dense vector representation of words and documents using 'quanteda'. Implements Word2vec (Mikolov et al., 2013) , Doc2vec (Le & Mikolov, 2014) and Latent Semantic Analysis (Deerwester et al., 1990) . URL: https://github.com/koheiw/wordvector License: Apache License (>= 2.0) Encoding: UTF-8 Depends: R (>= 3.5.0) Imports: quanteda (>= 4.1.0), methods, stringi, Matrix, proxyC, RSpectra, irlba, rsvd Suggests: testthat, word2vec, spelling LinkingTo: Rcpp, quanteda Roxygen: list(markdown = TRUE) Language: en-US LazyData: true Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev libxml2-dev Repository: https://koheiw.r-universe.dev Date/Publication: 2026-07-27 04:52:36 UTC RemoteUrl: https://github.com/koheiw/wordvector RemoteRef: HEAD RemoteSha: 3f60997db89a476e04d3967515f807e89b0085bc NeedsCompilation: yes Packaged: 2026-07-27 06:00:14 UTC; root Author: Kohei Watanabe [aut, cre, cph] (ORCID: ), Jan Wijffels [aut] (Original R code), BNOSAC [cph] (Original R code), Max Fomichev [ctb, cph] (Original C++ code)