-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·48 lines (48 loc) · 2.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Type: Package
Package: text2map
Title: R Tools for Text Matrices, Embeddings, and Networks
Version: 0.2.0
Authors@R:
c(person(given = "Dustin",
family = "Stoltz",
email = c("[email protected]"),
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4774-0765")),
person(given = "Marshall",
family = "Taylor",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7440-0723")))
Description: This is a collection of functions optimized for working with
with various kinds of text matrices. Focusing on
the text matrix as the primary object - 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.3.1
Depends: R (>= 3.5.0), Matrix (>= 1.4.2)
Imports: text2vec, parallel, doParallel, foreach, stringi, dplyr, kit,
fastmatch, methods, qgraph (>= 1.6.9), igraph (>= 1.2.6),
rlang, ClusterR, tibble, rsvd, permute
Suggests: testthat (>= 3.0.0), tm, quanteda
Config/testthat/edition: 3
Config/Needs/website: rmarkdown
NeedsCompilation: no
Packaged: 2024-04-10 18:28:40 UTC; dss
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 <[email protected]>
Repository: CRAN
Date/Publication: 2024-04-11 08:10:02 UTC