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
path: root/util
AgeCommit message (Collapse)Author
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope ↵Eva Hasler
and fear translations, add variations to 1slack formulation
2012-05-10changed permission, everything changed..Eva Hasler
2012-03-27resolving conflictsEva Hasler
2012-03-27fix feature name splitting to split on last colonEva Hasler
2011-12-01No more autotools (with bhaddow in the room)Kenneth Heafield
2011-11-28Avoid naming conflict with glibc's libutilKenneth Heafield
2011-11-21Link dynamically against libz if we have toKenneth Heafield
2011-11-18Jam: Clean up boost library handling, assimilate mertKenneth Heafield
2011-11-18Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2011-11-18xcodeHieu Hoang
2011-11-18Introducing JamfilesKenneth Heafield
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-18xcodeHieu Hoang
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-17Updated kenlm 96ef3f2c11.Kenneth Heafield
Invalidates old gcc and 32-bit formats, replacing these with one consistent format: 64-bit new gcc. Backwards compatible with these files.
2011-11-17Move kenlm up one level, simplify compilationKenneth Heafield