diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-05-11 20:32:29 -0400 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-05-11 20:32:29 -0400 |
commit | c806a8fff63043f63773874986301f2822a2b552 (patch) | |
tree | 7f9cffbabe25684a6c753c10f153c573e14c0207 /phrasinator/Jamfile | |
parent | 708ad7d7dbfc8f8d52312c3989f86b183e12af45 (diff) |
Assimilate phrasinator
Diffstat (limited to 'phrasinator/Jamfile')
-rw-r--r-- | phrasinator/Jamfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phrasinator/Jamfile b/phrasinator/Jamfile new file mode 100644 index 00000000..1fc34f79 --- /dev/null +++ b/phrasinator/Jamfile @@ -0,0 +1,4 @@ +exe gibbs_train_plm : gibbs_train_plm.cc ..//utils ..//z ..//boost_program_options ; +exe gibbs_train_plm_notables : gibbs_train_plm.notables.cc ..//utils ..//z ..//boost_program_options ; + +alias programs : gibbs_train_plm gibbs_train_plm_notables ; |