Difference between revisions of "Parsing/udpipe"
(→Using UDPipe on Abel) |
|||
Line 1: | Line 1: | ||
= 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. | + | 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 [http://ufal.mff.cuni.cz/udpipe UDPipe Web page] including the [http://ufal.mff.cuni.cz/udpipe/users-manual UDPipe User's Manual] and |
− | == Using UDPipe on | + | == Using UDPipe on Puhti and Saga == |
− | UDPipe is available as a module on | + | UDPipe is available as a module on Puhti and Saga. It was installed as part of the OPUS activity. |
− | How to use UDPipe: | + | How to use UDPipe on Saga: |
− | * Log into | + | * Log into Saga |
* Activate the NLPL module repository: | * Activate the NLPL module repository: | ||
− | module use -a / | + | module use -a /custer/shared/nlpl/software/modules/etc |
* Load the most recent version of the udpipe module: | * Load the most recent version of the udpipe module: | ||
− | module load nlpl-udpipe | + | 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 |
Revision as of 20:23, 14 January 2020
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