Difference between revisions of "Parsing/udpipe"
(Created page with "= 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 ta...") |
(→Using UDPipe on Abel) |
||
Line 11: | Line 11: | ||
* Activate the NLPL module repository: | * Activate the NLPL module repository: | ||
module use -a /projects/nlpl/software/modulefiles/ | module use -a /projects/nlpl/software/modulefiles/ | ||
− | * Load the most recent version of the | + | * Load the most recent version of the udpipe module: |
module load nlpl-udpipe | module load nlpl-udpipe | ||
To learn more about using UDPipe, check the official [UDPipe User's Manual](http://ufal.mff.cuni.cz/udpipe/users-manual) | To learn more about using UDPipe, check the official [UDPipe User's Manual](http://ufal.mff.cuni.cz/udpipe/users-manual) |
Revision as of 10:25, 18 December 2018
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.
Using UDPipe on Abel
UDPipe is available as a module on Abel. It was installed as part of the OPUS activity.
How to use UDPipe:
- Log into Abel
- Activate the NLPL module repository:
module use -a /projects/nlpl/software/modulefiles/
- Load the most recent version of the udpipe module:
module load nlpl-udpipe
To learn more about using UDPipe, check the official [UDPipe User's Manual](http://ufal.mff.cuni.cz/udpipe/users-manual)