Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 931 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 931 Bytes

BIST Parsers

A hybird of a Graph-based and a Transition-based parser using BiLSTM

This project is a hybird of a graph-based and a transition-based parser. The main principle comes from the paper Simple and Accurate Dependency Parsing Using Bidirectional LSTM Feature Representations.

Our repository is forked from elikip's repo. He wrote the code with DyNet. We use Python 3.6 with PyTorch, and my cooperator xiezhq-hermann rewrites the graph-based parser using Python3.

Required software

License

This software is released under the terms of the Apache License, Version 2.0.