summaryrefslogtreecommitdiff
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-12-06 12:17:27 -0500
committerWu, Ke <wuke@cs.umd.edu>2014-12-06 12:17:27 -0500
commitf74345e54b9f5f5f894d81df61e85fddc53a520a (patch)
tree2f1599aefc2471ad534018e424c5c78e5e9737c2 /utils/Makefile.am
parente39742355186ebf59a369b2e5b369648047ca216 (diff)
Move non-MaxEnt code out of utils
1. alignment.h, argument_reorder_model.h, src_sentence.h, tree.h, tsuruoka_maxent.h -> decoder/ff_const_reorder_common.h. 2. Trainers source files (argument_reorder_model.cc and constituent_reorder_model.cc) are moved to training/const_reorder.
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 53967561..fabb4454 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS = reconstruct_weights atools const_reorder_model_trainer argument_reorder_model_trainer
+bin_PROGRAMS = reconstruct_weights atools
noinst_PROGRAMS = \
ts \
@@ -20,9 +20,7 @@ noinst_LIBRARIES = libutils.a
libutils_a_SOURCES = \
test_data \
alias_sampler.h \
- alignment.h \
alignment_io.h \
- argument_reorder_model.h \
array2d.h \
b64tools.h \
batched_append.h \
@@ -61,15 +59,12 @@ libutils_a_SOURCES = \
show.h \
small_vector.h \
sparse_vector.h \
- srl_sentence.h \
star.h \
static_utoa.h \
stringlib.h \
string_piece.hh \
tdict.h \
timing_stats.h \
- tree.h \
- tsuruoka_maxent.h \
utoa.h \
value_array.h \
verbose.h \
@@ -91,7 +86,6 @@ libutils_a_SOURCES = \
filelib.cc \
stringlib.cc \
string_piece.cc \
- synutils.h \
sparse_vector.cc \
timing_stats.cc \
verbose.cc \
@@ -106,10 +100,6 @@ reconstruct_weights_LDADD = libutils.a
atools_SOURCES = atools.cc
atools_LDADD = libutils.a
atools_LDFLAGS = $(STATIC_FLAGS)
-const_reorder_model_trainer_SOURCES = constituent_reorder_model.cc
-const_reorder_model_trainer_LDADD = libutils.a
-argument_reorder_model_trainer_SOURCES = argument_reorder_model.cc
-argument_reorder_model_trainer_LDADD = libutils.a
phmt_SOURCES = phmt.cc
phmt_LDADD = libutils.a $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS)