diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-07-10 23:00:21 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-07-10 23:00:21 -0400 |
commit | 7ff60b69cc21c90695ca20829375e6bf9b5f452d (patch) | |
tree | c25cd4d983faeb09cdb7491e26ea98ed68c905c0 /Makefile.am | |
parent | 4b73c9b8d22cd490e4bf735641aab592b346e966 (diff) |
starting implementation of Hopkins&May (2011) optimizer
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f5397d0b..98b4bac7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # warning - the subdirectories in the following list should # be kept in topologically sorted order. Also, DO NOT introduce # cyclic dependencies between these directories! -SUBDIRS = utils mteval klm/util klm/lm decoder phrasinator training mira vest extools +SUBDIRS = utils mteval klm/util klm/lm decoder phrasinator training mira vest pro-train extools #gi/pyp-topics/src gi/clda/src gi/posterior-regularisation/prjava |