Skip to content

hajingit/Cornell-Conversational-Analysis-Toolkit

 
 

Repository files navigation

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 ([email protected]) wrote the Coordination code and the respective example script, wrote the heper functions and designed the structure of the toolkit.

Ishaan Jhaveri ([email protected]) refactored the Question Typology code and wrote the respective example scripts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.4%
  • Makefile 5.4%
  • HTML 4.2%