|
4 | 4 | <!-- ALL-CONTRIBUTORS-BADGE:END --> |
5 | 5 |
|
6 | 6 | [](https://pypi.org/pypi/convokit/) |
7 | | -[](https://pypi.org/pypi/convokit/) |
| 7 | +[](https://pypi.org/pypi/convokit/) |
8 | 8 | [](https://github.com/psf/black) |
9 | 9 | [](https://github.com/CornellNLP/ConvoKit/blob/master/LICENSE.md) |
10 | 10 | [](https://discord.gg/WMFqMWgz6P) |
11 | 11 |
|
12 | 12 |
|
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. |
14 | 14 |
|
15 | 15 | 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). |
16 | 16 |
|
@@ -149,6 +149,12 @@ This corpus contains conversations between NPR show hosts and their guests. |
149 | 149 |
|
150 | 150 | Name for download: `npr-2p-corpus` |
151 | 151 |
|
| 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 | + |
152 | 158 | ### [Switchboard Dialog Act Corpus](https://convokit.cornell.edu/documentation/switchboard.html) |
153 | 159 |
|
154 | 160 | 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` |
192 | 198 | 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. |
193 | 199 |
|
194 | 200 | ## Installation |
195 | | -This toolkit requires Python >= 3.9. |
| 201 | +This toolkit requires Python >= 3.8. |
196 | 202 |
|
197 | 203 | 1. Download the toolkit: `pip3 install convokit` |
198 | 204 | 2. Download Spacy's English model: `python3 -m spacy download en` |
|
0 commit comments