-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 904 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 904 Bytes
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
Package: lingmatch
Type: Package
Title: Linguistic Matching and Accommodation
Version: 1.0.8
Authors@R: person("Micah", "Iserman", role = c("cre", "aut"), email = "micah.iserman@gmail.com")
Description: Measure similarity between texts. Offers a variety of processing
tools and similarity metrics to facilitate flexible representation of texts and matching.
Implements forms of Language Style Matching (Ireland & Pennebaker, 2010) <doi:10.1037/a0020386>
and Latent Semantic Analysis (Landauer & Dumais, 1997) <doi:10.1037/0033-295X.104.2.211>.
URL: https://miserman.github.io/lingmatch/
BugReports: https://github.com/miserman/lingmatch/issues
Depends: R (>= 3.5), methods, Matrix
Imports:
Rcpp,
RcppParallel
License: GPL (>= 2)
RoxygenNote: 7.3.3
Roxygen: list(old_usage = TRUE)
Suggests:
knitr,
rmarkdown,
splot,
testthat (>= 2.1.0)
LinkingTo: Rcpp, RcppParallel, BH
Encoding: UTF-8