diff --git a/ud_script/README.md b/ud_script/README.md index 08bb35812f739228382f075b9d5cc22bc85154d1..4996a16426847e6dac536504e9ee6c9a162e6d8d 100644 --- a/ud_script/README.md +++ b/ud_script/README.md @@ -7,7 +7,7 @@ The script [train_ud_version.py](/combo/ud_script/train_ud_version.py) allows fo To find the `treebank_id` and `treebank_version`, visit https://universaldependencies.org/#download. The `treebank_version` is indicated at the beginning of the UD version, while the `treebank_id` is the value at the end of the link used to download it. See the attached image where both values for UD2.11 are highlighted in yellow. - + The script will automatically download and extract the UD data into the folder `output_directory`/ud_treebanks-`treebank_version`. Then, it creates a subfolder `output_directory/results` containing: - `serialization_directories` - folder with training results diff --git a/ud_script/instruction_ud_version.png b/ud_script/instruction_ud_version.png new file mode 100644 index 0000000000000000000000000000000000000000..cf10a79920e3febcb1dc9b2c88a30d92e1dc0ca5 Binary files /dev/null and b/ud_script/instruction_ud_version.png differ