Auto labeling pipeline helps doccano to annotate a document automatically. This package is intended to be used from the inside of doccano. You shouldn't use this package directly.
To install auto-labeling-pipeline, simply run:
pip install auto-labeling-pipeline
You can contribute this project by adding new templates as follows:
- Add a new request model class to models.py.
- Add a new template(Jinja2 format) to templates/ directory.
- Add a new template class to mappings.py.
- Add a new option to menu.py.
- Testing.