home edit page issue tracker

This page pertains to UD version 2.

UD release checklist for the task force

This checklist describes the steps needed in order to release a new version of the UD data. It is meant for the maintenance task force rather than individual treebank teams.

Determining which treebanks will be released

Processing the data before releasing them

Updating automatically generated parts of documentation

Releasing the data

# Copy metadata to biblio.

# Check that Treex knows all new language codes (the script will say what to do if not).
# Then copy the new release from Dan's workspace to /net/data/universal-dependencies-2.xx.
$HAMLEDT/release_ud_ufal.pl --release 2.17

# Import the data to PML-TQ.
cd $HAMLEDT
perl ./populate_ud.pl 2.17
cd normalize
make clean
make qpmltq
grep 'TREEX-FATAL' *-pmltq.err
# Fix errors in PML-TQ export if any.
# Follow instructions in ud-to-pmltq manual ($HAMLEDT/pmltq/navod_na_export_ud_do_pmltq.odt).