Type: Package
Package: text2map
Title: R Tools for Text Matrices, Embeddings, and Networks
Version: 0.1.0
Authors@R: 
   c(person(given = "Dustin", 
            family = "Stoltz", 
            email = "dss219@lehigh.edu", 
            role = c("aut", "cre"),
            comment = c(ORCID = "0000-0002-4774-0765")),
     person(given = "Marshall", 
            family = "Taylor", 
            email = "mtaylor2@nmsu.edu", 
            role = c("aut"),
            comment = c(ORCID = "0000-0002-7440-0723")))
Description: This is a collection of libraries and utility functions for
             computational text analysis for the social sciences. The functions 
             are optimized for working with various kinds of text matrices. 
             Focusing on the text matrix as the primary object – which is 
             represented either as a base R dense matrix or a 'Matrix'
             package sparse matrix – allows for a consistent and intuitive
             interface that stays close to the underlying mathematical 
             foundation of computational text analysis. In particular, the 
             package includes functions for working with word embeddings, 
             text networks, and document-term matrices. Methods developed in 
             Stoltz and Taylor (2019) <doi:10.1007/s42001-019-00048-6>, 
             Taylor and Stoltz (2020) <doi:10.1007/s42001-020-00075-8>, 
             Taylor and Stoltz (2020) <doi:10.15195/v7.a23>, and
             Stoltz and Taylor (2021) <doi:10.1016/j.poetic.2021.101567>.
URL: https://gitlab.com/culturalcartography/text2map
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
BugReports: https://gitlab.com/culturalcartography/text2map/-/issues
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
Imports: tibble, Matrix, text2vec, parallel, doParallel, foreach,
        stringr, stringi, dplyr, kit, fastmatch, mlpack, methods,
        qgraph (>= 1.6.9), igraph (>= 1.2.6), magrittr, rlang
Suggests: testthat (>= 3.0.0), tidytext, tm, quanteda, knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2021-08-22 19:10:18 UTC; dss219
Author: Dustin Stoltz [aut, cre] (<https://orcid.org/0000-0002-4774-0765>),
  Marshall Taylor [aut] (<https://orcid.org/0000-0002-7440-0723>)
Maintainer: Dustin Stoltz <dss219@lehigh.edu>
Repository: CRAN
Date/Publication: 2021-08-24 19:20:02 UTC
