talkr

{talkr} is an R package that offers a set of convenience functions for quality control, visualisation and analysis of conversational data. Most notably it provides a range of plotting functions that play well with ggplot and the tidyverse.

19
mentions
4
contributors
152 commits | Last commit 1 month ago

Cite this software

What talkr can do for you

talkr

CRAN status github license badge R-CMD-check codecov documentation badge lifecycle

talkr offers a set of convenience functions for quality control, visualisation and analysis of conversational data. It provides support for at least two common needs of people working with conversational corpora: (1) quality control by offering rapid insights into the nature, timing, and quality of time-aligned annotations in a conversational corpus; and (2) compelling visualisations by offering a range of plotting functions that play well with ggplot and the tidyverse.

Note: talkr plays well with its companion python package scikit-talk, which is focused more on processing conversational data and readying it for downstream analysis.

Installation

You can install the development version of talkr from GitHub with:

# install.packages("devtools")
devtools::install_github("elpaco-escience/talkr", build_vignettes = TRUE)

talkr has been submitted to CRAN, and will soon be installable with:

install.packages("talkr")

Workflows

Two workflows for talkr are described in the workflows vignette.

You can also access the vignette from RStudio, by running:

vignette("workflows", package = "talkr")

Contact

Questions? Comments? They are more than welcome! This package is under active development and still has some rough edges. Interact with us in the issues if you have any questions or suggestions.

Keywords
Programming language
  • R 100%
License
</>Source code

Participating organisations

Radboud University Nijmegen
Netherlands eScience Center

Reference papers

Mentions

Contributors

Barbara Vreede
Barbara Vreede
eScience Research Engineer
Netherlands eScience Center
Mark Dingemanse
Mark Dingemanse
Lead Applicant
Radboud University Nijmegen
AL
Andreas Liesenfeld
EV
eScience Research Engineer
Netherlands eScience Center

Related projects

Towards next-generation scientific computing tools for diversity-aware language science and technology

Diversity-aware language technology for conversational data

Updated 5 months ago
Finished

Related software

scikit-talk

SC

Scikit-talk is an open-source toolkit for processing collections of real-world conversational speech in Python. The toolkit aims to facilitate the exploration of large collections of transcriptions and annotations of conversational interaction.

Updated 9 months ago
7