You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(62) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(52) |
Feb
(99) |
Mar
(82) |
Apr
(37) |
May
(40) |
Jun
(12) |
Jul
(19) |
Aug
(15) |
Sep
(12) |
Oct
(27) |
Nov
(25) |
Dec
(12) |
2008 |
Jan
(17) |
Feb
(32) |
Mar
(10) |
Apr
(12) |
May
(206) |
Jun
(53) |
Jul
(7) |
Aug
(12) |
Sep
(13) |
Oct
(34) |
Nov
(23) |
Dec
(15) |
2009 |
Jan
(93) |
Feb
(170) |
Mar
(37) |
Apr
(56) |
May
(33) |
Jun
(11) |
Jul
(75) |
Aug
(102) |
Sep
(12) |
Oct
(55) |
Nov
(24) |
Dec
(12) |
2010 |
Jan
(180) |
Feb
(124) |
Mar
(66) |
Apr
(199) |
May
(68) |
Jun
(67) |
Jul
(25) |
Aug
(32) |
Sep
(187) |
Oct
(85) |
Nov
(69) |
Dec
(40) |
2011 |
Jan
(68) |
Feb
(49) |
Mar
(31) |
Apr
(14) |
May
(46) |
Jun
(59) |
Jul
(38) |
Aug
(72) |
Sep
(116) |
Oct
(142) |
Nov
(152) |
Dec
(47) |
2012 |
Jan
(46) |
Feb
(80) |
Mar
(45) |
Apr
(41) |
May
(123) |
Jun
(64) |
Jul
(278) |
Aug
(111) |
Sep
(165) |
Oct
(160) |
Nov
(141) |
Dec
(99) |
2013 |
Jan
(97) |
Feb
(41) |
Mar
(13) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2012-10-30 17:57:00
|
Branch: refs/heads/dumb_psd Home: https://github.com/moses-smt/mosesdecoder Commit: 56cc35056ffd2e932b78dd482941403f834642c6 https://github.com/moses-smt/mosesdecoder/commit/56cc35056ffd2e932b78dd482941403f834642c6 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M moses/src/ContextSimilarityScoreProducer.cpp Log Message: ----------- translation works when using the new feature |
From: GitHub <no...@gi...> - 2012-10-30 17:29:09
|
Branch: refs/heads/dumb_psd Home: https://github.com/moses-smt/mosesdecoder Commit: 6f9829c4d1a7d1c09230a551cd969ccd65758ce0 https://github.com/moses-smt/mosesdecoder/commit/6f9829c4d1a7d1c09230a551cd969ccd65758ce0 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M moses/src/ContextSimilarityScoreProducer.cpp M moses/src/ContextSimilarityScoreProducer.h M moses/src/Phrase.cpp M moses/src/Phrase.h M scripts/training/mert-moses.pl Log Message: ----------- implementing context similarity feature |
From: GitHub <no...@gi...> - 2012-10-29 09:30:47
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 06126ae6e259fc619073f09a9d1de9d0b8f109fd https://github.com/moses-smt/mosesdecoder/commit/06126ae6e259fc619073f09a9d1de9d0b8f109fd Author: Rico Sennrich <ric...@gm...> Date: 2012-10-29 (Mon, 29 Oct 2012) Changed paths: M contrib/tmcombine/tmcombine.py Log Message: ----------- tmcombine: ignore phrase pairs with 0 probability in optimization |
From: GitHub <no...@gi...> - 2012-10-28 17:49:58
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: b0a04ae50ef679450b2e730fd74b03aac9da5e32 https://github.com/moses-smt/mosesdecoder/commit/b0a04ae50ef679450b2e730fd74b03aac9da5e32 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-28 (Sun, 28 Oct 2012) Changed paths: M moses/src/RuleTable/Jamfile M moses/src/RuleTable/LoaderStandard.cpp M moses/src/TargetPhrase.cpp A util/double-conversion/Jamfile A util/double-conversion/LICENSE A util/double-conversion/bignum-dtoa.cc A util/double-conversion/bignum-dtoa.h A util/double-conversion/bignum.cc A util/double-conversion/bignum.h A util/double-conversion/cached-powers.cc A util/double-conversion/cached-powers.h A util/double-conversion/diy-fp.cc A util/double-conversion/diy-fp.h A util/double-conversion/double-conversion.cc A util/double-conversion/double-conversion.h A util/double-conversion/fast-dtoa.cc A util/double-conversion/fast-dtoa.h A util/double-conversion/fixed-dtoa.cc A util/double-conversion/fixed-dtoa.h A util/double-conversion/ieee.h A util/double-conversion/strtod.cc A util/double-conversion/strtod.h A util/double-conversion/utils.h Log Message: ----------- Cut PhraseTableMemory loading time by 35% Before: user 122.046 sys 3.029 VmPeak: 13091604 kB VmRSS: 13052228 kB After double conversion: user 117.389 sys 3.330 VmPeak: 13091640 kB VmRSS: 13052204 kB Plus eliminate boost lexical cast: user 82.632 sys 3.177 VmPeak: 13088560 kB VmRSS: 13049056 kB Plus inline scoreVector: user 79.396 sys 2.892 VmPeak: 13088560 kB VmRSS: 13049064 kB |
From: GitHub <no...@gi...> - 2012-10-26 16:12:09
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 8a83deeff6ed93d190c4eb2a25c8794c6357a1da https://github.com/moses-smt/mosesdecoder/commit/8a83deeff6ed93d190c4eb2a25c8794c6357a1da Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-26 (Fri, 26 Oct 2012) Changed paths: M util/file.cc Log Message: ----------- Windows _read and _write int limits / Cong Duy Vu Hoang |
From: GitHub <no...@gi...> - 2012-10-26 12:40:40
|
Branch: refs/heads/matecat_multimodel Home: https://github.com/moses-smt/mosesdecoder Commit: f4116ec6f5bc2740350ed627a5cbfc99a8c2df16 https://github.com/moses-smt/mosesdecoder/commit/f4116ec6f5bc2740350ed627a5cbfc99a8c2df16 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M OnDiskPt/Main.cpp Log Message: ----------- Add usage message for OnDiskPt Commit: 9f12beb881d7e9d0f97705b5c1d328d93718a08b https://github.com/moses-smt/mosesdecoder/commit/9f12beb881d7e9d0f97705b5c1d328d93718a08b Author: Hieu Hoang <hie...@gm...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M contrib/other-builds/moses-chart-cmd/.cproject M contrib/other-builds/moses-cmd/.cproject M contrib/other-builds/moses/.cproject M contrib/other-builds/moses/.project A contrib/other-builds/search/.cproject A contrib/other-builds/search/.project Log Message: ----------- eclipse project Commit: b5849a01c55b5fff3eaabd4799feaaf0e84358b8 https://github.com/moses-smt/mosesdecoder/commit/b5849a01c55b5fff3eaabd4799feaaf0e84358b8 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M OnDiskPt/Main.cpp Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 3ced55e33db8aaf27cee61dd3895f840f440f491 https://github.com/moses-smt/mosesdecoder/commit/3ced55e33db8aaf27cee61dd3895f840f440f491 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M moses/src/Incremental/Fill.cpp M moses/src/Incremental/Fill.h M search/edge.hh M search/edge_generator.cc M search/edge_generator.hh R search/edge_queue.hh M search/vertex_generator.cc M search/vertex_generator.hh Log Message: ----------- Put note into PartialEdge, delete edge_queue Before with pop 25: real 9m49.480s user 9m38.389s sys 0m10.354s After with pop 25: real 8m46.553s user 8m35.138s sys 0m10.654s Commit: 30c3175d141ccb97163baa27f62e46e815974922 https://github.com/moses-smt/mosesdecoder/commit/30c3175d141ccb97163baa27f62e46e815974922 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M contrib/other-builds/moses-chart-cmd/.cproject M contrib/other-builds/moses-cmd/.cproject M contrib/other-builds/moses/.cproject M contrib/other-builds/moses/.project A contrib/other-builds/search/.cproject A contrib/other-builds/search/.project Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 2e1049aee0d289b2e6a1f799d194462745d5e7fe https://github.com/moses-smt/mosesdecoder/commit/2e1049aee0d289b2e6a1f799d194462745d5e7fe Author: Barry Haddow <bar...@gm...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M moses-chart-cmd/src/Main.cpp Log Message: ----------- fix order in show-weights Commit: de7484be45e26aba81ab9ec00a930284df12cfb6 https://github.com/moses-smt/mosesdecoder/commit/de7484be45e26aba81ab9ec00a930284df12cfb6 Author: Barry Haddow <bar...@gm...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M cruise-control/config.ems Log Message: ----------- Fix location of decoder for cruise control Commit: f19d53dac913afc2d6ecd6048d74fc63c2c0b3b9 https://github.com/moses-smt/mosesdecoder/commit/f19d53dac913afc2d6ecd6048d74fc63c2c0b3b9 Author: phikoehn <pk...@in...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M scripts/ems/experiment.perl M scripts/ems/support/build-sparse-lexical-features.perl M scripts/ems/support/interpolate-lm.perl Log Message: ----------- minor fixes Commit: 98dafc0301d9181550962e9205362c5b86dac87f https://github.com/moses-smt/mosesdecoder/commit/98dafc0301d9181550962e9205362c5b86dac87f Author: phikoehn <pk...@in...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M .gitignore M .gitmodules M Jamroot M OnDiskPt/Main.cpp M OnDiskPt/Main.h M OnDiskPt/OnDiskWrapper.cpp M OnDiskPt/OnDiskWrapper.h M OnDiskPt/Phrase.cpp M OnDiskPt/Phrase.h M OnDiskPt/PhraseNode.cpp M OnDiskPt/PhraseNode.h M OnDiskPt/SourcePhrase.h M OnDiskPt/TargetPhrase.cpp M OnDiskPt/TargetPhrase.h M OnDiskPt/TargetPhraseCollection.cpp M OnDiskPt/Vocab.cpp M OnDiskPt/Word.cpp M OnDiskPt/Word.h M OnDiskPt/queryOnDiskPt.cpp R contrib/fuzzy-match/Makefile R contrib/fuzzy-match/Match.h R contrib/fuzzy-match/SentenceAlignment.h R contrib/fuzzy-match/SuffixArray.cpp R contrib/fuzzy-match/SuffixArray.h R contrib/fuzzy-match/Util.cpp R contrib/fuzzy-match/Util.h R contrib/fuzzy-match/Vocabulary.cpp R contrib/fuzzy-match/Vocabulary.h R contrib/fuzzy-match/fuzzy-match2.cpp R contrib/fuzzy-match/fuzzy-match2.h R contrib/fuzzy-match/make-xml-from-match.perl R contrib/fuzzy-match/old/fuzzy-match.cpp R contrib/fuzzy-match/old/get-multiple-translations-for-uniq-sources.perl R contrib/fuzzy-match/old/make-pt-from-tm.perl R contrib/fuzzy-match/old/make-pt-from-tm2.perl R contrib/fuzzy-match/old/make-xml-from-match-multiple.perl R contrib/fuzzy-match/suffix-test.cpp M contrib/other-builds/OnDiskPt.xcodeproj/project.pbxproj M contrib/other-builds/OnDiskPt/.cproject M contrib/other-builds/lm.xcodeproj/project.pbxproj A contrib/other-builds/moses-chart-cmd/.cproject A contrib/other-builds/moses-chart-cmd/.project M contrib/other-builds/moses-cmd/.cproject M contrib/other-builds/moses-cmd/.project M contrib/other-builds/moses/.cproject M contrib/other-builds/moses/.project A contrib/other-builds/search/.cproject A contrib/other-builds/search/.project M contrib/other-builds/util/.cproject M contrib/server/mosesserver.cpp A contrib/server/sgclient_weightUpdate.perl A contrib/web/bin/detokenizer.perl R contrib/web/bin/detokenizer.perl A contrib/web/bin/start-daemon-cluster.pl R contrib/web/bin/start-daemon-cluster.pl A contrib/web/bin/tokenizer.perl R contrib/web/bin/tokenizer.perl M cruise-control/config.ems A jam-files/engine/bump_version.py R jam-files/engine/bump_version.py M jam-files/sanity.jam R lm/COPYING R lm/COPYING.LESSER M lm/Jamfile R lm/LICENSE R lm/README M lm/binary_format.cc R lm/clean.sh R lm/compile.sh A lm/fragment.cc M lm/max_order.hh A lm/partial.hh A lm/partial_test.cc M lm/search_hashed.cc M lm/search_hashed.hh M lm/state.hh R lm/test.sh M lm/word_index.hh M mert/BleuScorer.cpp M mert/BleuScorer.h M mert/Data.cpp M mert/Data.h M mert/FeatureArray.cpp M mert/FeatureArray.h M mert/FeatureData.cpp M mert/FeatureData.h M mert/FeatureDataIterator.cpp M mert/FeatureStats.cpp M mert/FeatureStats.h M mert/Jamfile M mert/PermutationScorer.cpp M mert/extractor.cpp M mert/mert.cpp M mert/pro.cpp A mira/Decoder.cpp A mira/Decoder.h A mira/Hildreth.cpp A mira/Hildreth.h A mira/HildrethTest.cpp A mira/HypothesisQueue.cpp A mira/HypothesisQueue.h A mira/Jamfile A mira/Main.cpp A mira/Main.h A mira/Makefile.am A mira/MiraOptimiser.cpp A mira/MiraTest.cpp A mira/Optimiser.h A mira/Perceptron.cpp A mira/expt.cfg A mira/mira.xcodeproj/project.pbxproj A mira/training-expt.perl M misc/queryPhraseTable.cpp M moses-chart-cmd/src/IOWrapper.cpp M moses-chart-cmd/src/IOWrapper.h M moses-chart-cmd/src/Main.cpp M moses-cmd/src/IOWrapper.cpp M moses-cmd/src/IOWrapper.h M moses-cmd/src/Jamfile M moses-cmd/src/Main.cpp M moses-cmd/src/TranslationAnalysis.cpp M moses/src/AlignmentInfo.cpp M moses/src/AlignmentInfo.h M moses/src/AlignmentInfoCollection.cpp M moses/src/AlignmentInfoCollection.h A moses/src/AlignmentInfoTest.cpp M moses/src/BilingualDynSuffixArray.cpp M moses/src/BilingualDynSuffixArray.h A moses/src/BleuScoreFeature.cpp A moses/src/BleuScoreFeature.h M moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.h M moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.h M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.h M moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.h M moses/src/ChartCell.cpp M moses/src/ChartCell.h M moses/src/ChartCellCollection.cpp M moses/src/ChartCellCollection.h M moses/src/ChartCellLabel.h M moses/src/ChartCellLabelSet.h M moses/src/ChartHypothesis.cpp M moses/src/ChartManager.cpp M moses/src/ChartManager.h A moses/src/ChartParser.cpp A moses/src/ChartParser.h A moses/src/ChartParserCallback.h M moses/src/ChartRuleLookupManager.h M moses/src/ChartTranslationOptionList.cpp M moses/src/ChartTranslationOptionList.h M moses/src/ChartTranslationOptions.cpp M moses/src/ChartTrellisNode.cpp M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/CompactPT/PhraseDictionaryCompact.h M moses/src/DecodeFeature.cpp M moses/src/DecodeFeature.h M moses/src/DummyScoreProducers.cpp M moses/src/DummyScoreProducers.h M moses/src/FFState.h M moses/src/FactorCollection.cpp M moses/src/FeatureFunction.cpp M moses/src/FeatureFunction.h A moses/src/FeatureVector.cpp A moses/src/FeatureVector.h A moses/src/FeatureVectorTest.cpp M moses/src/GenerationDictionary.cpp M moses/src/GenerationDictionary.h M moses/src/GlobalLexicalModel.cpp M moses/src/GlobalLexicalModel.h A moses/src/GlobalLexicalModelUnlimited.cpp A moses/src/GlobalLexicalModelUnlimited.h M moses/src/Hypothesis.cpp M moses/src/Hypothesis.h A moses/src/Incremental/Fill.cpp A moses/src/Incremental/Fill.h A moses/src/Incremental/Jamfile A moses/src/Incremental/Manager.cpp A moses/src/Incremental/Manager.h M moses/src/InputType.h M moses/src/Jamfile M moses/src/LM/Base.cpp M moses/src/LM/Base.h M moses/src/LM/Factory.cpp M moses/src/LM/Factory.h M moses/src/LM/Implementation.cpp M moses/src/LM/Implementation.h M moses/src/LM/Jamfile M moses/src/LM/Ken.cpp M moses/src/LM/Ken.h M moses/src/LM/MultiFactor.cpp M moses/src/LM/MultiFactor.h M moses/src/LM/SingleFactor.cpp M moses/src/LM/SingleFactor.h M moses/src/LMList.cpp M moses/src/LMList.h M moses/src/LexicalReordering.cpp M moses/src/LexicalReordering.h M moses/src/LexicalReorderingState.cpp M moses/src/LexicalReorderingState.h A moses/src/Makefile.am M moses/src/Manager.cpp A moses/src/MockHypothesis.cpp A moses/src/MockHypothesis.h A moses/src/MosesTest.cpp M moses/src/PDTAimp.h M moses/src/Parameter.cpp M moses/src/Parameter.h M moses/src/Phrase.cpp M moses/src/Phrase.h A moses/src/PhraseBoundaryFeature.cpp A moses/src/PhraseBoundaryFeature.h M moses/src/PhraseDictionary.cpp M moses/src/PhraseDictionary.h M moses/src/PhraseDictionaryDynSuffixArray.cpp M moses/src/PhraseDictionaryDynSuffixArray.h M moses/src/PhraseDictionaryMemory.cpp M moses/src/PhraseDictionaryMemory.h M moses/src/PhraseDictionaryTree.cpp M moses/src/PhraseDictionaryTree.h M moses/src/PhraseDictionaryTreeAdaptor.cpp M moses/src/PhraseDictionaryTreeAdaptor.h A moses/src/PhraseLengthFeature.cpp A moses/src/PhraseLengthFeature.h A moses/src/PhrasePairFeature.cpp A moses/src/PhrasePairFeature.h M moses/src/RuleCubeItem.cpp M moses/src/RuleTable/Loader.h M moses/src/RuleTable/LoaderCompact.cpp M moses/src/RuleTable/LoaderCompact.h M moses/src/RuleTable/LoaderHiero.cpp M moses/src/RuleTable/LoaderHiero.h M moses/src/RuleTable/LoaderStandard.cpp M moses/src/RuleTable/LoaderStandard.h M moses/src/RuleTable/PhraseDictionaryALSuffixArray.cpp M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.h M moses/src/RuleTable/PhraseDictionaryOnDisk.cpp M moses/src/RuleTable/PhraseDictionaryOnDisk.h M moses/src/RuleTable/PhraseDictionarySCFG.cpp M moses/src/RuleTable/PhraseDictionarySCFG.h M moses/src/RuleTable/Trie.cpp M moses/src/RuleTable/UTrie.cpp M moses/src/RuleTable/UTrie.h M moses/src/Scope3Parser/Parser.cpp M moses/src/Scope3Parser/Parser.h M moses/src/Scope3Parser/StackLatticeBuilder.cpp M moses/src/Scope3Parser/StackLatticeBuilder.h M moses/src/Scope3Parser/StackLatticeSearcher.h M moses/src/ScoreComponentCollection.cpp M moses/src/ScoreComponentCollection.h A moses/src/ScoreComponentCollectionTest.cpp R moses/src/ScoreIndexManager.cpp R moses/src/ScoreIndexManager.h M moses/src/ScoreProducer.cpp M moses/src/ScoreProducer.h M moses/src/SearchCubePruning.cpp M moses/src/Sentence.cpp A moses/src/SourceWordDeletionFeature.cpp A moses/src/SourceWordDeletionFeature.h A moses/src/SparsePhraseDictionaryFeature.cpp A moses/src/SparsePhraseDictionaryFeature.h M moses/src/StackVec.h M moses/src/StaticData.cpp M moses/src/StaticData.h A moses/src/TargetBigramFeature.cpp A moses/src/TargetBigramFeature.h A moses/src/TargetBigramFeatureTest.cpp A moses/src/TargetNgramFeature.cpp A moses/src/TargetNgramFeature.h M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h A moses/src/TargetWordInsertionFeature.cpp A moses/src/TargetWordInsertionFeature.h M moses/src/TranslationOption.cpp M moses/src/TranslationOption.h M moses/src/TranslationOptionCollection.cpp M moses/src/TranslationOptionCollection.h M moses/src/TranslationSystem.cpp M moses/src/TranslationSystem.h M moses/src/TrellisPath.h M moses/src/TypeDef.h M moses/src/Util.h M moses/src/Word.cpp M moses/src/Word.h A moses/src/WordTranslationFeature.cpp A moses/src/WordTranslationFeature.h M moses/src/XmlOption.cpp M moses/src/fuzzy-match/FuzzyMatchWrapper.cpp M moses/src/fuzzy-match/FuzzyMatchWrapper.h M phrase-extract/consolidate.cpp M phrase-extract/score.cpp M regression-testing/Jamfile R regression-testing/tests R scripts/analysis/smtgui/filter-phrase-table.pl A scripts/analysis/smtgui/filter-phrase-table.pl M scripts/ems/experiment.meta M scripts/ems/experiment.perl M scripts/ems/support/reuse-weights.perl M scripts/generic/trainlm-irst.perl R scripts/regression-testing/create_localized_moses_ini.pl A scripts/regression-testing/create_localized_moses_ini.pl A scripts/regression-testing/tests/mert-moses-new-aggregate/filter-stderr R scripts/regression-testing/tests/mert-moses-new-aggregate/filter-stderr A scripts/regression-testing/tests/mert-moses-new-aggregate/filter-stdout R scripts/regression-testing/tests/mert-moses-new-aggregate/filter-stdout A scripts/regression-testing/tests/mert-moses-new-continue/filter-stderr R scripts/regression-testing/tests/mert-moses-new-continue/filter-stderr A scripts/regression-testing/tests/mert-moses-new-continue/filter-stdout R scripts/regression-testing/tests/mert-moses-new-continue/filter-stdout A scripts/regression-testing/tests/mert-moses-new-nocase/filter-stderr R scripts/regression-testing/tests/mert-moses-new-nocase/filter-stderr A scripts/regression-testing/tests/mert-moses-new-nocase/filter-stdout R scripts/regression-testing/tests/mert-moses-new-nocase/filter-stdout R scripts/regression-testing/tests/mert-moses-new/filter-stderr A scripts/regression-testing/tests/mert-moses-new/filter-stderr R scripts/regression-testing/tests/mert-moses-new/filter-stdout A scripts/regression-testing/tests/mert-moses-new/filter-stdout A scripts/share/nonbreaking_prefixes/nonbreaking_prefix.pl R scripts/share/nonbreaking_prefixes/nonbreaking_prefix.pl M scripts/training/clone_moses_model.pl A scripts/training/corpus-sizes.perl M scripts/training/mert-moses.pl M scripts/training/train-model.perl M scripts/training/wrappers/parse-de-bitpar.perl A search/Jamfile A search/arity.hh A search/config.hh A search/context.hh A search/edge.hh A search/edge_generator.cc A search/edge_generator.hh A search/final.hh A search/note.hh A search/rule.cc A search/rule.hh A search/source.hh A search/types.hh A search/vertex.cc A search/vertex.hh A search/vertex_generator.cc A search/vertex_generator.hh A search/weights.cc A search/weights.hh A search/weights_test.cc R util/COPYING R util/COPYING.LESSER M util/Jamfile R util/LICENSE M util/file.cc M util/file.hh M util/have.hh A util/pool.cc A util/pool.hh A util/string_piece.cc M util/tokenize_piece.hh R util/util.xcodeproj/project.pbxproj Log Message: ----------- Merge branch 'master' of git://github.com/moses-smt/mosesdecoder Commit: 7d66a4f8d5d3f189f7cd1c7ac21e83b2d1164b40 https://github.com/moses-smt/mosesdecoder/commit/7d66a4f8d5d3f189f7cd1c7ac21e83b2d1164b40 Author: phikoehn <pk...@in...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M scripts/ems/experiment.meta Log Message: ----------- superminortiny fix Commit: 0dda804c46f11db78d79e88cd09934f2547a448c https://github.com/moses-smt/mosesdecoder/commit/0dda804c46f11db78d79e88cd09934f2547a448c Author: phikoehn <pk...@in...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M scripts/ems/example/config.basic M scripts/ems/example/config.factored M scripts/ems/example/config.hierarchical M scripts/ems/example/config.syntax M scripts/ems/example/config.toy M scripts/ems/experiment.perl Log Message: ----------- sparse feature fixes Commit: 5bb498c922e93493f7432392933d1a38d9512461 https://github.com/moses-smt/mosesdecoder/commit/5bb498c922e93493f7432392933d1a38d9512461 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M contrib/other-builds/moses/.project Log Message: ----------- eclipse project Commit: 9e03090ca2f08308e167e360d318f767d9307055 https://github.com/moses-smt/mosesdecoder/commit/9e03090ca2f08308e167e360d318f767d9307055 Author: Rico Sennrich <ric...@gm...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M contrib/tmcombine/tmcombine.py Log Message: ----------- fix regression from having all 3 counts in phrase table. Commit: c3229460a3b5f0153587562695f2a58ce8f32b7b https://github.com/moses-smt/mosesdecoder/commit/c3229460a3b5f0153587562695f2a58ce8f32b7b Author: Hieu Hoang <hie...@gm...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M contrib/other-builds/moses/.project Log Message: ----------- eclipse Commit: ee47e53065740867edbd8c93feb0b25f27765490 https://github.com/moses-smt/mosesdecoder/commit/ee47e53065740867edbd8c93feb0b25f27765490 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp Log Message: ----------- new weight vector in fuzzy match rule table Commit: fb040861f7496a878456302447ba1fecd4754b1a https://github.com/moses-smt/mosesdecoder/commit/fb040861f7496a878456302447ba1fecd4754b1a Author: Hieu Hoang <hie...@gm...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M contrib/tmcombine/tmcombine.py Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 8e23e441c3f630619a77c08944dc5f47a2ac1845 https://github.com/moses-smt/mosesdecoder/commit/8e23e441c3f630619a77c08944dc5f47a2ac1845 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M OnDiskPt/Phrase.h M OnDiskPt/Word.h Log Message: ----------- Fix virtual destructors Commit: bedc7136b830d11f1ef32664038658d44688e032 https://github.com/moses-smt/mosesdecoder/commit/bedc7136b830d11f1ef32664038658d44688e032 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M contrib/other-builds/moses/.project M contrib/tmcombine/tmcombine.py M cruise-control/config.ems M moses-chart-cmd/src/Main.cpp M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp M scripts/ems/example/config.basic M scripts/ems/example/config.factored M scripts/ems/example/config.hierarchical M scripts/ems/example/config.syntax M scripts/ems/example/config.toy M scripts/ems/experiment.meta M scripts/ems/experiment.perl M scripts/ems/support/build-sparse-lexical-features.perl M scripts/ems/support/interpolate-lm.perl Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 05e91def21d90d848b5f804f2fc9bd974bc496df https://github.com/moses-smt/mosesdecoder/commit/05e91def21d90d848b5f804f2fc9bd974bc496df Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: R search/source.hh M search/types.hh M search/vertex.hh M search/vertex_generator.cc M search/vertex_generator.hh Log Message: ----------- Change VertexGenerator to batch, Remove kScoreInf Commit: 39664ac8f48c44fa4a81ff63de7ff2d31a956b5e https://github.com/moses-smt/mosesdecoder/commit/39664ac8f48c44fa4a81ff63de7ff2d31a956b5e Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M moses/src/Incremental/Fill.cpp M moses/src/Incremental/Manager.cpp R search/arity.hh M search/context.hh M search/edge.hh M search/edge_generator.cc M search/edge_generator.hh M search/final.hh A search/header.hh M search/vertex.cc M search/vertex.hh M search/vertex_generator.cc M util/ersatz_progress.hh M util/exception.hh M util/probing_hash_table.hh Log Message: ----------- Support arbitrary arity Also, some windows fixes in util. Commit: 36373bfd5b1aaea970df4cd66e81d923d9761a86 https://github.com/moses-smt/mosesdecoder/commit/36373bfd5b1aaea970df4cd66e81d923d9761a86 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M util/tokenize_piece.hh Log Message: ----------- Remove uncalled function Commit: 5ed7513e0d4e4389905984fe0e1d9d2f38f9c50d https://github.com/moses-smt/mosesdecoder/commit/5ed7513e0d4e4389905984fe0e1d9d2f38f9c50d Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M search/vertex_generator.hh Log Message: ----------- D'oh correct return value for existing entries Commit: f9d0721145703a8b10b82511eb2c8f4ad919f38d https://github.com/moses-smt/mosesdecoder/commit/f9d0721145703a8b10b82511eb2c8f4ad919f38d Author: Barry Haddow <bar...@gm...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M scripts/ems/support/build-sparse-lexical-features.perl Log Message: ----------- correct format for word trans features Commit: 851b3d394d3b9cce57592e838656ae87c6b7e307 https://github.com/moses-smt/mosesdecoder/commit/851b3d394d3b9cce57592e838656ae87c6b7e307 Author: Barry Haddow <bar...@gm...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M search/vertex_generator.hh Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: de5276630b5fe146484380bee3d94aa164246080 https://github.com/moses-smt/mosesdecoder/commit/de5276630b5fe146484380bee3d94aa164246080 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M lm/Jamfile Log Message: ----------- Restore kenlm max order Commit: 791a7b68fc5e05c04e10b535bf7f0d8186e8df48 https://github.com/moses-smt/mosesdecoder/commit/791a7b68fc5e05c04e10b535bf7f0d8186e8df48 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M lm/Jamfile M moses/src/DynSAInclude/Jamfile M moses/src/Jamfile M moses/src/TypeDef.h Log Message: ----------- Make max-factors a compile option and add recompilation safety Commit: 232b3f2e5ab86041c2706393c5aaa16512d2892c https://github.com/moses-smt/mosesdecoder/commit/232b3f2e5ab86041c2706393c5aaa16512d2892c Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M scripts/ems/support/build-sparse-lexical-features.perl Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 5f6752714339deab2eff055e372855280d0edbb9 https://github.com/moses-smt/mosesdecoder/commit/5f6752714339deab2eff055e372855280d0edbb9 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M Jamroot M lm/model.cc M lm/vocab.cc M lm/vocab.hh Log Message: ----------- Bugfix vocabulary corruption on building Commit: 397e704b49eda68443c88c30ff4b62f07cfb0b45 https://github.com/moses-smt/mosesdecoder/commit/397e704b49eda68443c88c30ff4b62f07cfb0b45 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M OnDiskPt/TargetPhrase.cpp M moses-cmd/src/IOWrapper.cpp M moses-cmd/src/TranslationAnalysis.cpp M moses/src/AlignmentInfo.h M moses/src/AlignmentInfoCollection.cpp M moses/src/AlignmentInfoCollection.h M moses/src/AlignmentInfoTest.cpp M moses/src/ChartHypothesis.cpp M moses/src/ChartTrellisNode.cpp M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/Hypothesis.cpp M moses/src/Incremental/Fill.cpp M moses/src/LM/Implementation.cpp M moses/src/LM/Ken.cpp M moses/src/RuleTable/LoaderCompact.cpp M moses/src/RuleTable/LoaderStandard.cpp M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp M moses/src/RuleTable/PhraseDictionarySCFG.cpp M moses/src/RuleTable/UTrie.cpp M moses/src/RuleTable/UTrieNode.cpp M moses/src/SourceWordDeletionFeature.cpp M moses/src/TargetNgramFeature.cpp M moses/src/TargetNgramFeature.h M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h M moses/src/TargetWordInsertionFeature.cpp M moses/src/WordTranslationFeature.cpp Log Message: ----------- terminal and non-terminal word alignments stored in 2 separate objects Commit: f4c965e7528fd36e2384dfeba4ce73bb2f1421a4 https://github.com/moses-smt/mosesdecoder/commit/f4c965e7528fd36e2384dfeba4ce73bb2f1421a4 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M Jamroot M OnDiskPt/Phrase.h M OnDiskPt/Word.h M lm/Jamfile M lm/model.cc M lm/vocab.cc M lm/vocab.hh M moses/src/DynSAInclude/Jamfile M moses/src/Incremental/Fill.cpp M moses/src/Incremental/Manager.cpp M moses/src/Jamfile M moses/src/TypeDef.h M scripts/ems/support/build-sparse-lexical-features.perl R search/arity.hh M search/context.hh M search/edge.hh M search/edge_generator.cc M search/edge_generator.hh M search/final.hh A search/header.hh R search/source.hh M search/types.hh M search/vertex.cc M search/vertex.hh M search/vertex_generator.cc M search/vertex_generator.hh M util/ersatz_progress.hh M util/exception.hh M util/probing_hash_table.hh M util/tokenize_piece.hh Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: cb0b94fad5b2390d3be8d7f97229c6ffadadc805 https://github.com/moses-smt/mosesdecoder/commit/cb0b94fad5b2390d3be8d7f97229c6ffadadc805 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M contrib/other-builds/moses-chart-cmd/.cproject M contrib/other-builds/moses-cmd/.cproject M contrib/other-builds/moses/.cproject M contrib/other-builds/search/.cproject M moses/src/AlignmentInfo.cpp M moses/src/AlignmentInfo.h M moses/src/RuleTable/LoaderCompact.cpp M moses/src/SourceWordDeletionFeature.cpp M moses/src/SourceWordDeletionFeature.h M moses/src/TargetPhrase.cpp M moses/src/TargetWordInsertionFeature.cpp M moses/src/TargetWordInsertionFeature.h M moses/src/WordTranslationFeature.cpp Log Message: ----------- delete all mention of terminal in word alignment class Commit: 7a19ac861c4f11a9171bfcf66475797f57f27b26 https://github.com/moses-smt/mosesdecoder/commit/7a19ac861c4f11a9171bfcf66475797f57f27b26 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M contrib/other-builds/CreateOnDisk.vcxproj M contrib/other-builds/OnDiskPt.vcxproj M contrib/other-builds/kenlm.vcxproj M contrib/other-builds/moses-cmd.vcxproj M contrib/other-builds/moses.vcxproj M contrib/other-builds/mosesserver.vcxproj Log Message: ----------- vs project files. /Krishna Nanda Commit: ea48ab7845773a2da2bca48a3dd067ddcffa8f4b https://github.com/moses-smt/mosesdecoder/commit/ea48ab7845773a2da2bca48a3dd067ddcffa8f4b Author: Hieu Hoang <hie...@gm...> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.perl Log Message: ----------- perltidy Commit: 99d5e738aa7ce283fba417b14748a27c3672f71f https://github.com/moses-smt/mosesdecoder/commit/99d5e738aa7ce283fba417b14748a27c3672f71f Author: Hieu Hoang <fis...@gm...> Date: 2012-10-20 (Sat, 20 Oct 2012) Changed paths: M scripts/recaser/train-recaser.perl Log Message: ----------- use kenlm if sri specified Commit: d241fa4e4767bbc8b9dc4508740b0ce8c09b02b5 https://github.com/moses-smt/mosesdecoder/commit/d241fa4e4767bbc8b9dc4508740b0ce8c09b02b5 Author: Hieu Hoang <fis...@gm...> Date: 2012-10-20 (Sat, 20 Oct 2012) Changed paths: M contrib/other-builds/CreateOnDisk.vcxproj M contrib/other-builds/OnDiskPt.vcxproj M contrib/other-builds/kenlm.vcxproj M contrib/other-builds/moses-cmd.vcxproj M contrib/other-builds/moses.vcxproj M contrib/other-builds/mosesserver.vcxproj M scripts/fuzzy-match/create_xml.perl Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: f1bb9be091f40c73a33b0d64d82df521664322c4 https://github.com/moses-smt/mosesdecoder/commit/f1bb9be091f40c73a33b0d64d82df521664322c4 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-20 (Sat, 20 Oct 2012) Changed paths: M OnDiskPt/Main.cpp Log Message: ----------- D'oh missed an argument in usage Commit: 4977f2790fbfd09b3cd8247840302674f4c6a41c https://github.com/moses-smt/mosesdecoder/commit/4977f2790fbfd09b3cd8247840302674f4c6a41c Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M jam-files/boost-build/build/generators.jam M jam-files/boost-build/build/project.jam M jam-files/boost-build/build/property-set.jam M jam-files/boost-build/build/targets.jam M jam-files/boost-build/build/toolset.jam M jam-files/boost-build/build/version.jam A jam-files/boost-build/tools/auto-index.jam M jam-files/boost-build/tools/boostbook.jam M jam-files/boost-build/tools/builtin.jam M jam-files/boost-build/tools/cast.jam M jam-files/boost-build/tools/common.jam A jam-files/boost-build/tools/cray.jam M jam-files/boost-build/tools/darwin.jam M jam-files/boost-build/tools/docutils.jam M jam-files/boost-build/tools/gcc.jam M jam-files/boost-build/tools/intel-win.jam M jam-files/boost-build/tools/msvc.jam M jam-files/boost-build/tools/python.jam M jam-files/boost-build/tools/qt4.jam M jam-files/boost-build/tools/stage.jam M jam-files/boost-build/user-config.jam M jam-files/boost-build/util/doc.jam M jam-files/engine/build.bat M jam-files/engine/build.jam M jam-files/engine/build.sh R jam-files/engine/build_vms.com M jam-files/engine/builtins.c M jam-files/engine/builtins.h R jam-files/engine/bump_version.py M jam-files/engine/class.c M jam-files/engine/class.h M jam-files/engine/command.c M jam-files/engine/command.h M jam-files/engine/compile.c M jam-files/engine/compile.h A jam-files/engine/constants.c A jam-files/engine/constants.h M jam-files/engine/debug.c M jam-files/engine/debug.h M jam-files/engine/execcmd.h R jam-files/engine/execmac.c M jam-files/engine/execnt.c M jam-files/engine/execunix.c R jam-files/engine/execvms.c R jam-files/engine/expand.c R jam-files/engine/expand.h R jam-files/engine/filemac.c M jam-files/engine/filent.c R jam-files/engine/fileos2.c M jam-files/engine/filesys.c M jam-files/engine/filesys.h M jam-files/engine/fileunix.c R jam-files/engine/filevms.c M jam-files/engine/frames.c M jam-files/engine/frames.h A jam-files/engine/function.c A jam-files/engine/function.h M jam-files/engine/glob.c M jam-files/engine/hash.c M jam-files/engine/hash.h M jam-files/engine/hcache.c M jam-files/engine/hcache.h M jam-files/engine/hdrmacro.c M jam-files/engine/hdrmacro.h M jam-files/engine/headers.c M jam-files/engine/headers.h M jam-files/engine/jam.c M jam-files/engine/jam.h M jam-files/engine/jamgram.c M jam-files/engine/jamgram.h M jam-files/engine/jamgram.y M jam-files/engine/jamgram.yy M jam-files/engine/lists.c M jam-files/engine/lists.h M jam-files/engine/make.c M jam-files/engine/make.h M jam-files/engine/make1.c M jam-files/engine/modules.c M jam-files/engine/modules.h M jam-files/engine/modules/order.c M jam-files/engine/modules/path.c M jam-files/engine/modules/property-set.c M jam-files/engine/modules/regex.c M jam-files/engine/modules/sequence.c M jam-files/engine/modules/set.c M jam-files/engine/native.c M jam-files/engine/native.h R jam-files/engine/newstr.c R jam-files/engine/newstr.h A jam-files/engine/object.c A jam-files/engine/object.h M jam-files/engine/output.c M jam-files/engine/output.h M jam-files/engine/parse.c M jam-files/engine/parse.h M jam-files/engine/patchlevel.h R jam-files/engine/pathmac.c M jam-files/engine/pathsys.h M jam-files/engine/pathunix.c R jam-files/engine/pathvms.c M jam-files/engine/pwd.c M jam-files/engine/pwd.h M jam-files/engine/regexp.c M jam-files/engine/regexp.h M jam-files/engine/rules.c M jam-files/engine/rules.h M jam-files/engine/scan.c M jam-files/engine/scan.h M jam-files/engine/search.c M jam-files/engine/search.h M jam-files/engine/subst.c M jam-files/engine/timestamp.c M jam-files/engine/timestamp.h M jam-files/engine/variable.c M jam-files/engine/variable.h M jam-files/engine/w32_getreg.c Log Message: ----------- Update bjam to 1.51.0 Commit: 12b7da903b805e355b9efac65f02d71ba03574cc https://github.com/moses-smt/mosesdecoder/commit/12b7da903b805e355b9efac65f02d71ba03574cc Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M bjam Log Message: ----------- Force bjam recompile for old version Commit: 4296e9720b659dc1b2b0f0039ef5e4bd3af87a26 https://github.com/moses-smt/mosesdecoder/commit/4296e9720b659dc1b2b0f0039ef5e4bd3af87a26 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M moses-chart-cmd/src/Main.cpp Log Message: ----------- Make Chart's exit behavior consistent with phrase Commit: 6647ec4a417e9ec3b020e5f37e34bac406335a9c https://github.com/moses-smt/mosesdecoder/commit/6647ec4a417e9ec3b020e5f37e34bac406335a9c Author: Hieu Hoang <fis...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M Jamroot Log Message: ----------- don't compile moses server for the moment. Doesn't compile on some gcc/boost combinations Commit: c62ba3e9a61031e78ea5ad999184bf98bd629815 https://github.com/moses-smt/mosesdecoder/commit/c62ba3e9a61031e78ea5ad999184bf98bd629815 Author: Hieu Hoang <fis...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M bjam M jam-files/boost-build/build/generators.jam M jam-files/boost-build/build/project.jam M jam-files/boost-build/build/property-set.jam M jam-files/boost-build/build/targets.jam M jam-files/boost-build/build/toolset.jam M jam-files/boost-build/build/version.jam A jam-files/boost-build/tools/auto-index.jam M jam-files/boost-build/tools/boostbook.jam M jam-files/boost-build/tools/builtin.jam M jam-files/boost-build/tools/cast.jam M jam-files/boost-build/tools/common.jam A jam-files/boost-build/tools/cray.jam M jam-files/boost-build/tools/darwin.jam M jam-files/boost-build/tools/docutils.jam M jam-files/boost-build/tools/gcc.jam M jam-files/boost-build/tools/intel-win.jam M jam-files/boost-build/tools/msvc.jam M jam-files/boost-build/tools/python.jam M jam-files/boost-build/tools/qt4.jam M jam-files/boost-build/tools/stage.jam M jam-files/boost-build/user-config.jam M jam-files/boost-build/util/doc.jam M jam-files/engine/build.bat M jam-files/engine/build.jam M jam-files/engine/build.sh R jam-files/engine/build_vms.com M jam-files/engine/builtins.c M jam-files/engine/builtins.h R jam-files/engine/bump_version.py M jam-files/engine/class.c M jam-files/engine/class.h M jam-files/engine/command.c M jam-files/engine/command.h M jam-files/engine/compile.c M jam-files/engine/compile.h A jam-files/engine/constants.c A jam-files/engine/constants.h M jam-files/engine/debug.c M jam-files/engine/debug.h M jam-files/engine/execcmd.h R jam-files/engine/execmac.c M jam-files/engine/execnt.c M jam-files/engine/execunix.c R jam-files/engine/execvms.c R jam-files/engine/expand.c R jam-files/engine/expand.h R jam-files/engine/filemac.c M jam-files/engine/filent.c R jam-files/engine/fileos2.c M jam-files/engine/filesys.c M jam-files/engine/filesys.h M jam-files/engine/fileunix.c R jam-files/engine/filevms.c M jam-files/engine/frames.c M jam-files/engine/frames.h A jam-files/engine/function.c A jam-files/engine/function.h M jam-files/engine/glob.c M jam-files/engine/hash.c M jam-files/engine/hash.h M jam-files/engine/hcache.c M jam-files/engine/hcache.h M jam-files/engine/hdrmacro.c M jam-files/engine/hdrmacro.h M jam-files/engine/headers.c M jam-files/engine/headers.h M jam-files/engine/jam.c M jam-files/engine/jam.h M jam-files/engine/jamgram.c M jam-files/engine/jamgram.h M jam-files/engine/jamgram.y M jam-files/engine/jamgram.yy M jam-files/engine/lists.c M jam-files/engine/lists.h M jam-files/engine/make.c M jam-files/engine/make.h M jam-files/engine/make1.c M jam-files/engine/modules.c M jam-files/engine/modules.h M jam-files/engine/modules/order.c M jam-files/engine/modules/path.c M jam-files/engine/modules/property-set.c M jam-files/engine/modules/regex.c M jam-files/engine/modules/sequence.c M jam-files/engine/modules/set.c M jam-files/engine/native.c M jam-files/engine/native.h R jam-files/engine/newstr.c R jam-files/engine/newstr.h A jam-files/engine/object.c A jam-files/engine/object.h M jam-files/engine/output.c M jam-files/engine/output.h M jam-files/engine/parse.c M jam-files/engine/parse.h M jam-files/engine/patchlevel.h R jam-files/engine/pathmac.c M jam-files/engine/pathsys.h M jam-files/engine/pathunix.c R jam-files/engine/pathvms.c M jam-files/engine/pwd.c M jam-files/engine/pwd.h M jam-files/engine/regexp.c M jam-files/engine/regexp.h M jam-files/engine/rules.c M jam-files/engine/rules.h M jam-files/engine/scan.c M jam-files/engine/scan.h M jam-files/engine/search.c M jam-files/engine/search.h M jam-files/engine/subst.c M jam-files/engine/timestamp.c M jam-files/engine/timestamp.h M jam-files/engine/variable.c M jam-files/engine/variable.h M jam-files/engine/w32_getreg.c M moses-chart-cmd/src/Main.cpp Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 87b6520d82b680593553d1efa0188a3f414d5337 https://github.com/moses-smt/mosesdecoder/commit/87b6520d82b680593553d1efa0188a3f414d5337 Author: Hieu Hoang <fis...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M Jamroot M contrib/server/mosesserver.cpp M moses/src/FeatureVector.h M moses/src/ScoreComponentCollection.h Log Message: ----------- add moses server back in. Changed ScoreComponentCollection to expose dense feature array Commit: c34ecf12ded9a7bda95d7021fc431523d421888b https://github.com/moses-smt/mosesdecoder/commit/c34ecf12ded9a7bda95d7021fc431523d421888b Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M OnDiskPt/TargetPhrase.cpp M moses/src/BilingualDynSuffixArray.cpp M moses/src/ChartParser.cpp M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/PDTAimp.h M moses/src/Phrase.h M moses/src/PhraseDictionaryMemory.cpp M moses/src/RuleTable/LoaderStandard.cpp M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp M moses/src/TargetPhrase.h M moses/src/TranslationOptionCollection.cpp M moses/src/TreeInput.cpp M moses/src/XmlOption.cpp Log Message: ----------- TargetPhrase doesn't have a FactorDirection constructor. It was implicitly doing TargetPhrase(Phrase(size_t)) wastefully Commit: 2e8c316aaa8b2335f769bc1c173e8f4dac8fcfa2 https://github.com/moses-smt/mosesdecoder/commit/2e8c316aaa8b2335f769bc1c173e8f4dac8fcfa2 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M Jamroot M contrib/server/mosesserver.cpp M moses/src/FeatureVector.h M moses/src/ScoreComponentCollection.h Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: eb28ea26a83277bb91f48c85b88445a77abf4853 https://github.com/moses-smt/mosesdecoder/commit/eb28ea26a83277bb91f48c85b88445a77abf4853 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M moses/src/Phrase.cpp M moses/src/Phrase.h M moses/src/TargetPhrase.cpp Log Message: ----------- Add a phrase default constructor, bypassing the array size increment Commit: 32885c185ee6c6b319fe85bb70ada9c04605f94e https://github.com/moses-smt/mosesdecoder/commit/32885c185ee6c6b319fe85bb70ada9c04605f94e Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M util/string_piece.hh Log Message: ----------- Fix compile error with ancient Boost Commit: c4416c85faac3383f030471543f17c5eb2d3b895 https://github.com/moses-smt/mosesdecoder/commit/c4416c85faac3383f030471543f17c5eb2d3b895 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M search/vertex_generator.cc Log Message: ----------- Disable incremental search for Boost < 1.42 Commit: 3a11b0d6fbeafc68c9315e118ff2dba6058068b4 https://github.com/moses-smt/mosesdecoder/commit/3a11b0d6fbeafc68c9315e118ff2dba6058068b4 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M misc/Jamfile Log Message: ----------- Temporarily disabling queryPhraseTableMin due to compilation errors Commit: d1d5fe4036ca04ebccc6fb4d4d5d0d2b4e12a534 https://github.com/moses-smt/mosesdecoder/commit/d1d5fe4036ca04ebccc6fb4d4d5d0d2b4e12a534 Author: Barry Haddow <bar...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M phrase-extract/PhraseExtractionOptions.h M phrase-extract/extract.cpp Log Message: ----------- Remove -SentenceId (since we have -IncludeSentenceId now) Commit: 4707cfcf79ca0b29c3fbb9c02b404aa26786744d https://github.com/moses-smt/mosesdecoder/commit/4707cfcf79ca0b29c3fbb9c02b404aa26786744d Author: Barry Haddow <bar...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M misc/Jamfile M search/vertex_generator.cc Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: d246e10a1e5d378ed307280d53aa71afd571448a https://github.com/moses-smt/mosesdecoder/commit/d246e10a1e5d378ed307280d53aa71afd571448a Author: Hieu Hoang <fis...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M misc/queryPhraseTableMin.cpp Log Message: ----------- tp.GetAlignmentInfo() -> tp.GetAlignTerm() Commit: 0e402f73dc4fd3ec1cb66797cdc9a89199e0ef48 https://github.com/moses-smt/mosesdecoder/commit/0e402f73dc4fd3ec1cb66797cdc9a89199e0ef48 Author: Hieu Hoang <fis...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M phrase-extract/PhraseExtractionOptions.h M phrase-extract/extract.cpp Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 6f7f2cf332b3ceb2b52dfe38822c47efeb39b4a4 https://github.com/moses-smt/mosesdecoder/commit/6f7f2cf332b3ceb2b52dfe38822c47efeb39b4a4 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M mira/Jamfile M scripts/fuzzy-match/create_xml.perl Log Message: ----------- take out debug arg from perl script Commit: 9a9dfe59de9ea0b09688785774ccdcfa47f9b486 https://github.com/moses-smt/mosesdecoder/commit/9a9dfe59de9ea0b09688785774ccdcfa47f9b486 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M moses/src/fuzzy-match/FuzzyMatchWrapper.cpp Log Message: ----------- default to multiple matched Commit: ff0946dd3efb9300e9210646eaf1d3ea51bc33e4 https://github.com/moses-smt/mosesdecoder/commit/ff0946dd3efb9300e9210646eaf1d3ea51bc33e4 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M contrib/other-builds/OnDiskPt/.cproject M contrib/other-builds/lm/.cproject M contrib/other-builds/util/.cproject M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp Log Message: ----------- eclipse files Commit: 6baa3d7e95563f1a285dcd9879f4c903fc8c8a14 https://github.com/moses-smt/mosesdecoder/commit/6baa3d7e95563f1a285dcd9879f4c903fc8c8a14 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M misc/Jamfile A scripts/fuzzy-match/compile.sh A scripts/fuzzy-match/create_xml.cpp Log Message: ----------- converting create_xml.perl to create_xml.cpp Commit: 73ef77163ce99bf99a535a87466b1107e07500a7 https://github.com/moses-smt/mosesdecoder/commit/73ef77163ce99bf99a535a87466b1107e07500a7 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M moses/src/RuleTable/LoaderStandard.cpp M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h Log Message: ----------- Remove m_ruleCount, construct source phrase in-place Commit: 42f7d5bb28613fc3ed5acd2e243d4146e932669d https://github.com/moses-smt/mosesdecoder/commit/42f7d5bb28613fc3ed5acd2e243d4146e932669d Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M misc/Jamfile A scripts/fuzzy-match/compile.sh A scripts/fuzzy-match/create_xml.cpp Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: d8ecb47d8589ac413e66c62969fd6fdcb1ea2d5b https://github.com/moses-smt/mosesdecoder/commit/d8ecb47d8589ac413e66c62969fd6fdcb1ea2d5b Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: fb8eb0d11196f02e1a5cdcbf2132bbf3680657ce https://github.com/moses-smt/mosesdecoder/commit/fb8eb0d11196f02e1a5cdcbf2132bbf3680657ce Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M misc/queryPhraseTableMin.cpp M moses/src/Phrase.h Log Message: ----------- fix marcin's querying of compact rule table Commit: 507b49e0f58bbc1b338ba66aa13d0b3fda546268 https://github.com/moses-smt/mosesdecoder/commit/507b49e0f58bbc1b338ba66aa13d0b3fda546268 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M misc/queryPhraseTableMin.cpp Log Message: ----------- fix marcin's querying of compact rule table Commit: 7a71270be2d675eb15bd066fd2ed1583f69b1662 https://github.com/moses-smt/mosesdecoder/commit/7a71270be2d675eb15bd066fd2ed1583f69b1662 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M moses/src/RuleTable/LoaderStandard.cpp M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: ae97ddc9fe84409e3f1a0d6c72b960c27edd24e4 https://github.com/moses-smt/mosesdecoder/commit/ae97ddc9fe84409e3f1a0d6c72b960c27edd24e4 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: A scripts/fuzzy-match/.cproject A scripts/fuzzy-match/.project A scripts/fuzzy-match/Alignments.cpp A scripts/fuzzy-match/Alignments.h M scripts/fuzzy-match/compile.sh M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: 6657c5b2b39be7f791c4ccbf584a4cf66e91019c https://github.com/moses-smt/mosesdecoder/commit/6657c5b2b39be7f791c4ccbf584a4cf66e91019c Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: f88df8fdcd003da6c013afefcd5094da3289b951 https://github.com/moses-smt/mosesdecoder/commit/f88df8fdcd003da6c013afefcd5094da3289b951 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M util/file.cc Log Message: ----------- Windows Commit: e35bb2c81feee280c06c823645a266f0525164eb https://github.com/moses-smt/mosesdecoder/commit/e35bb2c81feee280c06c823645a266f0525164eb Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M moses/src/StaticData.cpp Log Message: ----------- delete some debug info Commit: 33063e8d4b4766c03ce35d4f76ebe416dcd69790 https://github.com/moses-smt/mosesdecoder/commit/33063e8d4b4766c03ce35d4f76ebe416dcd69790 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/.cproject M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: 3bb4c3994dbed41e324151f0b46d6e725334cd56 https://github.com/moses-smt/mosesdecoder/commit/3bb4c3994dbed41e324151f0b46d6e725334cd56 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: 1770b19c1142da1234d3a464e67b81264b790684 https://github.com/moses-smt/mosesdecoder/commit/1770b19c1142da1234d3a464e67b81264b790684 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: 9aeb368af20301a80e50f67b5ba2e3a442245205 https://github.com/moses-smt/mosesdecoder/commit/9aeb368af20301a80e50f67b5ba2e3a442245205 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: d13c761505acbae7a421d70ae968ed125d0c3a2b https://github.com/moses-smt/mosesdecoder/commit/d13c761505acbae7a421d70ae968ed125d0c3a2b Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/Alignments.h M scripts/fuzzy-match/create_xml.cpp M scripts/fuzzy-match/create_xml.perl Log Message: ----------- perl to cpp Commit: 997e1fa573557d3a97fdf008bcf9f3232ad4a641 https://github.com/moses-smt/mosesdecoder/commit/997e1fa573557d3a97fdf008bcf9f3232ad4a641 Author: Rico Sennrich <ric...@gm...> Date: 2012-10-26 (Fri, 26 Oct 2012) Changed paths: M Jamroot M OnDiskPt/Main.cpp M OnDiskPt/Phrase.h M OnDiskPt/TargetPhrase.cpp M OnDiskPt/Word.h M bjam M contrib/other-builds/CreateOnDisk.vcxproj M contrib/other-builds/OnDiskPt.vcxproj M contrib/other-builds/OnDiskPt/.cproject M contrib/other-builds/kenlm.vcxproj M contrib/other-builds/lm/.cproject M contrib/other-builds/moses-chart-cmd/.cproject M contrib/other-builds/moses-cmd.vcxproj M contrib/other-builds/moses-cmd/.cproject M contrib/other-builds/moses.vcxproj M contrib/other-builds/moses/.cproject M contrib/other-builds/moses/.project M contrib/other-builds/mosesserver.vcxproj A contrib/other-builds/search/.cproject A contrib/other-builds/search/.project M contrib/other-builds/util/.cproject M contrib/server/mosesserver.cpp M contrib/tmcombine/tmcombine.py M cruise-control/config.ems M jam-files/boost-build/build/generators.jam M jam-files/boost-build/build/project.jam M jam-files/boost-build/build/property-set.jam M jam-files/boost-build/build/targets.jam M jam-files/boost-build/build/toolset.jam M jam-files/boost-build/build/version.jam A jam-files/boost-build/tools/auto-index.jam M jam-files/boost-build/tools/boostbook.jam M jam-files/boost-build/tools/builtin.jam M jam-files/boost-build/tools/cast.jam M jam-files/boost-build/tools/common.jam A jam-files/boost-build/tools/cray.jam M jam-files/boost-build/tools/darwin.jam M jam-files/boost-build/tools/docutils.jam M jam-files/boost-build/tools/gcc.jam M jam-files/boost-build/tools/intel-win.jam M jam-files/boost-build/tools/msvc.jam M jam-files/boost-build/tools/python.jam M jam-files/boost-build/tools/qt4.jam M jam-files/boost-build/tools/stage.jam M jam-files/boost-build/user-config.jam M jam-files/boost-build/util/doc.jam M jam-files/engine/build.bat M jam-files/engine/build.jam M jam-files/engine/build.sh R jam-files/engine/build_vms.com M jam-files/engine/builtins.c M jam-files/engine/builtins.h R jam-files/engine/bump_version.py M jam-files/engine/class.c M jam-files/engine/class.h M jam-files/engine/command.c M jam-files/engine/command.h M jam-files/engine/compile.c M jam-files/engine/compile.h A jam-files/engine/constants.c A jam-files/engine/constants.h M jam-files/engine/debug.c M jam-files/engine/debug.h M jam-files/engine/execcmd.h R jam-files/engine/execmac.c M jam-files/engine/execnt.c M jam-files/engine/execunix.c R jam-files/engine/execvms.c R jam-files/engine/expand.c R jam-files/engine/expand.h R jam-files/engine/filemac.c M jam-files/engine/filent.c R jam-files/engine/fileos2.c M jam-files/engine/filesys.c M jam-files/engine/filesys.h M jam-files/engine/fileunix.c R jam-files/engine/filevms.c M jam-files/engine/frames.c M jam-files/engine/frames.h A jam-files/engine/function.c A jam-files/engine/function.h M jam-files/engine/glob.c M jam-files/engine/hash.c M jam-files/engine/hash.h M jam-files/engine/hcache.c M jam-files/engine/hcache.h M jam-files/engine/hdrmacro.c M jam-files/engine/hdrmacro.h M jam-files/engine/headers.c M jam-files/engine/headers.h M jam-files/engine/jam.c M jam-files/engine/jam.h M jam-files/engine/jamgram.c M jam-files/engine/jamgram.h M jam-files/engine/jamgram.y M jam-files/engine/jamgram.yy M jam-files/engine/lists.c M jam-files/engine/lists.h M jam-files/engine/make.c M jam-files/engine/make.h M jam-files/engine/make1.c M jam-files/engine/modules.c M jam-files/engine/modules.h M jam-files/engine/modules/order.c M jam-files/engine/modules/path.c M jam-files/engine/modules/property-set.c M jam-files/engine/modules/regex.c M jam-files/engine/modules/sequence.c M jam-files/engine/modules/set.c M jam-files/engine/native.c M jam-files/engine/native.h R jam-files/engine/newstr.c R jam-files/engine/newstr.h A jam-files/engine/object.c A jam-files/engine/object.h M jam-files/engine/output.c M jam-files/engine/output.h M jam-files/engine/parse.c M jam-files/engine/parse.h M jam-files/engine/patchlevel.h R jam-files/engine/pathmac.c M jam-files/engine/pathsys.h M jam-files/engine/pathunix.c R jam-files/engine/pathvms.c M jam-files/engine/pwd.c M jam-files/engine/pwd.h M jam-files/engine/regexp.c M jam-files/engine/regexp.h M jam-files/engine/rules.c M jam-files/engine/rules.h M jam-files/engine/scan.c M jam-files/engine/scan.h M jam-files/engine/search.c M jam-files/engine/search.h M jam-files/engine/subst.c M jam-files/engine/timestamp.c M jam-files/engine/timestamp.h M jam-files/engine/variable.c M jam-files/engine/variable.h M jam-files/engine/w32_getreg.c M lm/Jamfile M lm/model.cc M lm/vocab.cc M lm/vocab.hh M mira/Jamfile M misc/Jamfile M misc/queryPhraseTableMin.cpp M moses-chart-cmd/src/Main.cpp M moses-cmd/src/IOWrapper.cpp M moses-cmd/src/TranslationAnalysis.cpp M moses/src/AlignmentInfo.cpp M moses/src/AlignmentInfo.h M moses/src/AlignmentInfoCollection.cpp M moses/src/AlignmentInfoCollection.h M moses/src/AlignmentInfoTest.cpp M moses/src/BilingualDynSuffixArray.cpp M moses/src/ChartHypothesis.cpp M moses/src/ChartParser.cpp M moses/src/ChartTrellisNode.cpp M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/DynSAInclude/Jamfile M moses/src/FeatureVector.h M moses/src/Hypothesis.cpp M moses/src/Incremental/Fill.cpp M moses/src/Incremental/Fill.h M moses/src/Incremental/Manager.cpp M moses/src/Jamfile M moses/src/LM/Implementation.cpp M moses/src/LM/Ken.cpp M moses/src/PDTAimp.h M moses/src/Phrase.cpp M moses/src/Phrase.h M moses/src/PhraseDictionaryMemory.cpp M moses/src/RuleTable/LoaderCompact.cpp M moses/src/RuleTable/LoaderStandard.cpp M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp M moses/src/RuleTable/PhraseDictionarySCFG.cpp M moses/src/RuleTable/UTrie.cpp M moses/src/RuleTable/UTrieNode.cpp M moses/src/ScoreComponentCollection.h M moses/src/SourceWordDeletionFeature.cpp M moses/src/SourceWordDeletionFeature.h M moses/src/S... [truncated message content] |
From: GitHub <no...@gi...> - 2012-10-25 19:21:31
|
Branch: refs/heads/RELEASE-0.91 Home: https://github.com/moses-smt/mosesdecoder Commit: f4ad28f77dccbdc7490c4b7082ce88858278e217 https://github.com/moses-smt/mosesdecoder/commit/f4ad28f77dccbdc7490c4b7082ce88858278e217 Author: Barry Haddow <bar...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M contrib/server/mosesserver.cpp Log Message: ----------- Fix compile error on Arch Linux |
From: GitHub <no...@gi...> - 2012-10-25 18:11:31
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: d13c761505acbae7a421d70ae968ed125d0c3a2b https://github.com/moses-smt/mosesdecoder/commit/d13c761505acbae7a421d70ae968ed125d0c3a2b Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/Alignments.h M scripts/fuzzy-match/create_xml.cpp M scripts/fuzzy-match/create_xml.perl Log Message: ----------- perl to cpp |
From: GitHub <no...@gi...> - 2012-10-25 17:06:24
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 9aeb368af20301a80e50f67b5ba2e3a442245205 https://github.com/moses-smt/mosesdecoder/commit/9aeb368af20301a80e50f67b5ba2e3a442245205 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp |
From: GitHub <no...@gi...> - 2012-10-25 16:58:58
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 33063e8d4b4766c03ce35d4f76ebe416dcd69790 https://github.com/moses-smt/mosesdecoder/commit/33063e8d4b4766c03ce35d4f76ebe416dcd69790 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/.cproject M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: 3bb4c3994dbed41e324151f0b46d6e725334cd56 https://github.com/moses-smt/mosesdecoder/commit/3bb4c3994dbed41e324151f0b46d6e725334cd56 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: 1770b19c1142da1234d3a464e67b81264b790684 https://github.com/moses-smt/mosesdecoder/commit/1770b19c1142da1234d3a464e67b81264b790684 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Compare: https://github.com/moses-smt/mosesdecoder/compare/e35bb2c81fee...1770b19c1142 |
From: GitHub <no...@gi...> - 2012-10-25 13:14:42
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: e35bb2c81feee280c06c823645a266f0525164eb https://github.com/moses-smt/mosesdecoder/commit/e35bb2c81feee280c06c823645a266f0525164eb Author: Hieu Hoang <hie...@gm...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M moses/src/StaticData.cpp Log Message: ----------- delete some debug info |
From: GitHub <no...@gi...> - 2012-10-25 12:00:14
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: f88df8fdcd003da6c013afefcd5094da3289b951 https://github.com/moses-smt/mosesdecoder/commit/f88df8fdcd003da6c013afefcd5094da3289b951 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-25 (Thu, 25 Oct 2012) Changed paths: M util/file.cc Log Message: ----------- Windows |
From: GitHub <no...@gi...> - 2012-10-24 17:55:16
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: ae97ddc9fe84409e3f1a0d6c72b960c27edd24e4 https://github.com/moses-smt/mosesdecoder/commit/ae97ddc9fe84409e3f1a0d6c72b960c27edd24e4 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: A scripts/fuzzy-match/.cproject A scripts/fuzzy-match/.project A scripts/fuzzy-match/Alignments.cpp A scripts/fuzzy-match/Alignments.h M scripts/fuzzy-match/compile.sh M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: 6657c5b2b39be7f791c4ccbf584a4cf66e91019c https://github.com/moses-smt/mosesdecoder/commit/6657c5b2b39be7f791c4ccbf584a4cf66e91019c Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Compare: https://github.com/moses-smt/mosesdecoder/compare/7a71270be2d6...6657c5b2b39b |
From: GitHub <no...@gi...> - 2012-10-24 09:57:23
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: d8ecb47d8589ac413e66c62969fd6fdcb1ea2d5b https://github.com/moses-smt/mosesdecoder/commit/d8ecb47d8589ac413e66c62969fd6fdcb1ea2d5b Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M scripts/fuzzy-match/create_xml.cpp Log Message: ----------- perl to cpp Commit: fb8eb0d11196f02e1a5cdcbf2132bbf3680657ce https://github.com/moses-smt/mosesdecoder/commit/fb8eb0d11196f02e1a5cdcbf2132bbf3680657ce Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M misc/queryPhraseTableMin.cpp M moses/src/Phrase.h Log Message: ----------- fix marcin's querying of compact rule table Commit: 507b49e0f58bbc1b338ba66aa13d0b3fda546268 https://github.com/moses-smt/mosesdecoder/commit/507b49e0f58bbc1b338ba66aa13d0b3fda546268 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M misc/queryPhraseTableMin.cpp Log Message: ----------- fix marcin's querying of compact rule table Commit: 7a71270be2d675eb15bd066fd2ed1583f69b1662 https://github.com/moses-smt/mosesdecoder/commit/7a71270be2d675eb15bd066fd2ed1583f69b1662 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-24 (Wed, 24 Oct 2012) Changed paths: M moses/src/RuleTable/LoaderStandard.cpp M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/42f7d5bb2861...7a71270be2d6 |
From: GitHub <no...@gi...> - 2012-10-23 19:29:53
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 73ef77163ce99bf99a535a87466b1107e07500a7 https://github.com/moses-smt/mosesdecoder/commit/73ef77163ce99bf99a535a87466b1107e07500a7 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M moses/src/RuleTable/LoaderStandard.cpp M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h Log Message: ----------- Remove m_ruleCount, construct source phrase in-place Commit: 42f7d5bb28613fc3ed5acd2e243d4146e932669d https://github.com/moses-smt/mosesdecoder/commit/42f7d5bb28613fc3ed5acd2e243d4146e932669d Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M misc/Jamfile A scripts/fuzzy-match/compile.sh A scripts/fuzzy-match/create_xml.cpp Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/6baa3d7e9556...42f7d5bb2861 |
From: GitHub <no...@gi...> - 2012-10-23 17:52:11
|
Branch: refs/heads/dumb_psd Home: https://github.com/moses-smt/mosesdecoder Commit: 3a17c93a4f4584d3f23b17caeb49d1db4db64b3d https://github.com/moses-smt/mosesdecoder/commit/3a17c93a4f4584d3f23b17caeb49d1db4db64b3d Author: Ales Tamchyna <a.t...@gm...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: A moses/src/ContextSimilarityScoreProducer.cpp A moses/src/ContextSimilarityScoreProducer.h M moses/src/Parameter.cpp M moses/src/Phrase.cpp M moses/src/Phrase.h M moses/src/StaticData.cpp M moses/src/StaticData.h M phrase-extract/PhraseExtractionOptions.h M phrase-extract/extract.cpp Log Message: ----------- towards context-similarity feature |
From: GitHub <no...@gi...> - 2012-10-23 17:50:16
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 6f7f2cf332b3ceb2b52dfe38822c47efeb39b4a4 https://github.com/moses-smt/mosesdecoder/commit/6f7f2cf332b3ceb2b52dfe38822c47efeb39b4a4 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M mira/Jamfile M scripts/fuzzy-match/create_xml.perl Log Message: ----------- take out debug arg from perl script |
From: GitHub <no...@gi...> - 2012-10-23 17:22:26
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 6baa3d7e95563f1a285dcd9879f4c903fc8c8a14 https://github.com/moses-smt/mosesdecoder/commit/6baa3d7e95563f1a285dcd9879f4c903fc8c8a14 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M misc/Jamfile A scripts/fuzzy-match/compile.sh A scripts/fuzzy-match/create_xml.cpp Log Message: ----------- converting create_xml.perl to create_xml.cpp |
From: GitHub <no...@gi...> - 2012-10-23 16:08:28
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 9a9dfe59de9ea0b09688785774ccdcfa47f9b486 https://github.com/moses-smt/mosesdecoder/commit/9a9dfe59de9ea0b09688785774ccdcfa47f9b486 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M moses/src/fuzzy-match/FuzzyMatchWrapper.cpp Log Message: ----------- default to multiple matched Commit: ff0946dd3efb9300e9210646eaf1d3ea51bc33e4 https://github.com/moses-smt/mosesdecoder/commit/ff0946dd3efb9300e9210646eaf1d3ea51bc33e4 Author: Hieu Hoang <hie...@gm...> Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M contrib/other-builds/OnDiskPt/.cproject M contrib/other-builds/lm/.cproject M contrib/other-builds/util/.cproject M moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp Log Message: ----------- eclipse files Compare: https://github.com/moses-smt/mosesdecoder/compare/6f7f2cf332b3...ff0946dd3efb |
From: GitHub <no...@gi...> - 2012-10-22 21:16:43
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: d246e10a1e5d378ed307280d53aa71afd571448a https://github.com/moses-smt/mosesdecoder/commit/d246e10a1e5d378ed307280d53aa71afd571448a Author: Hieu Hoang <fis...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M misc/queryPhraseTableMin.cpp Log Message: ----------- tp.GetAlignmentInfo() -> tp.GetAlignTerm() Commit: 0e402f73dc4fd3ec1cb66797cdc9a89199e0ef48 https://github.com/moses-smt/mosesdecoder/commit/0e402f73dc4fd3ec1cb66797cdc9a89199e0ef48 Author: Hieu Hoang <fis...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M phrase-extract/PhraseExtractionOptions.h M phrase-extract/extract.cpp Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/4707cfcf79ca...0e402f73dc4f |
From: GitHub <no...@gi...> - 2012-10-22 21:05:03
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: d1d5fe4036ca04ebccc6fb4d4d5d0d2b4e12a534 https://github.com/moses-smt/mosesdecoder/commit/d1d5fe4036ca04ebccc6fb4d4d5d0d2b4e12a534 Author: Barry Haddow <bar...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M phrase-extract/PhraseExtractionOptions.h M phrase-extract/extract.cpp Log Message: ----------- Remove -SentenceId (since we have -IncludeSentenceId now) Commit: 4707cfcf79ca0b29c3fbb9c02b404aa26786744d https://github.com/moses-smt/mosesdecoder/commit/4707cfcf79ca0b29c3fbb9c02b404aa26786744d Author: Barry Haddow <bar...@gm...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M misc/Jamfile M search/vertex_generator.cc Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/3a11b0d6fbea...4707cfcf79ca |
From: GitHub <no...@gi...> - 2012-10-22 20:36:09
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 3a11b0d6fbeafc68c9315e118ff2dba6058068b4 https://github.com/moses-smt/mosesdecoder/commit/3a11b0d6fbeafc68c9315e118ff2dba6058068b4 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M misc/Jamfile Log Message: ----------- Temporarily disabling queryPhraseTableMin due to compilation errors |
From: GitHub <no...@gi...> - 2012-10-22 20:26:12
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: c4416c85faac3383f030471543f17c5eb2d3b895 https://github.com/moses-smt/mosesdecoder/commit/c4416c85faac3383f030471543f17c5eb2d3b895 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M search/vertex_generator.cc Log Message: ----------- Disable incremental search for Boost < 1.42 |
From: GitHub <no...@gi...> - 2012-10-22 19:59:35
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 32885c185ee6c6b319fe85bb70ada9c04605f94e https://github.com/moses-smt/mosesdecoder/commit/32885c185ee6c6b319fe85bb70ada9c04605f94e Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M util/string_piece.hh Log Message: ----------- Fix compile error with ancient Boost |
From: GitHub <no...@gi...> - 2012-10-22 17:21:07
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: eb28ea26a83277bb91f48c85b88445a77abf4853 https://github.com/moses-smt/mosesdecoder/commit/eb28ea26a83277bb91f48c85b88445a77abf4853 Author: Kenneth Heafield <gi...@kh...> Date: 2012-10-22 (Mon, 22 Oct 2012) Changed paths: M moses/src/Phrase.cpp M moses/src/Phrase.h M moses/src/TargetPhrase.cpp Log Message: ----------- Add a phrase default constructor, bypassing the array size increment |