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.
It would be nice for corpus functions such as random_speaker(), random_conversation(), etc to have a selection filter, for example, to get a random speaker that satisfies a condition. This could be useful in data exploration, in cases where the user wants to get a speaker with a certain role, or a conversation with at least a certain length, etc.
It would be nice for corpus functions such as
random_speaker()
,random_conversation()
, etc to have a selection filter, for example, to get a random speaker that satisfies a condition. This could be useful in data exploration, in cases where the user wants to get a speaker with a certain role, or a conversation with at least a certain length, etc.