unipv-larl / udeasy

A tool for querying CoNLL-U files
7 stars 2 forks source link
# UDeasy [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa] ![Platform](https://img.shields.io/badge/platform-windows%20|%20linux%20|%20MacOS-orange.svg) [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/ [cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png

Udeasy is an application written in Python 3 whose main goal is to allow the user to easily query a treebank and extract patterns from a treebank in CoNLL-U format.

Webpage

Click here and visit the webpage of UDeasy to download the tool, read the guide and find all the information you could need.

Cite the tool

@InProceedings{brigadavilla:2022:CMLC10,
  author    = {Brigada Villa, Luca},
  title     = {UDeasy: a Tool for Querying Treebanks in CoNLL-U Format},
  booktitle      = {Proceedings of the Workshop on Challenges in the Management of Large Corpora (CMLC-10)},
  month          = {June},
  year           = {2022},
  address        = {Marseille, France},
  publisher      = {European Language Resources Association},
  pages     = {16--19},
  abstract  = {Many tools are available to query a dependency treebank, but they require the users to know a query language. In this paper I present UDeasy, an application whose main goal is to allow the users to easily query and extract patterns from a dependency treebank in CoNLL-U format.},
  url       = {https://aclanthology.org/2022.cmlc10-1.3}
}

License

UDeasy is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![cc-by-nc-sa-image]][cc-by-nc-sa]