Skip to content

ParShift

ParShift is a python package based on Gibson's framework for the analysis of conversational sequences.

The framework is established on the concept of participation shift, which refers to the shifting of individuals between the positions of speaker, target (addressee), and non-addressee (everyone else), in a group conversation.

Installation

From PyPI

pip install parshift

From source

Directly using pip:

pip install git+https://github.com/bdfsaraiva/parshift.git#egg=parshift

Or each step at a time:

git clone https://github.com/bdfsaraiva/parshift
cd parshift
pip install .

Getting Started

For an in-depth overview of the features of ParShift can follow along with one of the examples below:

Name Link
Participation Shifts with ParShift Open In Colab

Further reading

License

MIT License