-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
61 lines (61 loc) · 1.91 KB
/
DESCRIPTION
File metadata and controls
61 lines (61 loc) · 1.91 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: ConversationAlign
Type: Package
Title: Process Text and Compute Linguistic Alignment in Conversation Transcripts
Version: 0.4.1
Authors@R: c(
person("Jamie", "Reilly",
role = c("aut", "cre"),
email = "jamie_reilly@temple.edu",
comment = c(ORCID = "0000-0002-0891-438X")),
person("Virginia", "Ulichney", role = "aut"),
person("Ben", "Sacks", role = "aut"),
person("Sarah", "Weinstein", role = "ctb"),
person("Chelsea", "Helion", role = "ctb"),
person("Gus", "Cooney", role = "ctb"))
Maintainer: Jamie Reilly <jamie_reilly@temple.edu>
Description: Imports conversation transcripts into R, concatenates them into a single dataframe appending event identifiers, cleans and formats the text, then yokes user-specified psycholinguistic database values to each word. 'ConversationAlign' then computes alignment indices between two interlocutors across each transcript for >40 possible semantic, lexical, and affective dimensions. In addition to alignment, 'ConversationAlign' also produces a table of analytics (e.g., token count, type-token-ratio) in a summary table describing your particular text corpus.
License: LGPL (>= 3)
Encoding: UTF-8
Depends:
R (>= 3.5)
Imports:
DescTools,
dplyr (>= 0.4.3),
httr,
magrittr,
purrr,
rlang,
stringi,
stringr,
textstem,
tibble,
tidyr,
tidyselect,
stats,
utils,
zoo
Suggests:
devtools,
knitr,
rmarkdown,
testthat (>= 3.0.0)
URL: https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign
RoxygenNote: 7.3.3
LazyData: true
VignetteBuilder: knitr
Collate:
'ConversationAlign-package.R'
'compute_auc.R'
'compute_lagcorr.R'
'corpus_analytics.R'
'data.R'
'generate_shams.R'
'globals.R'
'prep_dyads.R'
'read_1file.R'
'read_dyads.R'
'replacements_25.R'
'summarize_dyads.R'
'utils.R'
'zzz.R'
Config/testthat/edition: 3