/dependency-parser

Neural Network based Dependency Parser

Primary LanguagePython

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