/dmvccm

DMV/CCM implementation

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

** Makes it working with Python 2.7 and NLTK 3. See file dmv_ccm_demo.py. **

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, reitter@psu.edu (I cannot help you getting this to run, but I will merge your patches/extensions on Github.)

Licensed under the GNU Public License V3.