https://github.com/doccano/auto-labeling-pipeline
doccano auto labeling pipeline helps doccano to annotate a document automatically.
https://github.com/doccano/auto-labeling-pipeline
annotation-tool data-labeling doccano machine-learning natural-language-processing python text-annotation
Last synced: 5 months ago
JSON representation
doccano auto labeling pipeline helps doccano to annotate a document automatically.
- Host: GitHub
- URL: https://github.com/doccano/auto-labeling-pipeline
- Owner: doccano
- License: mit
- Created: 2020-11-01T09:18:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T10:06:49.000Z (over 2 years ago)
- Last Synced: 2024-12-07T02:50:13.784Z (about 1 year ago)
- Topics: annotation-tool, data-labeling, doccano, machine-learning, natural-language-processing, python, text-annotation
- Language: Python
- Homepage:
- Size: 388 KB
- Stars: 40
- Watchers: 4
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Auto labeling pipeline
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.
## Installation
To install auto-labeling-pipeline, simply run:
```bash
pip install auto-labeling-pipeline
```
## How to contribute
You can contribute this project by adding new templates as follows:
1. Add a new request model class to [models.py](https://github.com/doccano/auto-labeling-pipeline/blob/master/auto_labeling_pipeline/models.py).
2. Add a new template(Jinja2 format) to [templates/](https://github.com/doccano/auto-labeling-pipeline/tree/master/auto_labeling_pipeline/templates) directory.
3. Add a new template class to [mappings.py](https://github.com/doccano/auto-labeling-pipeline/blob/master/auto_labeling_pipeline/mappings.py).
4. Add a new option to [menu.py](https://github.com/doccano/auto-labeling-pipeline/blob/master/auto_labeling_pipeline/menu.py).
5. Testing.
## License
[MIT](https://github.com/doccano/auto-labeling-pipeline/blob/master/LICENSE)