Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-10move moses2 to contribHieu Hoang
2016-01-25Merge ../mosesdecoder into perf_moses2Hieu Hoang
2016-01-18Jamfile cleanupHieu Hoang
2016-01-18create moses2_libHieu Hoang
2016-01-18move moses2 into root directoryHieu Hoang
2016-01-16Bjam would not link libboost_serialization statically unless explicitly ↵Ulrich Germann
instructed to do so.
2016-01-16Added Marcin Junczys-Dowmunt's implementation of Johnson et al.'s ↵Ulrich Germann
significance-based phrase table pruning to the master branch.
2016-01-14bjamHieu Hoang
2015-12-22Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-12-18Utility to look up phrase table entries for a corpusMichael Denkowski
(specifically for dynamic phrase tables like Mmsapt and PhraseDictionaryGroup)
2015-12-18Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-12-18always compile with probing ptHieu Hoang
2015-12-05Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-11-30Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-11-30Added switch --version to have Moses print out the code versions it was ↵Ulrich Germann
compiled with.
2015-11-29Disabled default compilation of a number of minor utilities associated with ↵Ulrich Germann
suffix array phrase tables. Use switch --with-mm-extras to compile them.
2015-11-12Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-11-10Integrated more finegrained abyss server control from mosesserver.cpp; ↵Ulrich Germann
mosesserver is now officially deprecated.
2015-11-02Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-10-30Made a few things compile with Makefile outside of the bjam compile.Ulrich Germann
2015-10-25add moses2 to bjam compileHieu Hoang
2015-10-05minor compile errorHieu Hoang
2015-10-02maximum expected BLEU trainerMatthias Huck
2015-10-01--no-xmlrpc-c commentperf_baseline0Hieu Hoang
2015-09-22add --with-address-sanitizer option to Jamroot build fileDavid Madl
AddressSanitizer (built into gcc since 4.8) helps tracking down memory errors. Similar to valgrind --tool=memcheck, but with MUCH less overhead (slowdown of 2x reported by [1]). Unfortunately, if you switch it on explicitly, a test case fails (mert/DataTest.cpp:56) reporting a memory leak, even though there is a scoped_ptr supposed to take care of that. Otherwise harmless. [1] http://clang.llvm.org/docs/AddressSanitizer.html
2015-09-14Merge branch 'master' of http://github.com/moses-smt/mosesdecoderUlrich Germann
2015-09-10Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2015-09-10Change debug flags to off by defaultKenneth Heafield
Marcin was complaining about link time
2015-09-04Support for new external module MMT.Ulrich Germann
2015-08-10Filter more warnings with --filter-warnings.Ulrich Germann
2015-08-04More extensive filtering of compiler warnings with --filter-warnings.Ulrich Germann
2015-07-31rm bin/moses_chart => rm -f bin/moses_chart.Ulrich Germann
2015-07-16changes to make static build work, and limit the number of concurrent ↵Hieu Hoang
connections to moses server. /Pidong Wang
2015-07-01rollback c++11 for nowhieu
2015-06-17false alarm. clang does support object list init. Needed to enable c++11 for ↵Hieu Hoang
all toolsets
2015-06-16testing the waters for c++11Rico Sennrich
please adjust your compiler options or complain if you rely on a compiler that doesn't support c++11 yet.
2015-05-24Removed dependency on libcurlpp, as it was difficult to link that staticly.Ulrich Germann
2015-05-15Revert "Try to fix moses_chart symlinking for Amittai Axelrod"Kenneth Heafield
This reverts commit ed7ff35ff80e1292173ed41a6fdae47e1ae017fd.
2015-05-14Try to fix moses_chart symlinking for Amittai AxelrodKenneth Heafield
2015-04-21Added bitext-find to alias mm.Ulrich Germann
2015-04-05Merge branch 'master' into mmt-devUlrich Germann
Conflicts: Jamroot moses/TranslationModel/UG/mmsapt.h
2015-03-31delete External FF. FF framework changes too fast to be able to keep this ↵Hieu Hoang
up-to-date
2015-03-30Disabled spe-check-coverage. Needs to be adapted to API changes.Ulrich Germann
2015-03-26Managers and feature functions now have access to the entire ↵Ulrich Germann
TranslationTask, not just the InputType.
2015-03-26More bjam fiddling.Ulrich Germann
2015-03-21Library path for xmlrpc-c given via --with-xmlprc-c was not included in the ↵Ulrich Germann
compile requirements.
2015-03-20Bjam is the most awful build system in the world.Ulrich Germann
2015-03-19More fiddling with bjam.Ulrich Germann
2015-03-19Fixed Jamfiles.Ulrich Germann
2015-03-18Addresses issues with compiling server capabilities into the Moses main ↵Ulrich Germann
executable.