Skip to content

ConvoKit version 2.5.1

Compare
Choose a tag to compare
@khonzoda khonzoda released this 07 Oct 21:13
· 225 commits to master since this release
c135374

This release includes a new method from_pandas in the Corpus class that should simplify the Corpus creation process.

It generates a ConvoKit corpus from pandas dataframes of speakers, utterances, and conversations.

A notebook demonstrating the use of this method can be found here.