Skip to content

alokpadhi/dependency-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Neural Network based Dependency Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages