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 | dba1128114d68ed46cdea98ecb887c7657a78474 (patch) | |
| tree | f60538578807ac60a98b686dd28cb5ceb00d73ac | |
| parent | 5d2d8752f03934acb61dc9ca826563900d413e44 (diff) | |
Assimilate phrasinator
| -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 ; |
