Deep parsing: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Alpino dependency parser== Hybrid parser based on a linguistic formalism *[https://webservices.cls.ru.nl/alpino Online version] *[https://www.let.rug.nl/vannoord/alp/Alpin...") |
No edit summary |
||
Line 4: | Line 4: | ||
*[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] | ||
== UD pipe== | |||
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. | |||
*[https://lindat.mff.cuni.cz/services/udpipe/run.php Online version] | |||
*[https://ufal.mff.cuni.cz/udpipe Project page] |
Revision as of 14:28, 12 March 2021
Alpino dependency parser
Hybrid parser based on a linguistic formalism
UD pipe
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.