diff options
author | Chris Dyer <redpony@gmail.com> | 2014-12-17 22:04:58 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-12-17 22:04:58 -0500 |
commit | fb3eed63fb8d97e807eeff8543428680c4a27ab2 (patch) | |
tree | e02b77084f28a18df6b854f87a986124db44d717 /training/Makefile.am | |
parent | 796768086a687d3f1856fef6489c34fe4d373642 (diff) | |
parent | 1613f1fc44ca67820afd7e7b21eb54b316c8ce55 (diff) |
Merge pull request #63 from kho/const_reorder_2
Soft linguistic reordering constraints from http://www.aclweb.org/anthology/P14-1106
Diffstat (limited to 'training/Makefile.am')
-rw-r--r-- | training/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/training/Makefile.am b/training/Makefile.am index 8ef3c939..2812a9be 100644 --- a/training/Makefile.am +++ b/training/Makefile.am @@ -8,5 +8,5 @@ SUBDIRS = \ dtrain \ latent_svm \ mira \ - rampion - + rampion \ + const_reorder |