This document discusses unsupervised dependency parsing methods. It introduces dependency grammar and dependency parsing, noting that supervised parsing requires large annotated datasets but only a few such treebanks exist. It then describes fully unsupervised parsing models, including the seminal Dependency Model with Valence (DMV) and examples of its recursive calculations to define a probability distribution over parses. Finally, it mentions syntactic transfer models that project annotations across languages.