Skip to content

Commit 60dc348

Browse files
committed
updated description with no directional tics
1 parent 3b4b925 commit 60dc348

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Authors@R: c(
1313
person("Chelsea", "Helion", role = "ctb"),
1414
person("Gus", "Cooney", role = "ctb"))
1515
Maintainer: Jamie Reilly <[email protected]>
16-
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.
16+
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.
1717
License: GPL (>= 3)
1818
Encoding: UTF-8
1919
Depends:

inst/NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This is a major release. We have included many new features and fixed numerous b
2222
- Resampling of AUC in `summarize_dyads()` has been omitted in favor of proportionally rescaling dAUC to a standardized/fixed number of turns (100)
2323
- Modified internal lookup datase ``lookup_db``, replaced with ``lookup_Jul25``, includes many more dimensions and options for scaled vs. raw versions of variables
2424
- Moved all internal data to a different repository (ConversationAlign_Data) in order to get the package within CRAN file size constraints. Package now loads data from external HTTPs source
25+
- Omitted outside calls to libraries from functions
2526

2627
### Fixed
2728
- Warnings and checks (variable names, etc) to read, clean, align functions

man/ConversationAlign-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)