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
552 stars 125 forks source link

Add tqdm to all iterators #181

Open calebchiam opened 2 years ago

calebchiam commented 2 years ago

Description

Adds tqdm to all iterators in Corpus components.

Motivation and Context

Resolves #138

How has this been tested?

CI.