You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Hironsan 7876760979 Update README 6 years ago
app Update project model 6 years ago
data Add project template 6 years ago
docs Update README 6 years ago
tests Change directory structure 6 years ago
.gitignore Add project template 6 years ago
ISSUE_TEMPLATE.md Add project template 6 years ago
LICENSE Initial commit 6 years ago
Pipfile Add files for heroku 6 years ago
Procfile Add files for heroku 6 years ago
README.md Update README 6 years ago
requirements.txt Update requirements.txt 6 years ago
tox.ini Add project template 6 years ago

README.md

doccano

doccano is an open source text annotation tool for human. It provides annotation features for text classification, sequence labeling and sequence to sequence. So, you can create labeled data for sentiment analysis, named entity recognition, text summarization and so on. Just create project, upload data and start annotation. You can build dataset in hours.

Demo

You can enjoy annotation demo.

Sequence labeling

Sequence Labeling

Text classification

Text Classification

Sequence to sequence

Sequence Labeling

Features

  • Collaborative annotation
  • Language independent
  • (future) Auto labeling

Requirements

  • Python3.6+
  • django 2.0.5+
  • Google Chrome(highly recommended)

Installation

To install doccano, simply run:

$ git clone https://github.com/chakki-works/doccano.git
$ cd doccano
$ pip install -r requirements.txt

create superuser.

$ cd app
$ python manage.py createsuperuser

Usage

First, run web application:

$ python manage.py runserver

Then, open http://localhost:8080 in your browser.

Contribution

If you are favorite to doccano, please follow my GitHub and Twitter account. Please feel free to contact!