Installation

You can install the latest stable version from PyPI:

pip install source_resegmenter

Or, to install from source:

git clone https://github.com/hlt-mt/source-resegmenter.git
cd source-resegmenter
pip install .

For development (with docs and testing tools):

pip install .[dev]