Skip to content

mgzeke0/biaffineparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biaffineparser

Deep Biaffine Parser implementation as in https://arxiv.org/abs/1611.01734 Since I have no access to CoNLL09 data or the Penn Treebank data, I trained it on the publicly available CoNLL17 dataset. Here I uploaded a csv version converted using https://github.com/interrogator/conll-df

Installing:

Here's how to properly set up the project:

Run Training

Run the training launching

python -m parser.train

At the moment Hyperparameters information is in the code.

About

Deep Biaffine Parser implementation as in https://arxiv.org/abs/1611.01734

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages