Skip to content

ck624/dependency-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fully neural dependency parser

The reference implementation for the papers

Read, Tag, and Parse All at Once, or Fully-neural Dependency Parsing Jan Chorowski, Michal Zapotoczny, Pawel Rychlikowski (arxiv draft)

and

On Multilingual Training of Neural Dependency Parsers Michal Zapotoczny, Pawel Rychlikowski, Jan Chorowski (arxiv draft, accepted into the TSD 2017).

How to use

  • install all the dependencies (see the list below)
  • set your environment variables by calling source env.sh
  • download pre-trained models
  • run one of the models e.g. python bin/parse.py universal/baseline/universal_pl.zip will run an interactive parser for polish model trained on Universal Dependencies v1.3 data.

For more details please proceed to exp/dependency.

Online demo

An online demo is available at http://zapotoczny.pl/parser

Dependencies

  • Python packages: pykwalify, toposort, pyyaml, numpy, pandas, progressbar, picklable-itertools, segtok

License

MIT

This code is based on heavily modified End-to-End Attention-Based Large Vocabulary Speech Recognition

About

An implementation of fully-neural multilanguage dependency parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.9%
  • Cuda 2.2%
  • C++ 2.0%
  • Jupyter Notebook 1.8%
  • C 1.6%
  • TeX 1.0%
  • Other 0.5%