This repo contains the code for dependency parsers we used in xxx, which intergrades the following GitHub repos and libraries:
-
NeuroNLP2:
StackPointer
(Ma et al., 2018) -
SuPar:
Deep Biaffine
(Dozat and Manning, 2017),CRF2O
(Zhang et al., 2020) -
TowerParse:
TowerParse
(Glavas and Vulic, 2021) -
Stanza:
Stanza
(Qi et al., 2020),CoreNLP
(Manning et al., 2014)
If you use the code here for dependency parsing, please cite the original parser papers.
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.