Skip to content

Commit 68f32ef

Browse files
authored
Update README.md
1 parent e1e627f commit 68f32ef

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
[![pypi](https://img.shields.io/pypi/v/convokit.svg)](https://pypi.org/pypi/convokit/)
7-
[![py\_versions](https://img.shields.io/badge/python-3.9%2B-blue)](https://pypi.org/pypi/convokit/)
7+
[![py\_versions](https://img.shields.io/badge/python-3.8%2B-blue)](https://pypi.org/pypi/convokit/)
88
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
99
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/CornellNLP/ConvoKit/blob/master/LICENSE.md)
1010
[![Discord Community](https://img.shields.io/static/v1?logo=discord&style=flat&color=red&label=discord&message=community)](https://discord.gg/WMFqMWgz6P)
1111

1212

13-
This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a [single unified interface](https://convokit.cornell.edu/documentation/architecture.html) inspired by (and compatible with) scikit-learn. Several large [conversational datasets](https://github.com/CornellNLP/ConvoKit#datasets) are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is [3.0.1](https://github.com/CornellNLP/ConvoKit/releases/tag/v3.0.1) (released Nov. 8, 2024); follow the [project on GitHub](https://github.com/CornellNLP/ConvoKit) to keep track of updates.
13+
This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a [single unified interface](https://convokit.cornell.edu/documentation/architecture.html) inspired by (and compatible with) scikit-learn. Several large [conversational datasets](https://github.com/CornellNLP/ConvoKit#datasets) are included together with scripts exemplifying the use of the toolkit on these datasets. The latest version is [3.0.0](https://github.com/CornellNLP/ConvoKit/releases/tag/v3.0.0) (released July 17, 2023); follow the [project on GitHub](https://github.com/CornellNLP/ConvoKit) to keep track of updates.
1414

1515
Read our [documentation](https://convokit.cornell.edu/documentation) or try ConvoKit in our [interactive tutorial](https://colab.research.google.com/github/CornellNLP/ConvoKit/blob/master/examples/Introduction_to_ConvoKit.ipynb).
1616

@@ -149,6 +149,12 @@ This corpus contains conversations between NPR show hosts and their guests.
149149

150150
Name for download: `npr-2p-corpus`
151151

152+
### [DeliData Dataset Corpus](https://convokit.cornell.edu/documentation/deli.html)
153+
154+
This corpus contains conversations in multi-party problem-solving contexts, containing information about group discussions and team performance.
155+
156+
Name for download: `deli-corpus`
157+
152158
### [Switchboard Dialog Act Corpus](https://convokit.cornell.edu/documentation/switchboard.html)
153159

154160
A collection of 1,155 five-minute telephone conversations between two participants, annotated with speech act tags.
@@ -192,7 +198,7 @@ Name for download: `spolin-corpus`
192198
In addition to the provided datasets, you may also use ConvoKit with your own custom datasets by loading them into a `convokit.Corpus` object. [This example script](https://github.com/CornellNLP/ConvoKit/blob/master/examples/converting_movie_corpus.ipynb) shows how to construct a Corpus from custom data.
193199

194200
## Installation
195-
This toolkit requires Python >= 3.9.
201+
This toolkit requires Python >= 3.8.
196202

197203
1. Download the toolkit: `pip3 install convokit`
198204
2. Download Spacy's English model: `python3 -m spacy download en`

0 commit comments

Comments
 (0)