CornellNLP / ConvoKit

ConvoKit is a toolkit for extracting conversational features and analyzing social phenomena in conversations. It includes several large conversational datasets along with scripts exemplifying the use of the toolkit on these datasets.
https://convokit.cornell.edu/documentation/
MIT License
542 stars 120 forks source link

Fixed Some Problems from Demo Examples #192

Closed seanzhangkx8 closed 1 year ago

seanzhangkx8 commented 1 year ago

Description

Main changes throughout examples:

  1. replace occurrences of User (from older version) with Speaker (from new versions)
  2. modify minor errors within notebooks(replace utt id non exists, reference error, etc.)

Motivation and Context

To provide updated and correct examples for users to better understand how to use convokit.

How has this been tested?

Run in Jupyter notebook using newest version of ConvoKit (from GitHub main branch) with python version 3.9.0, following all contribution guidelines.