Publications
Conference Proceedings
-
Inglese, Guglielmo & Brigada Villa, Luca (2021). Inferring Morphological Complexity from Syntactic Dependency Networks: A Test. In: Proceedings of the Third Workshop on Computational Typology and Multilingual NLP: 10–22. DOI: 10.18653/v1/2021.sigtyp-1.2 [pdf] [BibTex] [code]
-
Brigada Villa, Luca (2022). UDeasy: a Tool for Querying Treebanks in CoNLL-U Format. In: Proceedings of the Workshop on Challenges in the Management of Large Corpora (CMLC-10): 16–19. [pdf] [BibTex] [code]
-
Brigada Villa, Luca, Biagetti, Erica & Zanchi, Chiara (2022). Annotating “Absolute” Preverbs in the Homeric and Vedic Treebanks. In: Proceedings of the Second Workshop on Language Technologies for Historical and Ancient Languages (LT4HALA): 26–30. [pdf] [BibTex] [code]
Tools
UDeasy
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. To do this, users are prompted in a series of dialogs to enter relevant information about syntactic nodes, their properties, relationship, and positions. The functions to extract the occurrences from a treebank rely on the udapi Python package. The graphic interface is built using the GUI toolkit wxPython. Due to its ease of use it is a useful tool for the community of linguists who want to use a data-driven approach and for the students who approach dependency treebanks without almost any experience with queries. [webpage] [source code]