The Wayback Machine - https://web.archive.org/web/20221119131829/https://github.com/doccano/auto-labeling-pipeline
Skip to content

doccano/auto-labeling-pipeline

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

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.
  2. Add a new template(Jinja2 format) to templates/ directory.
  3. Add a new template class to mappings.py.
  4. Add a new option to menu.py.
  5. Testing.

License

MIT