Package: doc2vec
Type: Package
Title: Distributed Representations of Sentences, Documents and Topics
Version: 0.2.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>.
    The package also provides an implementation to cluster documents based on these embedding using a technique called top2vec. 
    Top2vec finds clusters in text documents by combining techniques to embed documents and words and density-based clustering.
    It does this by embedding documents in the semantic space as defined by the 'doc2vec' algorithm. Next it maps
    these document embeddings to a lower-dimensional space using the 'Uniform Manifold Approximation and Projection' (UMAP) clustering algorithm 
    and finds dense areas in that space using a 'Hierarchical Density-Based Clustering' technique (HDBSCAN). These dense
    areas are the topic clusters which can be represented by the corresponding topic vector which is an aggregate of the 
    document embeddings of the documents which are part of that topic cluster. In the same semantic space similar words can 
    be found which are representative of the topic.
    More details can be found in the paper 'Top2Vec: Distributed Representations of Topics' by D. Angelov available at <arXiv:2008.09470>. 
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, utils
LinkingTo: Rcpp
Suggests: tokenizers.bpe, word2vec (>= 0.3.3), uwot, dbscan, udpipe (>=
        0.8)
NeedsCompilation: yes
Packaged: 2021-03-25 17:04:41 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: 2021-03-28 00:00:05 UTC
Built: R 4.1.0; x86_64-apple-darwin17.0; 2021-05-26 02:08:21 UTC; unix
Archs: doc2vec.so.dSYM
