參考
【利用brat進行語料標注】【https://blog.csdn.net/tcx1992/article/details/80580089】【用brat標注的例子】【https://wetest.qq.com/lab/view/31.html】
【brat使用方法】【https://blog.csdn.net/everlasting_188/article/details/79962947】
【BIO & BIESO標注】【https://blog.csdn.net/HappyRocking/article/details/79716212】【https://blog.csdn.net/u011828281/article/details/81171066】
【NLP文本語料庫、圖像數據集、文本標注工具、圖像標注工具】【https://blog.csdn.net/mengfanzhong/article/details/80638226】
使用 brat 進行文本語料庫標注——采用BIESO的標簽設置。
一、下載brat
下載安裝包tar文件,地址【http://brat.nlplab.org/】
需要 unix系統 以及 Web server支持cgi環境(啥是cgi環境:外部應用程序 和 Web服務器的交互接口標准)。
我這里系統使用的是Ubuntu的虛擬機。
二、Ubuntu系統
略過了。有Ubuntu就直接用,沒有的可以使用Ubuntu虛擬機替代。
三、安裝
參考官網【http://brat.nlplab.org/installation.html】
tar xzf brat-v1.3_Crunchy_Frog.tar.gz //解壓安裝包 cd brat-v1.3_Crunchy_Frog //進入文件夾 sudo ./install.sh -u //運行install腳本 //根據提示設置用戶名、password、郵箱 python standalone.py //運行standalone的.py文件
在firefox里打開terminal上給出的鏈接地址,即:http://127.0.0.1:8001
即可開始使用brat。
四、使用教程
摸索中。待補充