Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 700 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 700 Bytes

This project contains an implementation of the DMV and CCM

DMV/CCM: D. Klein& C. Manning, "Corpus-based induction of syntactic structure: Models of dependency and constituency", Proceedings of the 42nd Annual Meeting on Association for Computational Linguistics, 2004. http://aclweb.org/anthology/P/P04/P04-1061.pdf

Implementation by Franco M. Luque

To use:

Install NLTK. Version 2 works. Use Python 2.7. (2.6 should work.) Install NLTK Data (all packages).

See demo.py. You must supply a corpus.

Provided by: David Reitter, Aug 2013, [email protected] (I cannot help you getting this to run, but I will merge your patches/extensions on Github.)

Licensed under the GNU Public License V3.