depar

This repo contains the code for dependency parsers we used in xxx, which intergrades the following GitHub repos and libraries:

If you use the code here for dependency parsing, please cite the original parser papers.

Checkpoints

We release all checkpoints trained by ourselves, which can be downloaded from:

Parser English German
StackPointer en de
Biaffine en de
CRF2o en de

Those checkpoints were trained on the merged UD v2.12 treebank, as described in our paper.

Please check the original GitHub for training.