当前位置:网站首页>[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
边栏推荐
- Residual network RESNET source code analysis - pytoch version
- HSETNX KEY_NAME FIELD VALUE 用法
- 一文让你搞懂什么是TypeScript
- [C language] header file of complex number four operations and complex number operations
- Other IPS cannot connect to the local redis problem solving and redis installation
- WUST-CTF2021-re校赛wp
- Raspberry pie uses the command line to configure WiFi connections
- Solutions to the environment created by Anaconda that cannot be displayed in pycharm
- 【CodeForces】Educational Codeforces Round 132 (Rated for Div. 2)
- 七种轮询介绍(后附实践链接)
猜你喜欢
熊市下PLATO如何通过Elephant Swap,获得溢价收益?
为什么客户支持对SaaS公司很重要?
Basic mathematical knowledge (update)
[C language] header file of complex number four operations and complex number operations
Merge sort template
一碰撞就自燃,谁来关心电池安全?上汽通用有话说
基于 MinIO 对象存储保障 Rancher 数据
MySQL startup error 1607 unexpected process termination
DSACTF7月re
CNN convolution neural network learning process (weight update)
随机推荐
Scene thread allocation in MMO real-time combat games
C语言简单实例 1
How can Plato obtain premium income through elephant swap in a bear market?
[C language] step jumping problem [recursion]
[C language] print pattern summary
Wust-ctf2021-re school match WP
[C language] shutdown game [loop and switch statement]
Dsactf July re
Vivado design single cycle CPU
[C language] simulation implementation of pow function (recursion)
Solve the problem that jupyter cannot import new packages
Common instructions of vim software
Raspberry pie CM4 -- using metartc3.0 to integrate ffmpeg to realize webrtc push-pull streaming
基于 MinIO 对象存储保障 Rancher 数据
Tree row expression
HSETNX KEY_ Name field value usage
Common commands of raspberry pie
Product manager interview | innovation and background of the fifth generation verification code
8. Compilation errors of C language and Chinese explanation
字符设备驱动结构