From: GitHub <no...@gi...> - 2012-10-19 15:01:37
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder 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 Compare: https://github.com/moses-smt/mosesdecoder/compare/5f6752714339...cb0b94fad5b2 |