Moses, the machine translation system
Go to file
Tetsuo Kiso ea3bfb5d4c Delete assertions to check elapsed CPU time.
The accuracy of getrusage() is limited by the resolution
of software clock as described in
http://www.kernel.org/doc/man-pages/online/pages/man7/time.7.html

The assertions required a timer with microsecond accuracy.
However, we don't necessarily want the timer, and we don't
want to add some time-consuming processes to the test code because
we normally build programs again and again, which means
we want to run unit tests as quickly as possible.
2012-03-03 23:24:08 +09:00
contrib use specified tmpdir when sorting 2012-02-28 10:05:30 +01:00
cruise-control Second attempt... 2012-01-10 10:08:35 +00:00
jam-files Go back to unconfigured because OS X has weird gcc 2011-11-24 08:08:45 -05:00
lm KenLM 98814b2 including faster malloc-backed building and portability improvements 2012-02-28 13:58:00 -05:00
mert Delete assertions to check elapsed CPU time. 2012-03-03 23:24:08 +09:00
misc add --sort-batch-size arg to train-model.perl 2012-01-24 18:00:45 +07:00
moses/src bug fixes 2012-02-16 05:14:56 +00:00
moses-chart-cmd/src Create a subdirectory in moses/src for the main CYK+ source files. 2012-01-25 23:14:36 +00:00
moses-cmd/src Use make_pair without type 2012-01-31 17:00:01 +01:00
OnDiskPt xcode 2012-01-08 14:36:54 +07:00
regression-testing update extractor tests after duplicate removal 2011-12-13 08:58:23 +00:00
scripts Added extractorargs parameter 2012-02-29 15:53:44 +01:00
util KenLM 98814b2 including faster malloc-backed building and portability improvements 2012-02-28 13:58:00 -05:00
.gitignore Ignore *.gch files. 2012-02-03 14:01:52 +09:00
bjam Oops kept -x 2011-12-13 09:36:59 -05:00
BUILD-INSTRUCTIONS.txt Add tagged layout to Boost example. Thanks Rasul. 2011-12-12 18:03:26 -05:00
Jamroot Optional header installation 2012-02-13 14:31:37 -05:00
kenlm Move kenlm up one level, simplify compilation 2011-11-17 12:49:55 +00:00