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.
- Write down the summary of the paper with intuitive example
- parser model with neural network defined architecture to be implemented
- Doc for using the code
A Fast and Accurate Dependency Parser using Neural Networks by Danqi Chen, Christopher D. Manning