hajingit / Cornell-Conversational-Analysis-Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cornell Conversational Analysis Toolkit

This toolkit contains tools to extract conversational features and analyze social phenomena in conversations. Several large conversational datasets are included together with scripts exemplifying the use of the toolkit on these datasets.

The toolkit currently implements features for:

Code

The code for the toolkit can be found here.

Usage

Installation

  1. Install or use Python 3.
  2. Run python3 setup.py install to install the package.
  3. Run python -m spacy download en

Use

Use import convokit to import it into your project.

Detailed installation and usage examples are also provided on the specific pages dedicated to each function of this toolkit.

Documentation

Documentation is hosted here.

The documentation is built with Sphinx (pip3 install sphinx). To build it yourself, navigate to doc/ and run make html.

Acknowledgements

Andrew Wang (azw7@cornell.edu) wrote the Coordination code and the respective example script, wrote the heper functions and designed the structure of the toolkit.

Ishaan Jhaveri (iaj8@cornell.edu) refactored the Question Typology code and wrote the respective example scripts.

About


Languages

Language:Python 90.4%Language:Makefile 5.4%Language:HTML 4.2%