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-02-13daily automatic beautifiermmt-mergeMosesAdmin
2016-02-12Option for target constituent constrained phrase extraction. ↵Matthias Huck
TargetConstituentAdjacencyFeature.
2016-02-04daily automatic beautifierMosesAdmin
2016-02-04single word heuristic for phrase extraction,Matthias Huck
and minor modification of SentenceAlignmentWithSyntax constructor
2016-01-11preparing extraction of Hiero soft syntactic preferences (target syntax)Matthias Huck
2016-01-10daily automatic beautifierMosesAdmin
2016-01-10preparing extraction of Hiero soft syntactic preferences (target syntax)Matthias Huck
2016-01-06Hiero phrase orientationMatthias Huck
2015-12-14Hiero phrase orientation bug fixMatthias Huck
2015-12-11daily automatic beautifierMosesAdmin
2015-12-10Hiero phrase orientation: write phrase property to glue grammarMatthias Huck
2015-12-10Hiero phrase orientationMatthias Huck
2015-12-10Hiero phrase orientationMatthias Huck
2015-11-05daily automatic beautifierMosesAdmin
2015-11-04Missing parameter initialization; parentheses around bool assignments ↵Ulrich Germann
subsequently used as condition.
2015-10-23Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-10-05disable unused function problematic for compilation without cxx11nicolabertoldi
2015-09-25Fix bug in STSG rule scoringPhil Williams
2015-08-29score-main: Seems like the list container is causing substantial efficiency ↵Matthias Huck
issues. Phrase scoring apparently takes hours longer in some cases. Switch back to vector.
2015-08-11eclipseHieu Hoang
2015-08-05compile error on 4.9.3 on cygwinU-DESKTOP-ONHNTIV\hieuh
2015-07-25daily automatic beautifierMosesAdmin
2015-07-24Removed some duplicate code.Matthias Huck
Can we move all or parts of moses/Util to util/, and from the Moses namespace to the util namespace? There's quite some common functionality in it that is not only relevant to the decoder, but also to phrase extraction and possibly other parts of the toolkit.
2015-07-24Moses::Scan too inefficientMatthias Huck
2015-07-24MinCount parameter in score-mainMatthias Huck
2015-07-20directly write gzipped filePhilipp Koehn
2015-07-17relax-parse: write node attributes to outputPhil Williams
2015-07-16End line after printing progress dots to stderr.Jeroen Vermeulen
2015-07-06extract-ghkm: minor refactoringPhil Williams
2015-07-06extract-ghkm: fix a couple of exception-related issuesPhil Williams
2015-07-01rollback c++11 for nowhieu
2015-06-29daily automatic beautifierMosesAdmin
2015-06-28more testing of c++11 watersHieu Hoang
2015-06-19Fix some C++11-related compilation errors (clang)Phil Williams
2015-06-18daily automatic beautifierMosesAdmin
2015-06-17use c++11 unordered set codeHieu Hoang
2015-06-17Revert "1st casualty of c++11. clang 2.6 (latest c++ compiler on osx) ↵Hieu Hoang
doesn't support list of object init" This reverts commit 42c5424c86bc2f7f79b70821169dc24433e04b28.
2015-06-171st casualty of c++11. clang 2.6 (latest c++ compiler on osx) doesn't ↵Hieu Hoang
support list of object init
2015-06-17daily automatic beautifierMosesAdmin
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-06-14daily automatic beautifierMosesAdmin
2015-06-13Check for error when opening gzfilebuf.Jeroen Vermeulen
This replaces a segfault when a file can't be found with an exception. Not as helpful as it could be yet, but certainly better than just crashing. Also, make InputFileStream constructor from path "explicit" to avoid mistakes.
2015-06-10daily automatic beautifierMosesAdmin
2015-06-09moses/phrase-extract refactoringPhil Williams
Final commit in this round of refactoring (which started with commit 2f735998...). The main changes are: - a general storage mechanism for attribute/value pairs in XML-style tree / lattice input. E.g. the "pcfg-score" and "semantic-role" attributes in: <tree label="PRP" pcfg-score="1.0" semantic-role="AGENT"> I </tree> - consolidation of the various near-duplicate Tree / XmlTreeParser classes that have accumulated over the years (my fault) - miscellaneous de-crufting
2015-06-04Ongoing moses/phrase-extract refactoringPhil Williams
2015-06-04Ongoing moses/phrase-extract refactoringPhil Williams
2015-06-04daily automatic beautifierMosesAdmin
2015-06-03Ongoing moses/phrase-extract refactoringPhil Williams
2015-06-03Ongoing moses/phrase-extract refactoringPhil Williams
2015-06-03Ongoing moses/phrase-extract refactoringPhil Williams