Skip to content

smlblbn/dependencyparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dependencyparser

Graph dependency parser

In this project, graph dependency parser was implemented. The parser works in three steps. The first one is to assign (unlabelled) relation scores between the words in a sentence. The second the step is to extract the maximum spanning tree which will be the dependency tree based on these scores. The final step is to label the relations.

There are two models in this project. The first one assign scores to the possible relations (edges in the graph). The second one classify those edges with dependency relations.

About

Graph dependency parser implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages