Contact [email protected]
if you have other question.
We highly recommend you read this document in browser, or view this document online at github
- How to use this tool
- File Description
- Label Tree
- Label System browser
- Run Text Label System
Go to release and download zip file according to your operating system.
Unzip the file, your folder will contain these files:
Go to Server folder, and execute server.exe to open local server.
Back to the root folder, and go to Web folder, open webpage.html with browser, and you can use this label system.
Below is the folder tree of this project
Label Rule
folder is under Server/data
folder. This folder contains the label tree text file, which describe your label architecture.
Once you have define your own label tree, put the file into this folder.
Mention! Label Rule Folder can only have ONE label tree text file. If you want to use new label rule tree, please remove old one.
Tokenize Rule
folder is under Server/data
folder. This folder contains the tokenization rule file, whick describe your tokenization method in Regular Expression. Currently we provide English and Chinese tokenization and named the tokenization rule files as English tokenize rule.txt
and Chinese tokenize rule.txt
respectively.
file
folder is under Server
folder. This folder contains the documents that you want to label. If you have a new document, just put it into this folder.
Label Tree is a tree like text file which describe your label architecture. For each label, you should put a * icon infront of it, and system will give this label a specific color to help you identify it. For each label, you can define its sub-labels. You can also sort these labels into several category to help you find them.
Below is the overview of Label System browser.
You can use the selection bar at top right corner to choose document.
Highlight the words you want to label, and choose the corresponding label. When your mouse is over the label, corresponding label and it text will highlight.
Access to Test-Label-System\Server
folder and run Run Server.bat
Do not close terminal when you are running server!!
Open Terminal and navigate to folder Text-Label-System\Server
and type bash Run_Server.sh
Do not close terminal when you are running server!!
Access to Test-Label-System\Web
and open webpage.html
(usually it will open with browser automatically)