Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a more texty example to the workflow #111

Open
mdingemanse opened this issue Aug 22, 2024 · 3 comments
Open

Add a more texty example to the workflow #111

mdingemanse opened this issue Aug 22, 2024 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@mdingemanse
Copy link
Contributor

...with the caveat that label scaling is not veridical to utterance duration

E.g. this:

  ggplot(aes(x = line_end, y = line_participant)) +
  ggtitle("Relative frequency of elements within turns") +
  scale_y_reverse() + # we reverse the axis because lines run top to bottom
  geom_label(aes(
    begin = line_begin-800,
    end = line_end-800,
    label = utterance)) +
  xlab("Time (ms)") +
  ylab("") +
  theme_turnPlot()

image

@mdingemanse mdingemanse added the enhancement New feature or request label Aug 22, 2024
@mdingemanse mdingemanse added this to the 1.0 milestone Aug 22, 2024
@mdingemanse
Copy link
Contributor Author

Very hacky, so more work needed, but here's what I'm calling a fish bone plot — a fairly readable way of looking at the temporal structure of a conversation. Code in elpaco-escience/playground@2a1689e (direct link).

playground-plots_fishbone

@mdingemanse
Copy link
Contributor Author

Or perhaps rework this one using clean talkr code (original in playground/continuers.R)

panel-ifadv-interjections-1

@mdingemanse
Copy link
Contributor Author

Another idea is to take an example from Ruhleman and work it out in talkr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant