Commit Graph

2728 Commits

Author SHA1 Message Date
Kenneth Heafield
982af4a3ee Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-23 14:03:28 +00:00
Kenneth Heafield
ccf08a29f3 Link against libSegFault if possible, --git option for installation. 2011-11-23 14:01:58 +00:00
Barry Haddow
3980865f57 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-23 13:35:30 +00:00
Barry Haddow
2923e77605 Not needed - mbr is in the *-cmd directories. 2011-11-23 13:34:55 +00:00
Kenneth Heafield
942c31ea8e Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-23 12:31:02 +00:00
Kenneth Heafield
7c1dcf7f8a Locally configure bjam to use gcc. 2011-11-23 12:30:14 +00:00
Barry Haddow
713f2327f3 Some more ignores 2011-11-23 12:29:40 +00:00
Barry Haddow
eb4b85e0ed misc jamming 2011-11-23 12:10:45 +00:00
Kenneth Heafield
bf1da63b11 Better help message 2011-11-23 11:29:42 +00:00
Jun Lang
6ac3d430a3 There is potential bug for parsing numbers in scientific notation. 2011-11-23 10:39:28 +08:00
Kenneth Heafield
82d2513a83 Apparently order matters when it comes to <debug-symbols>on. 2011-11-22 13:17:31 -05:00
Kenneth Heafield
076d94dd9e Jam: Had inverted --notrace by accident. -g on by default at Barry's request. 2011-11-22 13:13:44 -05:00
Kenneth Heafield
cc7edff099 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-22 12:55:17 -05:00
Barry Haddow
6d1438b97f Disable object pool as it's broken (not threadsafe?) 2011-11-22 16:06:34 +00:00
Barry Haddow
ec36f64670 remove extra debug 2011-11-22 14:45:55 +00:00
Barry Haddow
5948912d1d Fix name of backoff parameter 2011-11-22 14:40:33 +00:00
Hieu Hoang
a8777ac5d2 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-22 08:03:56 +07:00
Hieu Hoang
888728814e make change suggested by Guchun Zhang 2011-11-22 08:00:34 +07:00
Kenneth Heafield
ca38bcab98 Stop bjam from complaining that a toolset isn't configured 2011-11-21 18:07:30 -05:00
Kenneth Heafield
c1ffa8ca52 BSD doesn't support readlink -f :-( 2011-11-21 14:46:39 -05:00
Kenneth Heafield
5ddd740c16 Jon Clark put . in his path 2011-11-21 14:41:10 -05:00
Kenneth Heafield
becf9f466a Use internal bjam on broken machines that have bjam but not boost-build 2011-11-21 13:30:00 -05:00
Kenneth Heafield
a65ed7e587 Jam: install executables in legacy paths and stop leaving a.out files everywhere 2011-11-21 13:20:52 -05:00
Kenneth Heafield
1480a8e809 Oops I deleted these in 72a4c8a0d3 2011-11-21 17:47:16 +00:00
Kenneth Heafield
0c239662bf Go back to using boost.jam. It does -mt right. 2011-11-21 12:41:14 -05:00
Kenneth Heafield
da89f1e9b9 Moses server Jam 2011-11-21 17:19:24 +00:00
Phil Williams
ee0a6dbd5c extract-ghkm: add the features required for use as a drop-in replacement
for extract-rules: composed rules, unaligned source word attachment,
non-lexical unary rule elimination, glue rule generation, unknown word
label generation, and EMS integration.
2011-11-21 16:21:04 +00:00
Kenneth Heafield
463f2e232e Link dynamically against libz if we have to 2011-11-21 15:09:38 +00:00
Kenneth Heafield
5822851f41 Attempt to unbreak build, now it wants static zlib 2011-11-21 15:02:40 +00:00
Kenneth Heafield
d683336714 Merge Jamfile 2011-11-21 09:34:56 -05:00
Kenneth Heafield
21d55d2c26 Jam: Documentation, link against -mt, SRI warnings off 2011-11-21 09:31:10 -05:00
bhaddow
5157e7a0dd Fix compile errors. 2011-11-21 14:02:32 +00:00
Barry Haddow
7fd0e6ca7f Remove GetTargetPhrase() (already have GetCurrTargetPhrase()) 2011-11-21 12:35:58 +00:00
Barry Haddow
07cbc1c1e5 suppress warnings for srilm 2011-11-21 12:25:04 +00:00
Kenneth Heafield
7e27cd1d8a Jam: automatic boost linkage, install path argument, globs 2011-11-21 06:42:46 -05:00
Barry Haddow
5baa595a91 Further direction removal 2011-11-21 11:14:05 +00:00
Barry Haddow
3dc30fd51a Remove direction from Phrase 2011-11-21 10:49:26 +00:00
Kenneth Heafield
c757e39494 Attempt to fix bjam for Hieu on OS X 2011-11-20 13:15:54 -05:00
Kenneth Heafield
9102477a07 bjam for people who don't have it 2011-11-18 13:14:09 -05:00
Kenneth Heafield
f15eee0abf Jam: Clean up boost library handling, assimilate mert 2011-11-18 11:27:57 -05:00
Kenneth Heafield
a5dea02f18 Merge branch 'master' of git@github.com:moses-smt/mosesdecoder 2011-11-18 10:41:06 -05:00
Kenneth Heafield
7a5a95009b Rename RandLM to Rand, avoiding a self-conflict for header names. Reduce header pollution. Add Jam support for RandLM. 2011-11-18 10:40:56 -05:00
Hieu Hoang
ce0065ff2a Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-11-18 22:13:46 +07:00
Hieu Hoang
b7366dc045 xcode 2011-11-18 22:09:01 +07:00
Kenneth Heafield
a82c3ee347 Fix --without-trace, add synlm compilation 2011-11-18 15:07:59 +00:00
Hieu Hoang
ce773fc65a xcode 2011-11-18 22:07:18 +07:00
Kenneth Heafield
5c9b28c55a Introducing Jamfiles
Currently supports kenlm, irstlm, and srilm options.

bjam [--with-srilm=/path/to/sri] [--with-irstlm=/path/to/irst] -j8
Places binaries in dist/ that pass regression tests.
2011-11-18 14:37:01 +00:00
Hieu Hoang
caac64a33b xcode 2011-11-18 21:33:58 +07:00
Kenneth Heafield
380b6c7197 KenLM compilation macro cleanup 2011-11-18 14:16:07 +00:00
Kenneth Heafield
8614d8f566 Reduce header pollution 2011-11-18 14:10:15 +00:00