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

Remove deprecated args / funcs #176

Closed calebchiam closed 2 years ago

calebchiam commented 2 years ago

Description

In preparation for ConvoKit 3.0, we are removing deprecated arguments and functions, such as:

Motivation and Context

This cleans up the API (see #85) and simplifies development. ConvoKit 3.0 -- aka major version update -- is the right time for these constructors / methods to be cleaned up.

How has this been tested?

Tested through CI.