Package: wordvector Type: Package Title: Word and Document Vector Models Version: 0.6.2 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 RoxygenNote: 7.3.3 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/pak/sysreqs: libicu-dev libxml2-dev Repository: https://koheiw.r-universe.dev Date/Publication: 2026-04-06 06:07:21 UTC RemoteUrl: https://github.com/koheiw/wordvector RemoteRef: HEAD RemoteSha: 9500fd77b1825e27473106a8ccdf7a433bb0fbdc NeedsCompilation: yes Packaged: 2026-06-24 08:47:29 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)