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

Use tqdm whenever iterating through speakers / conversations / utterances #138

Open calebchiam opened 3 years ago

calebchiam commented 3 years ago

Would be a nice QoL update to have tqdm used by default, especially when it comes to processing larger corpora.

This could be a default argument in the iter_<object>() methods.