Skip to content

An environment for evaluating CoNLL-U datasets written in Python/Flask and Javascript/Jquery

License

Notifications You must be signed in to change notification settings

alvelvis/Julgamento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julgamento

Julgamento is an enviroment for evaluating annotated corpora in the CoNLL-U format. It's been used in several research projects at PUC-Rio, including Linguistic resources for Portuguese Natural Language Processing from the Linguistics Department of PUC-Rio, in Brazil, under the supervision of Prof. Cláudia Freitas, and project Petrolês, at the Applied Computational Intelligence Laboratory from PUC-Rio.

Julgamento is part of ET: a workstation for querying, revising and evaluating annotated corpora. Consider also installing Interrogatório, an enviroment for querying and revising annotated corpora, in the same folder as Julgamento to integrate both.

If you wish to deploy Julgamento to a web server, using Ubuntu/Apache2, check Deploying with Ubuntu/Apache2.

Check the Wiki for a broader understanding of Julgamento tools.

How to run on a Windows machine

  1. Go to releases

  2. Download the latest version Julgamento.zip

  3. Extract the folder Julgamento from the zip file

  4. Double click julgamento_for_windows.bat

How to install in a local server: 4-steps Tutorial

If you wish to run Julgamento in a local server, a Linux computer (or Windows with Windows Subsystem for Linux), python3 and virtualenv are needed.

  1. The recommended way to download the repository is by cloning it. In a terminal, execute the following command:

    $ git clone https://github.com/alvelvis/Julgamento.git --recursive

  2. Change to the directory:

    $ cd Julgamento

  3. After downloading the repository, run the command below, and it will then create a Python 3 virtual environment and install the requirements in order to run Julgamento.

    $ sh install_julgamento.sh

  4. Then, whenever you intend to run Julgamento locally, run the command below and it will also auto-update when necessary if you cloned the repo using Git:

    $ sh run_julgamento.sh

All set, you'll be able to access Julgamento by the local page http://127.0.0.1:5050/. End the server by pressing "Ctrl+C" in the terminal window.

How to cite

@inproceedings{ETtilic,
  title={ET: uma Estação de Trabalho para revisão, edição e avaliação de corpora anotados morfossintaticamente},
  author={de Souza, Elvis and Freitas, Cl{\'a}udia},
  booktitle={VI Workshop de Iniciação Científica em Tecnologia da Informação e da Linguagem Humana (TILic 2019)},
  place={Salvador, BA, Brazil, Outubro, 15-18, 2019},
  year={2019}
}

About

An environment for evaluating CoNLL-U datasets written in Python/Flask and Javascript/Jquery

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •