Parsing/udpipe
UDPipe
UDPipe is an end-to-end system for morphosyntactic parsing in the UD framework developed by Milan Straka. It was used as the baseline system in the CoNLL shared tasks on universal dependency parsing in 2017 and 2018. This page only contains a brief introduction, for the full capability of UDPipe, please see the official UDPipe Web page including the UDPipe User's Manual and
Using UDPipe on Puhti and Saga
UDPipe is available as a module on Puhti and Saga. It was installed as part of the OPUS activity.
How to use UDPipe on Saga:
- Log into Saga
- Activate the NLPL module repository:
module use -a /custer/shared/nlpl/software/modules/etc
- Load the most recent version of the udpipe module:
module load nlpl-udpipe/1.2.1-devel
How to use UDPipe on Puhti:
- Log into Puhti
- Activate the NLPL module repository:
module use -a /projappl/nlpl/software/modules/etc
- Load the most recent version of the udpipe module:
module load nlpl-udpipe/1.2.1-devel