Deep parsing/en: Difference between revisions
Appearance
Updating to match new version of source page |
Updating to match new version of source page |
||
| Line 1: | Line 1: | ||
<languages/> | |||
== 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. | ||
*[https:// | *[https://github.com/proycon/alpino_clam_webservice Webservice Code] | ||
*[https://www.let.rug.nl/vannoord/alp/Alpino/ Project page] | *[https://www.let.rug.nl/vannoord/alp/Alpino/ Project page] | ||
== 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. | ||
*[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] | ||
Latest revision as of 17:55, 13 November 2025
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.