Skip to content

BOUN-TABILab-TULAP/Standalone-Annotation-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standalone-Annotation-Tool

Tool Description

This tool is named Boğaziçi University Annotation Tool (BoAT). BoAT is a desktop annotation tool which is specifically designed for dependency parsing and supports the CoNLL-U format. Annotation tools are fundamental to the facilitation of the annotation process of many NLP tasks including dependency parsing. BoAT offers both tree view and table view for the dependency parse of a sentence. In the tree view, the sentence is visualized in the form of a graph. In the table view, the sentence is shown along with its default fields which are ID, FORM, LEMMA, UPOS, XPOS, FEATS, HEAD, DEPREL, DEPS, and MISC. Annotators can customize the table view according to their needs.

This tool was referenced by the paper:
Türk, U., Atmaca, F., Özateş, Ş.B. et al. Resources for Turkish dependency parsing: introducing the BOUN Treebank and the BoAT annotation tool. Lang Resources & Evaluation 56, 259–307 (2022). https://doi.org/10.1007/s10579-021-09558-0

Installation and Running

This tool easily can be built with the following instructions:

  1. Obtain the code using one of the following methods:
  1. Go to the newly created directory (if using zip the directory should be 'Standalone-Annotation-Tool-main'. If using git the directory should be 'Standalone-Annotation-Tool').
  2. Install the dependencies by pip install -r requirements.txt
  3. Run the tool with the command python main.py

About

A standalone tool for manual linguistic annotation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published