Skip to main content

doccano

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

Demo

You can try the annotation demo.

Demo image

Features

  • Collaborative annotation
  • Multi-language support
  • Mobile support
  • Emoji :smile: support
  • Dark theme
  • RESTful API

Installation

To install doccano, simply run:

pip install doccano

By default, SQLite 3 is used for the default database. If you want to use PostgreSQL, install the additional dependencies:

pip install 'doccano[postgresql]'

and set DATABASE_URL environment variable according to your PostgreSQL credentials:

DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable"

After installation, run the following commands:

# Initialize database.
doccano init
# Create a super user.
doccano createuser --username admin --password pass
# Start a web server.
doccano webserver --port 8000

In another terminal, run the following command:

# Start the task queue to handle file upload/download.
doccano task

Go to http://127.0.0.1:8000/.

FAQ

See the documentation for details.

Contribution

As with any software, doccano is under continuous development. If you have requests for features, please file an issue describing your request. Also, if you want to see work towards a specific feature, feel free to contribute by working towards it. The standard procedure is to fork the repository, add a feature, fix a bug, then file a pull request that your changes are to be merged into the main repository and included in the next release.

Here are some tips might be helpful. How to Contribute to Doccano Project

Citation

@misc{doccano,
  title={{doccano}: Text Annotation Tool for Human},
  url={https://github.com/doccano/doccano},
  note={Software available from https://github.com/doccano/doccano},
  author={
    Hiroki Nakayama and
    Takahiro Kubo and
    Junya Kamura and
    Yasufumi Taniguchi and
    Xu Liang},
  year={2018},
}

Contact

For help and feedback, please feel free to contact the author.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doccano-1.6.0.tar.gz (19.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

doccano-1.6.0-py3-none-any.whl (20.0 MB view details)

Uploaded Python 3

File details

Details for the file doccano-1.6.0.tar.gz.

File metadata

  • Download URL: doccano-1.6.0.tar.gz
  • Upload date:
  • Size: 19.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.7 Darwin/18.2.0

File hashes

Hashes for doccano-1.6.0.tar.gz
Algorithm Hash digest
SHA256 d11ed47357e53a013a156be8dcc38dbc2e47a02e66af6e883a8a2977e9a69cc1
MD5 9b522074cb97fc2a63d9bd02bdea28d1
BLAKE2b-256 e1350111d2e55dd104ef3f6ec6862a2331b68824bd1a0ce888a96b57a402eac9

See more details on using hashes here.

File details

Details for the file doccano-1.6.0-py3-none-any.whl.

File metadata

  • Download URL: doccano-1.6.0-py3-none-any.whl
  • Upload date:
  • Size: 20.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.7 Darwin/18.2.0

File hashes

Hashes for doccano-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a10fbede41a35aecab877a01fa02b898c4ef434eb7e288aae441f424455683b6
MD5 d1fb0cf0d1a6c0012a587f0f7ed0f6b9
BLAKE2b-256 5158d95e9765a452be7af4dbea0fd61d1f6b65fc7182e63cfcf00783ddf53f01

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page