descriptionDMVCCM parser
homepage URLhttp://folk.uib.no/kun041/dmvccm/report.pdf
ownerunhammer@fsfe.org
last changeMon, 25 Oct 2010 12:11:02 +0000 (25 14:11 +0200)
content tags
add:
readme

An implementation of Klein and Manning's DMV/CCM parser, an unsupervised stochastic parser for natural language syntax. The CCM finds constituent structure (sentence bracketing), whereas the DMV finds dependency structure (head-modifier pairs). There is no explicit linguistic knowledge programmed into the parsers (thus "unsupervised").

See the original thesis by Klein (pdf), and the project report (pdf) for further information.

shortlog
2010-10-25 Kevin Brubeck... remove backups, chmod -xmaster
2010-10-25 Kevin Brubeck... remove old backups (trust in vc)
2008-09-30 Kevin Brubeck... added ccm.py
2008-09-27 Kevin Brubeck... Update to remove faulty gold parses. Seems Done now :)
2008-09-21 Kevin Brubeck... minor additions
2008-09-21 Kevin Brubeck... report almost done
2008-09-18 Kevin Brubeck... another little fix to stop initialization
2008-09-18 Kevin Brubeck... another little fix to stop initialization
2008-09-18 Kevin Brubeck... rewrote loc_h_harmonic's STOP initialization to reflect...
2008-09-18 Kevin Brubeck... fixed a little bug in root reestimation (forgot to...
2008-09-03 Kevin Brubeck... before removing sum_hat_a from p_ATTACH
2008-09-03 Kevin Brubeck... running manual EM on sentence NVN
2008-08-29 Kevin Brubeck... started on pure cnf version, see sec6 of formulas.pdf
2008-08-27 Kevin Brubeck... loc_h_dmv reestimation conforms to formulas.pdf, but...
2008-08-20 Kevin Brubeck... first attempt at fixing the w-bug, todo: test
2008-08-20 Kevin Brubeck... found a bug in w-formula, 1/P_s should be outside sums...
...
heads
13 years ago master
15 years ago mob