Skip to content

elpaco-escience/talkr

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024
Aug 20, 2024
Aug 20, 2024
Jan 12, 2024
Aug 20, 2024
Mar 13, 2023
Jan 10, 2024
Feb 28, 2024
Mar 30, 2023

Repository files navigation

talkr

R-CMD-check codecov

Note

This package is under development, and not ready for use. Interact with us in the issues if you have any questions or suggestions.

Overview

{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)

Workflow

The main workflow for talkr is described in the workflow vignette. You can access the vignette by running:

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