diff options
| author | Kenneth Heafield <github@kheafield.com> | 2012-05-11 19:00:26 -0400 | 
|---|---|---|
| committer | Kenneth Heafield <github@kheafield.com> | 2012-05-11 19:00:26 -0400 | 
| commit | 45a28264df3f1347eba603ee0758e5d7f063c327 (patch) | |
| tree | a9c643170f7d70455b985ef90682f3826865b4dc /mteval | |
| parent | d89d7d363a8f770eb309bb7b4e45eaa9d24468fb (diff) | |
Add just enough jam to compile the decoder.
Diffstat (limited to 'mteval')
| -rw-r--r-- | mteval/Jamfile | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/mteval/Jamfile b/mteval/Jamfile new file mode 100644 index 00000000..f671134a --- /dev/null +++ b/mteval/Jamfile @@ -0,0 +1,8 @@ +import testing ; + +lib mteval : ter.cc comb_scorer.cc aer_scorer.cc scorer.cc external_scorer.cc ns.cc ns_ter.cc ns_ext.cc ns_comb.cc ns_docscorer.cc ..//utils : <include>. : : <include>. ; +exe fast_score : fast_score.cc mteval ..//utils ..//boost_program_options ; +exe mbr_kbest : mbr_kbest.cc mteval ..//utils ..//boost_program_options ; +alias programs : fast_score mbr_kbest ; + +unit-test scorer_test : scorer_test.cc mteval ..//utils ..//z ..//boost_unit_test_framework ; | 
