Deep parsing: Difference between revisions

From Clarin K-Centre
Jump to navigation Jump to search
No edit summary
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
== Alpino dependency parser==
== Alpino dependency parser==
Alpino is a hybrid parser based on a linguistic formalism.
Alpino is a hybrid parser based on a linguistic formalism.


<!--T:2-->
*[https://webservices.cls.ru.nl/alpino Online version]
*[https://webservices.cls.ru.nl/alpino Online version]
*[https://www.let.rug.nl/vannoord/alp/Alpino/ Project page]
*[https://www.let.rug.nl/vannoord/alp/Alpino/ Project page]


<!--T:3-->
== UDpipe==
== UDpipe==
UDPipe is a trainable pipeline for tokenization, tagging, lemmatization and dependency parsing of CoNLL-U files. UDPipe is language-agnostic and can be trained given annotated data in CoNLL-U format.  
UDPipe is a trainable pipeline for tokenization, tagging, lemmatization and dependency parsing of CoNLL-U files. UDPipe is language-agnostic and can be trained given annotated data in CoNLL-U format.  


<!--T:4-->
*[https://lindat.mff.cuni.cz/services/udpipe/run.php Online version]
*[https://lindat.mff.cuni.cz/services/udpipe/run.php Online version]
*[https://ufal.mff.cuni.cz/udpipe Project page]
*[https://ufal.mff.cuni.cz/udpipe Project page]
</translate>
</translate>

Revision as of 09:36, 3 April 2024

Alpino dependency parser

Alpino is a hybrid parser based on a linguistic formalism.

UDpipe

UDPipe is a trainable pipeline for tokenization, tagging, lemmatization and dependency parsing of CoNLL-U files. UDPipe is language-agnostic and can be trained given annotated data in CoNLL-U format.