当前位置:网站首页>[detailed use of doccano data annotation]
[detailed use of doccano data annotation]
2022-07-28 20:26:00 【Tianchi Xiaotian】
List of articles
Preface
Doccano Is an open source text annotation tool for human . It classifies text 、 Sequence annotation and sequence provide annotation function for sequence tasks . therefore , You can create tag data for emotional analysis , Named entity recognition , Text summary, etc . Just create a project , Upload data and start commenting . You can build a data set in a few hours .
` The following is the main body of this article , The following cases can be used for reference
One 、Doccano Data tagging
- You can try the annotation demo.
If in doubt :
- Read the documentation at the https://doccano.github.io/doccano/.
Usage
Three options to run doccano:
- pip (Python 3.8+)
- Docker
- Docker Compose
- document classification Text classification
- sequence labeling Sequence annotation , Used for named entity recognition
- sequence to sequence seq2seq, Used to translate
- speech to text Voice to text annotation
Docker
As a one-time setting , Create a Docker Containers
docker pull doccano/doccano
docker container create --name doccano \
-e "ADMIN_USERNAME=admin" \
-e "[email protected]" \
-e "ADMIN_PASSWORD=password" \
-v doccano-db:/data \
-p 8000:8000 doccano/doccano
docker container start doccano
Run it one by one and open it at the end. Insert the picture description here

Go to http://127.0.0.1:8000/. ----- Open your server or local IP
To stop the container, run docker container stop doccano -t 5. All data created in the container will persist across restarts.
Effect display 
Many detailed schemes can be referred to README
边栏推荐
- 【CodeForces】Educational Codeforces Round 132 (Rated for Div. 2)
- Raspberrypico analytic PWM
- Use of strtok and strError
- Regular symbol description
- Commands related to obtaining administrator permissions
- CM4 development cross compilation tool chain production
- Raspberry pie CM4 -- using metartc3.0 to integrate ffmpeg to realize webrtc push-pull streaming
- 一文让你搞懂什么是TypeScript
- C language data 3 (2)
- C language - control statement
猜你喜欢

C语言简单实例 1
![[C language] guessing numbers game [function]](/img/db/8ebdb02f137878224367503b730803.png)
[C language] guessing numbers game [function]

为什么客户支持对SaaS公司很重要?

C language data 3 (1)

Multi-Modal Knowledge Graph Construction and Application: A Survey
![[C language] simulation implementation of pow function (recursion)](/img/7b/ef8b3d97adc7810de249a37642c71f.png)
[C language] simulation implementation of pow function (recursion)
![最大交换[贪心思想&单调栈实现]](/img/ad/8f0914f23648f37e1d1ce69086fd2e.png)
最大交换[贪心思想&单调栈实现]

Raspberrypico analytic PWM
![[C language] step jumping problem [recursion]](/img/0c/32870484e89b494e41068f7c38b08e.png)
[C language] step jumping problem [recursion]

【实验分享】CCIE—BGP反射器实验
随机推荐
为什么客户支持对SaaS公司很重要?
[C language] summary of methods for solving the greatest common divisor
WFST decoding process
Simple use of robobrowser
C language - control statement
Two methods to judge the size end
Solve the brick stacking problem (DP)
[C language] Pointer advanced knowledge points
How can Plato obtain premium income through elephant swap in a bear market?
Solve the problem that jupyter cannot import new packages
ssm中项目异常处理
Raspberry pie creation self start service
[C language] random number generation and `include < time. H > 'learning
Richpedia: A Large-Scale, Comprehensive Multi-Modal Knowledge Graph
C语言数据 3(1)
[C language] comprehensively analyze the pointer and sort out the pointer knowledge points
What is the variance?
Store and guarantee rancher data based on Minio objects
Residual network RESNET source code analysis - pytoch version
[C language] 5000 word super detailed explanation of various operations of the sequence table