Deep parsing: Difference between revisions
Appearance
No edit summary |
Marked this version for translation |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | == Alpino dependency parser== <!--T:1--> | ||
<!--T:5--> | |||
Alpino is a hybrid parser based on a linguistic formalism. | Alpino is a hybrid parser based on a linguistic formalism. | ||
<!--T:2--> | <!--T:2--> | ||
*[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] | ||
<!--T:3--> | == UDpipe== <!--T:3--> | ||
<!--T:6--> | |||
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. | ||
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.