Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 715 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 715 Bytes

A Fast and Accurate Dependency Parser using Neural Networks

This is the implementation of the paper "A Fast and Accurate Dependency Parser using Neural Networks". Using neural network we can able to capitalize the transition based dependency parser.

TODO:

  1. Write down the summary of the paper with intuitive example
  2. parser model with neural network defined architecture to be implemented
  3. Doc for using the code

Original Paper:

A Fast and Accurate Dependency Parser using Neural Networks by Danqi Chen, Christopher D. Manning

Standford CS224N provides the starter code

Link to the course