-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
31 lines (31 loc) · 933 Bytes
/
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
Package: politeness
Type: Package
Title: Detecting Politeness Features in Text
Version: 0.9.4
Author: Mike Yeomans, Alejandro Kantor, Dustin Tingley
Maintainer: Mike Yeomans <[email protected]>
Description: Detecting markers of politeness in English natural language. This package allows researchers to easily visualize and quantify politeness between groups of documents. This package combines prior research on the linguistic markers of politeness. We thank the Spencer Foundation, the Hewlett Foundation, and Harvard's Institute for Quantitative Social Science for support.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports:
tm,
quanteda,
ggplot2,
parallel,
spacyr,
textir,
glmnet,
data.table,
stringr,
stringi,
magrittr,
dplyr,
ggrepel,
tibble
RoxygenNote: 7.3.2
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr