From cad4f65ba3c97df9486f5cbacd983f9a9e618c4e Mon Sep 17 00:00:00 2001 From: Arianna Masciolini Date: Tue, 19 May 2026 14:14:15 +0200 Subject: [PATCH] add useful links for lab 3 part 1 --- lab3/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lab3/README.md b/lab3/README.md index b705a81..ee27343 100644 --- a/lab3/README.md +++ b/lab3/README.md @@ -61,6 +61,12 @@ but for this assignment lines like are perfectly acceptable too. +Useful links: + +- [docs](https://universaldependencies.org/guidelines.html) +- [treebank query tool](https://universal.grew.fr) +- [UDPipe](https://lindat.mff.cuni.cz/services/udpipe/) (recommended, but not from the very beginning: annotate some sentences by hand first) + ### Step 4: make sure your files match the CoNLL-U specification Check your treebank with the official UD validator. To do that, clone or download the [UD tools repository](https://github.com/UniversalDependencies/tools), move inside the corresponding folder and run