Description • Owner • Install • Docs
OpenPecha Toolkit allows state of the art solution for distributed standoff annotations on moving texts, in which Base layer can be edited without affecting annotations. This is made possible by our OpenPecha Native Format called opf
(OpenPecha Format) and our collection of importers
which can parse existing text into opf
and exporters
which can export opf
text into any format (.epub
, .docx
, .pdf
, etc)
Stable version:
Daily development version:
git clone https://github.com/OpenPecha-dev/openpecha-toolkit.git
cd openpecha-toolkit
pip install -r requirements-dev.txt
pip install -e .
pre-commit install
PYTHONPATH=.:$PYTHONPATH pytest tests