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
2015-10-28Ignoring directories doxy (doxygen output) and opt (3rd-party dependencies).Ulrich Germann
2015-10-23Added configuration file for doxygen. File was also added to .gitignore, so ↵Ulrich Germann
local changes won't be noticed in the future.
2015-09-26streamlining license to LGPL 2.1Philipp Koehn
2015-05-21Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-05-20Add mert/hgdecode binary to .gitignore.Jeroen Vermeulen
2015-05-19Added mert/hgdecode to .gitignore (it's a compiled binary).Ulrich Germann
2015-04-30.gitignoreMatthias Huck
2014-11-14Update .gitignore.Paul Baltescu
2014-07-09Major overhaul of Mmsapt. Reorganization of old and addition of new features ↵Ulrich Germann
in phrase tables. Many critical bug fixes.
2014-01-24windows gui codeJie Jiang
2014-01-15merged upstream with origin for mingwjiejiang
2013-12-19moses windows build, with some TODO listjiejiang
2013-09-25Added *.d=
2013-08-29Updating XCode projectLane Schwartz
2013-08-28Tell gitignore about Mac OS X hidden filesLane Schwartz
2013-01-16updated Windows instructions slightly; also .gitignore should ignore the ↵amittai
sentence-bleu binary.
2012-09-27Merge remote branch 'github/master' into miramergeBarry Haddow
Compiles, but not tested. Had to disable relent filter. Strangely, it seems to contain the whole of moses-cmd. Conflicts: Jamroot OnDiskPt/TargetPhrase.cpp moses-cmd/src/Main.cpp moses/src/AlignmentInfo.cpp moses/src/AlignmentInfo.h moses/src/ChartTranslationOptionCollection.cpp moses/src/ChartTranslationOptionCollection.h moses/src/GenerationDictionary.cpp moses/src/Jamfile moses/src/Parameter.cpp moses/src/PhraseDictionary.cpp moses/src/StaticData.cpp moses/src/StaticData.h moses/src/TargetPhrase.h moses/src/TranslationSystem.cpp moses/src/TranslationSystem.h moses/src/Word.cpp phrase-extract/score.cpp regression-testing/Jamfile scripts/ems/experiment.meta scripts/ems/experiment.perl scripts/training/train-model.perl
2012-09-21Remove unneeded pattern from ignoreJacob Dlougach
2012-09-21Ignores for xcode user dataJacob Dlougach
2012-06-07mergeEva Hasler
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-30Merge branch 'master' into miramergeColin Cherry
Conflicts: Jamroot mert/FeatureStats.cpp moses-cmd/src/IOWrapper.h scripts/training/mert-moses.pl scripts/training/train-model.perl.missing_bin_dir
2012-05-29Batch k-best MIRA is written and integrated into mert-moses.plColin Cherry
Regression tests all check out, and kbmira seems to work fine on a Hansard French->English task. HypPackEnumerator class may be of interest to pro.cpp and future optimizers, as it abstracts a lot of the boilerplate involved in enumerating multiple k-best lists. MiraWeightVector is not really mira-specific - just a weight vector that enables efficient averaging. Could be useful to a perceptron as well. Same goes for MiraFeatureVector. Interaction with sparse features is written, but untested.
2012-05-25Merge branch 'trunk' into miramerge. Still to fix build.Barry Haddow
Conflicts: Jamroot mert/Data.cpp mert/Data.h mert/FeatureArray.cpp mert/FeatureArray.h mert/FeatureData.cpp mert/FeatureData.h mert/FeatureStats.cpp mert/FeatureStats.h mert/mert.cpp moses-chart-cmd/src/IOWrapper.h moses-chart-cmd/src/Main.cpp moses-cmd/src/IOWrapper.cpp moses-cmd/src/IOWrapper.h moses-cmd/src/Main.cpp moses/src/GlobalLexicalModel.cpp moses/src/Jamfile moses/src/Parameter.cpp moses/src/PhraseDictionary.cpp moses/src/ScoreIndexManager.h moses/src/TargetPhrase.h regression-testing/tests/phrase.lexicalized-reordering-bin/truth/results.txt regression-testing/tests/phrase.lexicalized-reordering-cn/truth/results.txt regression-testing/tests/phrase.lexicalized-reordering/truth/results.txt regression-testing/tests/phrase.multiple-translation-system-lr/truth/results.txt regression-testing/tests/phrase.show-weights.lex-reorder/truth/results.txt regression-testing/tests/phrase.show-weights/truth/results.txt scripts/ems/experiment.meta scripts/ems/experiment.perl scripts/training/filter-model-given-input.pl scripts/training/mert-moses.pl
2012-05-10changed permission, everything changed..Eva Hasler
2012-03-31Save bjam arguments to previous.sh.Kenneth Heafield
2012-03-31Save bjam arguments to previous.sh.Kenneth Heafield
2012-02-03Ignore *.gch files.Tetsuo Kiso
This commit might help someone who use on-the-fly syntax checking tools such as 'Flymake' in Emacs.
2012-02-03Ignore *.gch files.Tetsuo Kiso
This commit might help someone who use on-the-fly syntax checking tools such as 'Flymake' in Emacs.
2012-01-31tmcombine (translation model combination)Rico Sennrich
2012-01-31tmcombine (translation model combination)Rico Sennrich
2011-12-09Merge branch 'master' into bjam. Doesn't compile.Barry Haddow
Conflicts: .gitignore Makefile.am config.h.in configure.in m4/boost.m4 moses/src/LM/Factory.cpp moses/src/LM/ParallelBackoff.h moses/src/LM/RandLM.h moses/src/Makefile.am moses/src/PDTAimp.h moses/src/Phrase.h moses/src/PhraseDictionaryTree.cpp moses/src/ScoreComponentCollection.h moses/src/ScoreIndexManager.cpp moses/src/StaticData.cpp moses/src/TargetPhrase.cpp moses/src/TranslationOptionCollection.cpp moses/src/TranslationSystem.cpp scripts/Makefile scripts/released-files
2011-12-01Script to delete files that autotools left behindKenneth Heafield
2011-12-01Script to delete files that autotools left behindKenneth Heafield
2011-12-01No more autotools (with bhaddow in the room)Kenneth Heafield
2011-12-01No more autotools (with bhaddow in the room)Kenneth Heafield
2011-11-28Ignore .so built filesKenneth Heafield
2011-11-28Ignore .so built filesKenneth Heafield
2011-11-25Ignore generated train-model.perlKenneth Heafield
2011-11-25Ignore generated train-model.perlKenneth Heafield
2011-11-23Some more ignoresBarry Haddow
2011-11-23Some more ignoresBarry Haddow
2011-11-21extract-ghkm: add the features required for use as a drop-in replacementPhil Williams
for extract-rules: composed rules, unaligned source word attachment, non-lexical unary rule elimination, glue rule generation, unknown word label generation, and EMS integration.
2011-11-18bjam for people who don't have itKenneth Heafield
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-17Merge branch 'master' into miramergeBarry Haddow
Conflicts: Makefile.am config.h.in configure.in kenlm moses-chart-cmd/src/IOWrapper.cpp moses/src/Parameter.cpp scripts/Makefile
2011-11-17gitignoreKenneth Heafield
2011-11-11Merge branch 'master' into miramergeBarry Haddow
Conflicts: .gitignore config.h.in moses/src/ChartTrellisPath.cpp moses/src/Makefile.am
2011-11-08Add more files to .gitignorePhil Williams
2011-10-28Merge branch 'master' into miramerge.Barry Haddow
Also fix mert-moses.pl to use correct flag for specifying weights of non-core features. Conflicts: .gitignore configure.in ltmain.sh moses/src/LM/Factory.cpp moses/src/LMList.cpp moses/src/LMList.h moses/src/LanguageModel.cpp moses/src/LanguageModel.h moses/src/LanguageModelKen.h moses/src/Makefile.am moses/src/Manager.cpp moses/src/PhraseDictionaryMemory.cpp moses/src/PhraseDictionaryTree.cpp moses/src/StaticData.cpp moses/src/TargetPhrase.h