All Projects → timvieira → spanning_tree

timvieira / spanning_tree

Licence: other
A reference implementation of algorithms for distributions over spanning trees.

Programming Languages

python
139335 projects - #7 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].