3.2 KiB
Welcome to doccano
Text Annotation for Human
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.
Named entity recognition
First demo is one of the sequence labeling tasks, named-entity recognition. You just select text spans and annotate it. Since doccano supports shortcut key, so you can quickly annotate text spans.
Sentiment analysis
Second demo is one of the text classification tasks, topic classification. Since there may be more than one category, you can annotate multi-labels.
Machine translation
Final demo is one of the sequence to sequence tasks, machine translation. Since there may be more than one responses in sequence to sequence tasks, you can create multi responses.
Quick Deployment
Azure
Doccano can be deployed to Azure (Web App for Containers + PostgreSQL database) by clicking on the button below:
Heroku
Doccano can be deployed to Heroku by clicking on the button below:
Of course, you can deploy doccano by using heroku-cli.
heroku create
heroku stack:set container
git push heroku master
AWS
Doccano can be deployed to AWS (Cloudformation) by clicking on the button below:
Notice: (1) EC2 KeyPair cannot be created automatically, so make sure you have an existing EC2 KeyPair in one region. Or create one yourself. (2) If you want to access doccano via HTTPS in AWS, here is an instruction.