Marcin Junczys-Dowmunt
|
8df47a281f
|
Fixed memory leak, replaced pthread_t with boost:🧵:id
|
2012-08-11 01:26:40 +02:00 |
|
Marcin Junczys-Dowmunt
|
01b9cc36b9
|
Added -threads all
|
2012-08-11 01:03:32 +02:00 |
|
Marcin Junczys-Dowmunt
|
ad2d554428
|
Added -threads all
|
2012-08-11 01:03:10 +02:00 |
|
Jonathan Clark
|
e99576aedc
|
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
|
2012-08-10 15:32:08 -04:00 |
|
Jonathan Clark
|
6f008096ea
|
Use Moses' Timer class, which is based on wall-time instead of the C clock() function, which measures clock ticks used within the *process* rather than each thread. This makes timings more meaningful in multi-threaded mode. However, these timings will still be inaccurate on Windows (second-level only).
|
2012-08-10 15:32:00 -04:00 |
|
Jonathan Clark
|
687f407d62
|
Make time more precise on platforms that have CLOCK_MONOTONIC (otherwise, we'll only have second-level precision)
|
2012-08-10 15:24:01 -04:00 |
|
Barry Haddow
|
ad6aa8dc8c
|
Remove spaces from description
|
2012-08-10 14:55:48 +01:00 |
|
Hieu Hoang
|
5efcdc933f
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2012-08-10 12:36:32 +01:00 |
|
Hieu Hoang
|
1d2f887ffc
|
Delete CellCollection class
|
2012-08-10 12:35:49 +01:00 |
|
Marcin Junczys-Dowmunt
|
ed21d36245
|
Default number of threads set to 1
|
2012-08-10 13:22:40 +02:00 |
|
Marcin Junczys-Dowmunt
|
1e47e4950d
|
Adding missing prefix
|
2012-08-10 13:22:09 +02:00 |
|
Hieu Hoang
|
e2b4c3074d
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2012-08-10 12:08:31 +01:00 |
|
Hieu Hoang
|
7757a3c56b
|
Error from sort
|
2012-08-10 11:18:19 +01:00 |
|
Hieu Hoang
|
f82d39fa45
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2012-08-09 19:59:45 +01:00 |
|
Lane Schwartz
|
a9f536f42f
|
Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder
|
2012-08-09 14:23:30 -04:00 |
|
Marcin Junczys-Dowmunt
|
cd4b2d27e9
|
Bugfix fix for FreeBSD and I pray to God for OS X too
|
2012-08-09 19:53:27 +02:00 |
|
Hieu Hoang
|
bbc97432a0
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2012-08-09 16:24:47 +01:00 |
|
Lane Schwartz
|
6f6ef3eb5d
|
Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder
|
2012-08-09 11:18:15 -04:00 |
|
Marcin Junczys-Dowmunt
|
533b0852f8
|
Fix for FreeBSD and possibly OSX, added reference counting
|
2012-08-09 17:12:58 +02:00 |
|
Lane Schwartz
|
8ffdf3ab99
|
Fixed interaction of --install-scripts and --git
|
2012-08-09 11:04:24 -04:00 |
|
Hieu Hoang
|
4ad66381ff
|
xcode
|
2012-08-09 13:18:46 +01:00 |
|
Hieu Hoang
|
654ed29209
|
better indication of what phrase table implementation is being loaded
|
2012-08-09 12:47:48 +01:00 |
|
Hieu Hoang
|
3aa66aeab6
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2012-08-09 12:22:54 +01:00 |
|
Lane Schwartz
|
2556dfc0e5
|
If --install-scripts is provided with no argument, install to $prefix/scripts
If --prefix is specified, but --install-scripts is not, do not install scripts
|
2012-08-08 16:50:33 -04:00 |
|
Lane Schwartz
|
a2afc98665
|
Add program to query the KenLM maximum n-gram order
|
2012-08-08 16:41:29 -04:00 |
|
Lane Schwartz
|
da5429318b
|
KenLM maximum n-gram order can now be set via a compile-time flag
|
2012-08-08 16:22:13 -04:00 |
|
Lane Schwartz
|
c55931f352
|
If --prefix is specified, but --install-scripts is not, install scripts in $prefix/scripts
|
2012-08-08 14:43:36 -04:00 |
|
Hieu Hoang
|
fd122ea630
|
xcode
|
2012-08-08 18:29:26 +01:00 |
|
Kenneth Heafield
|
2842ac71e7
|
Fix temporary file handling
|
2012-08-08 10:14:47 -04:00 |
|
Hieu Hoang
|
a8117c0afd
|
redirect more to stderr. Split input extract files every 50m lines, instead of 10m lines
|
2012-08-08 14:15:31 +01:00 |
|
Hieu Hoang
|
eb4bd5c85d
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2012-08-07 16:28:23 +01:00 |
|
Hieu Hoang
|
efdb983e0c
|
redirect parallel scoring to standard err, appending to existing
|
2012-08-07 15:38:42 +01:00 |
|
Marcin Junczys-Dowmunt
|
b35cd707fd
|
Small bugfix for translation lexicon loading
|
2012-08-07 15:21:47 +02:00 |
|
Marcin Junczys-Dowmunt
|
d86d1a042f
|
Added error messages concerning input formats, alignment data, scores
|
2012-08-07 14:18:07 +02:00 |
|
Hieu Hoang
|
ffb445c283
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2012-08-06 21:42:08 +01:00 |
|
Hieu Hoang
|
9b465f535e
|
get rid of tmpnam
|
2012-08-06 21:41:24 +01:00 |
|
Marcin Junczys-Dowmunt
|
5323abadcc
|
Merge branch 'minphr'
|
2012-08-06 20:09:06 +00:00 |
|
Marcin Junczys-Dowmunt
|
52e32e69da
|
Added save wrapper for std::fwrite
|
2012-08-06 20:39:01 +02:00 |
|
Kenneth Heafield
|
48a7657622
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2012-08-06 14:36:17 -04:00 |
|
Kenneth Heafield
|
cba50df899
|
Maybe if I make TempMaker provide the file name, people will stop using tmpnam.
|
2012-08-06 14:35:24 -04:00 |
|
Hieu Hoang
|
c06da74f76
|
Merge branch 'master' of github.com:moses-smt/mosesdecoder
|
2012-08-06 19:16:39 +01:00 |
|
Hieu Hoang
|
f9a3d05d28
|
xcode
|
2012-08-06 19:11:59 +01:00 |
|
Marcin Junczys-Dowmunt
|
4f5bfbf562
|
Added save wrapper for std::fwrite
|
2012-08-06 20:07:43 +02:00 |
|
Hieu Hoang
|
308db7444a
|
xcode projects for compact pt and lex table
|
2012-08-06 18:31:05 +01:00 |
|
Kenneth Heafield
|
2556c8079a
|
When used with --static, also add <runtime-link>static.
|
2012-08-06 12:21:16 -04:00 |
|
Hieu Hoang
|
83943726f3
|
Merge https://github.com/moses-smt/mosesdecoder
|
2012-08-06 16:31:01 +01:00 |
|
Marcin Junczys-Dowmunt
|
a78cb959bb
|
Acknowledgements added
|
2012-08-06 17:25:20 +02:00 |
|
Kenneth Heafield
|
b52ed110b0
|
Build changes. --static will force static linkage.
--without-libsegfault will skip libSegFault.
|
2012-08-06 10:41:49 -04:00 |
|
Marcin Junczys-Dowmunt
|
9c905fa6f6
|
Acknowledgements added
|
2012-08-06 15:58:13 +02:00 |
|
Kenneth Heafield
|
650fcd6919
|
Cast everything to double before BOOST_CHECK_CLOSE for Yvette
|
2012-08-06 08:31:02 -04:00 |
|