Package: doc2vec
Type: Package
Title: Distributed Representations of Sentences and Documents
Version: 0.1.0
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('hiyijian', role = c('ctb', 'cph'), comment = "Code in src/doc2vec"))
Maintainer: Jan Wijffels <jwijffels@bnosac.be>
Description: Learn vector representations of sentences, paragraphs or documents by using the 'Paragraph Vector' algorithms,
    namely the distributed bag of words ('PV-DBOW') and the distributed memory ('PV-DM') model. 
    The techniques in the package are detailed in the paper "Distributed Representations of Sentences and Documents" by Mikolov et al. (2014), available at <arXiv:1405.4053>.
URL: https://github.com/bnosac/doc2vec
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
Imports: Rcpp (>= 0.11.5), stats
LinkingTo: Rcpp
Suggests: tokenizers.bpe, udpipe (>= 0.8.4)
NeedsCompilation: yes
Packaged: 2020-12-08 15:54:08 UTC; Jan
Author: Jan Wijffels [aut, cre, cph] (R wrapper),
  BNOSAC [cph] (R wrapper),
  hiyijian [ctb, cph] (Code in src/doc2vec)
Repository: CRAN
Date/Publication: 2020-12-10 09:00:08 UTC
