Skip to content

A reference implementation of algorithms for distributions over spanning trees.

Notifications You must be signed in to change notification settings

timvieira/spanning_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A reference implementation of algorithms for distributions over spanning trees

This project provides a reference implementation of the inference algorithms for globally normalized distributions over directed spanning trees. In natural language processing, such models are used to develop nonprojective dependency parsers. The current implementation shows the matrix-tree theorem in action. The implementation is carefully tested against brute-force algorithms that explicitly marginalizes over directed trees.

Citation: If you found this useful, please cite it as

@software{vieira-spanningtree,
  author = {Tim Vieira},
  title = {A reference implementation of algorithms for distributions over spanning trees},
  url = {https://github.com/timvieira/spanning_tree}
}

References: In 2007, three different groups published similar methods for inference in discriminative nonprojective dependency parsing.

About

A reference implementation of algorithms for distributions over spanning trees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages