add useful links for lab 3 part 1

This commit is contained in:
Arianna Masciolini
2026-05-19 14:14:15 +02:00
parent 2cc5040a46
commit cad4f65ba3

View File

@@ -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