/JointCWPDParser

Deep Graph-based Character-Level Chinese Dependency Parsing

Primary LanguagePythonApache License 2.0Apache-2.0

This repository contains the code for Deep Graph-Based Character-Level Chinese Dependency Parsing

Requirements

  • Python >= 3.7
  • torch >= 1.0
  • transformers >= 4.0

If you found the resources in this repo helpful, please cite the following paper:

@ARTICLE{wu2021char,  
author={Wu, Linzhi and Zhang, Meishan},  
journal={IEEE/ACM Transactions on Audio, Speech, and Language Processing},   
title={Deep Graph-Based Character-Level Chinese Dependency Parsing},   
year={2021},  
volume={29},  
pages={1329-1339}
}