Skip to content

Commit ef932f1

Browse files
committed
omitted old figures, updated news
1 parent 837a68f commit ef932f1

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

data/NurseryRhymes_Prepped.rda

2.26 KB
Binary file not shown.

inst/NEWS.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,25 @@
77
This is a major release. We have included many new features and fixed numerous bugs.
88

99
### Added
10-
- Added news (you're reading it now)
11-
- Opened discussions and issues fora
12-
- Added function ``prep_dyads()`` that combines two previous preparation steps ``clean_dyads()` and ``align_dyads``
13-
- New function ``read_1file()`` that reads and formats a conversation transcript that is already in your R environment
10+
- Added news (you're reading it now), discussions, and issues/bug tracker to Github repo
11+
- ``prep_dyads()`` that combines two previous preparation steps `clean_dyads()` and `align_dyads()`
12+
- New function `read_1file()` that formats a conversation transcript already in your R environment
1413
- Improved handling of contractions with error detection/substition of non-ASCII character apostrophes. Contraction expansion (e.g., 'they're' to 'they are') now handled by a separate internal function call using custom regex.
1514
- Added argument ``omit_stops`` to ``prep_dyads`` specifying optional stopword removal
1615
- Added argument ``which_stoplist`` to `prep_dyads`` specifying a four stopword list options (SMART_stops, MIT_stops, Temple_stops25, CA_orig_stops).
1716
- Added pdf manual for ``ConversationAlign``
18-
- Revised internal lookup datase ``lookup_db``, replaced with ``lookup_Jul25``, includes many more dimensions and options for scaled vs. raw versions of variables
19-
- Added validation step to read_dyads() will throw error and warning message if any transcript has more than or less than two participants for any individual conversation (Event_ID)
17+
- Validation checks to `read_dyads()` will throw error and warning message if any transcript has more than or less than two participants for any individual conversation (Event_ID)
18+
- Added `corpus_analytics()` function that produces a variety of descriptive summary statistics (e.g., n-conversations, type token ratio, average turn length) in a table format.
19+
20+
### Modified
21+
- `summarize_dyads()` restructured in significant ways including the addition of three new arguments: `custom_lags` default lags for correlation are set at -2.0,2 users are free to specifiy additional lags , default is NULL, `sumdat_only` produces a summary dataframe with values averaged to two rows per conversation (one for each participant, `corr_type` specifies correlation to apply to lagged data
22+
- Resampling of AUC in `summarize_dyads()` has been omitted in favor of proportionally rescaling dAUC to a standardized/fixed number of turns (100)
23+
- Modified internal lookup datase ``lookup_db``, replaced with ``lookup_Jul25``, includes many more dimensions and options for scaled vs. raw versions of variables
2024

2125
### Fixed
2226
- Warnings and checks (variable names, etc) to read, clean, align functions
2327

2428
### Deprecated
2529
- We are in the process of phasing out our original stopword list from earlier versions of ConversationAlign (pre 2025). We have included the old list as an optional call to the argument clean_dyads() as ``CA_OriginalStops``. However, the default stopword list is new - ``Temple_Stops25``
2630
- Eliminated several dimensions from lookup database: prevalence, hope, stress, politeness, empathy, prevalence, closeness, encouragement, hope, doubt, hostility, surprise
27-
31+
- clean_dyads() and `align_dyads()`

man/figures/convo_demo.jpg

1.14 MB
Loading

man/figures/example1_ts_edg.jpeg

-111 KB
Binary file not shown.

man/figures/example4_ts_edg.jpeg

-183 KB
Binary file not shown.

man/read_dyads.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)