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...> - 2013-02-01 20:37:22
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 2b7725db3495e80f28a4c2df3a14162a46db06f4 https://github.com/moses-smt/mosesdecoder/commit/2b7725db3495e80f28a4c2df3a14162a46db06f4 Author: Ales Tamchyna <tam...@uf...> Date: 2013-02-01 (Fri, 01 Feb 2013) Changed paths: M scripts/training/train-model.perl Log Message: ----------- support LM OOV feature in train-model.perl Commit: 4b370508536c8db14adf76c8a688aee122409411 https://github.com/moses-smt/mosesdecoder/commit/4b370508536c8db14adf76c8a688aee122409411 Author: Hieu Hoang <hi...@ho...> Date: 2013-02-01 (Fri, 01 Feb 2013) Changed paths: M scripts/training/train-model.perl Log Message: ----------- resolved conflicts Compare: https://github.com/moses-smt/mosesdecoder/compare/530e8596970f...4b370508536c |
From: GitHub <no...@gi...> - 2013-02-01 20:26:06
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 551d97344ceb2157e160d4b02088615cae6ac335 https://github.com/moses-smt/mosesdecoder/commit/551d97344ceb2157e160d4b02088615cae6ac335 Author: Hieu Hoang <hi...@ho...> Date: 2013-02-01 (Fri, 01 Feb 2013) Changed paths: M moses/TranslationModel/PhraseDictionary.cpp M moses/TranslationModel/PhraseDictionary.h Log Message: ----------- refactor PhraseDictionaryFeature Commit: 48e2a8082334571279432df5f5ebf596ca95effe https://github.com/moses-smt/mosesdecoder/commit/48e2a8082334571279432df5f5ebf596ca95effe Author: Hieu Hoang <hi...@ho...> Date: 2013-02-01 (Fri, 01 Feb 2013) Changed paths: M moses/StaticData.cpp Log Message: ----------- old format of specifying pt without implementation type no longer supported Commit: 6ed71fc73c97fded52df94094296d16207c7d777 https://github.com/moses-smt/mosesdecoder/commit/6ed71fc73c97fded52df94094296d16207c7d777 Author: Hieu Hoang <hi...@ho...> Date: 2013-02-01 (Fri, 01 Feb 2013) Changed paths: M moses/StaticData.cpp M moses/TranslationModel/PhraseDictionary.cpp M moses/TranslationModel/PhraseDictionary.h Log Message: ----------- separate out PhraseDictionaryFeature from SparsePhraseDictionaryFeature Commit: 530e8596970fbc0fd52fee183f1940cb3de3d22d https://github.com/moses-smt/mosesdecoder/commit/530e8596970fbc0fd52fee183f1940cb3de3d22d Author: Hieu Hoang <hi...@ho...> Date: 2013-02-01 (Fri, 01 Feb 2013) Changed paths: M moses/BleuScoreFeature.cpp M moses/DecodeFeature.cpp M moses/DecodeFeature.h M moses/DummyScoreProducers.h M moses/FeatureFunction.cpp M moses/FeatureFunction.h M moses/GenerationDictionary.cpp M moses/GlobalLexicalModel.cpp M moses/GlobalLexicalModelUnlimited.cpp M moses/GlobalLexicalModelUnlimited.h M moses/LM/Base.cpp M moses/LM/Base.h M moses/LM/Factory.cpp M moses/LM/Implementation.h M moses/LM/Ken.cpp M moses/LM/Ken.h M moses/LexicalReordering.cpp M moses/MockHypothesis.cpp M moses/PhraseBoundaryFeature.cpp M moses/PhraseLengthFeature.cpp M moses/PhrasePairFeature.cpp M moses/ScoreComponentCollectionTest.cpp M moses/ScoreProducer.cpp M moses/ScoreProducer.h M moses/SourceWordDeletionFeature.cpp M moses/SparsePhraseDictionaryFeature.cpp M moses/SparsePhraseDictionaryFeature.h M moses/StaticData.cpp M moses/TargetBigramFeature.cpp M moses/TargetNgramFeature.cpp M moses/TargetNgramFeature.h M moses/TargetWordInsertionFeature.cpp M moses/TranslationModel/PhraseDictionary.cpp M moses/WordTranslationFeature.cpp Log Message: ----------- tokenize line now moved into base class ScoreProducer Compare: https://github.com/moses-smt/mosesdecoder/compare/51c26c84b8ce...530e8596970f |
From: GitHub <no...@gi...> - 2013-02-01 14:47:29
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 2b7725db3495e80f28a4c2df3a14162a46db06f4 https://github.com/moses-smt/mosesdecoder/commit/2b7725db3495e80f28a4c2df3a14162a46db06f4 Author: Ales Tamchyna <tam...@uf...> Date: 2013-02-01 (Fri, 01 Feb 2013) Changed paths: M scripts/training/train-model.perl Log Message: ----------- support LM OOV feature in train-model.perl |
From: GitHub <no...@gi...> - 2013-02-01 13:02:57
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder |
From: GitHub <no...@gi...> - 2013-01-31 17:23:41
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: f84a506a1337fa170e248ea19ff0f5cc6e280cbb https://github.com/moses-smt/mosesdecoder/commit/f84a506a1337fa170e248ea19ff0f5cc6e280cbb Author: Hieu Hoang <fis...@gm...> Date: 2013-01-31 (Thu, 31 Jan 2013) Changed paths: M contrib/other-builds/lm/.project M contrib/other-builds/moses-chart-cmd/.cproject M contrib/other-builds/moses-cmd/.cproject M moses/Parameter.cpp M moses/StaticData.cpp M moses/TranslationModel/PhraseDictionary.cpp M moses/TranslationModel/PhraseDictionary.h Log Message: ----------- refactor class PhraseDictionaryFeature |
From: GitHub <no...@gi...> - 2013-01-31 14:59:07
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 51c26c84b8cee97dfdf126da46a7c3949e3a3189 https://github.com/moses-smt/mosesdecoder/commit/51c26c84b8cee97dfdf126da46a7c3949e3a3189 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-31 (Thu, 31 Jan 2013) Changed paths: M contrib/other-builds/moses-chart-cmd/.cproject M contrib/other-builds/moses-cmd/.cproject M moses/Parameter.cpp M moses/StaticData.cpp Log Message: ----------- refactor SparsePhraseDictionaryFeature Commit: 5228aa44aa6f966d2aace1dad9c6c2bb685c0d60 https://github.com/moses-smt/mosesdecoder/commit/5228aa44aa6f966d2aace1dad9c6c2bb685c0d60 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-31 (Thu, 31 Jan 2013) Changed paths: M moses/Parameter.cpp M moses/StaticData.cpp M moses/TranslationModel/PhraseDictionary.cpp M moses/TranslationModel/PhraseDictionary.h Log Message: ----------- refactor PhraseDictionaryFeature Compare: https://github.com/moses-smt/mosesdecoder/compare/6c00a0f627ba...5228aa44aa6f |
From: GitHub <no...@gi...> - 2013-01-31 14:59:06
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests Commit: 01999f3a249adbcac2a7693cc19eea5b0391db18 https://github.com/moses-smt/moses-regression-tests/commit/01999f3a249adbcac2a7693cc19eea5b0391db18 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-31 (Thu, 31 Jan 2013) Changed paths: M tests/phrase.sparse-phrase-table/weights Log Message: ----------- refactor SparsePhraseDictionaryFeature |
From: GitHub <no...@gi...> - 2013-01-30 11:38:37
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 6c00a0f627bab7d9e9abd4fc3994b7dcc04e383a https://github.com/moses-smt/mosesdecoder/commit/6c00a0f627bab7d9e9abd4fc3994b7dcc04e383a Author: Hieu Hoang <hi...@ho...> Date: 2013-01-30 (Wed, 30 Jan 2013) Changed paths: M contrib/other-builds/moses-chart-cmd/.cproject M contrib/other-builds/moses-cmd/.cproject M moses/SparsePhraseDictionaryFeature.cpp M moses/SparsePhraseDictionaryFeature.h M moses/StaticData.cpp Log Message: ----------- delete m_fLMsLoaded |
From: GitHub <no...@gi...> - 2013-01-29 17:06:11
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: a8fb2512ee855ef9a213d9b0c4bdb10dd6ba5571 https://github.com/moses-smt/mosesdecoder/commit/a8fb2512ee855ef9a213d9b0c4bdb10dd6ba5571 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-29 (Tue, 29 Jan 2013) Changed paths: M moses/StaticData.cpp M moses/StaticData.h Log Message: ----------- delete m_fLMsLoaded |
From: GitHub <no...@gi...> - 2013-01-29 15:52:22
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 47fe787f5850044dc86abc10bd257f08508f248b https://github.com/moses-smt/mosesdecoder/commit/47fe787f5850044dc86abc10bd257f08508f248b Author: Hieu Hoang <fis...@gm...> Date: 2013-01-29 (Tue, 29 Jan 2013) Changed paths: M contrib/other-builds/moses-chart-cmd/.cproject M contrib/other-builds/moses-cmd/.cproject M moses/BleuScoreFeature.cpp Log Message: ----------- refactor class BleuScoreFeature |
From: GitHub <no...@gi...> - 2013-01-29 10:55:38
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 967ac6542a7c327946df88d8a0ca1bd0d8ce0566 https://github.com/moses-smt/mosesdecoder/commit/967ac6542a7c327946df88d8a0ca1bd0d8ce0566 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-29 (Tue, 29 Jan 2013) Changed paths: M moses/BleuScoreFeature.cpp M moses/BleuScoreFeature.h M moses/StaticData.cpp M moses/StaticData.h Log Message: ----------- bleu feature |
From: GitHub <no...@gi...> - 2013-01-28 17:35:54
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: cfe7d00ea279717e730881b98795d510a9c30d26 https://github.com/moses-smt/mosesdecoder/commit/cfe7d00ea279717e730881b98795d510a9c30d26 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M lm/Jamfile R lm/build_binary.cc A lm/build_binary_main.cc M lm/builder/Jamfile A lm/builder/lmplz_main.cc R lm/builder/main.cc M lm/filter/Jamfile A lm/filter/filter_main.cc R lm/filter/main.cc M lm/filter/phrase.hh R lm/fragment.cc A lm/fragment_main.cc A lm/kenlm_max_order_main.cc R lm/max_order.cc R lm/ngram_query.cc A lm/query_main.cc M util/double-conversion/strtod.cc Log Message: ----------- Compiler warnings, rename to ${binary}_main.cc Commit: fcf75fae18c618877a6c0e7d8ebcfcaf833f5e27 https://github.com/moses-smt/mosesdecoder/commit/fcf75fae18c618877a6c0e7d8ebcfcaf833f5e27 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.h M moses/TranslationModel/CompactPT/MmapAllocator.h M moses/TranslationModel/CompactPT/PackedArray.h M moses/TranslationModel/CompactPT/PhraseTableCreator.cpp M moses/TranslationModel/CompactPT/PhraseTableCreator.h M moses/TranslationModel/CompactPT/StringVector.h Log Message: ----------- Added option to specify directory or prefix for temporary files created during phrase table compacting Commit: e2fc3062315ab5039abb27c594a88fb87adfd5c8 https://github.com/moses-smt/mosesdecoder/commit/e2fc3062315ab5039abb27c594a88fb87adfd5c8 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/builder/discount.hh M lm/builder/initial_probabilities.cc M lm/filter/vocab.hh M util/file.cc M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/have.hh M util/read_compressed.cc M util/read_compressed.hh M util/read_compressed_test.cc M util/stream/io.cc M util/stream/sort.hh M util/string_piece.cc M util/string_piece.hh A util/string_piece_hash.hh M util/usage.cc Log Message: ----------- KenLM 58da33: compiler warnings, correctly handle bare K, kill HAVE_BOOST Commit: d87c7c4d34a329e6c7126f339238b5a7ed318f12 https://github.com/moses-smt/mosesdecoder/commit/d87c7c4d34a329e6c7126f339238b5a7ed318f12 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp Log Message: ----------- Added normalization of temporary directory path Commit: 4cc23d233d96108a1469368acbfd91c2d04e66cc https://github.com/moses-smt/mosesdecoder/commit/4cc23d233d96108a1469368acbfd91c2d04e66cc Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/builder/discount.hh M lm/builder/initial_probabilities.cc M lm/filter/vocab.hh M util/file.cc M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/have.hh M util/read_compressed.cc M util/read_compressed.hh M util/read_compressed_test.cc M util/stream/io.cc M util/stream/sort.hh M util/string_piece.cc M util/string_piece.hh A util/string_piece_hash.hh M util/usage.cc Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 22bf1c77e9866f5010708b288a33957a24627481 https://github.com/moses-smt/mosesdecoder/commit/22bf1c77e9866f5010708b288a33957a24627481 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-23 (Wed, 23 Jan 2013) Changed paths: M lm/builder/lmplz_main.cc Log Message: ----------- Ales Tamchyna patch for ancient Boost. Commit: 03b077364a39b367a125092418278e9f4240c35f https://github.com/moses-smt/mosesdecoder/commit/03b077364a39b367a125092418278e9f4240c35f Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-24 (Thu, 24 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/builder/corpus_count.cc M lm/builder/corpus_count.hh M lm/builder/corpus_count_test.cc M lm/builder/initial_probabilities.cc M lm/builder/lmplz_main.cc M lm/builder/pipeline.cc M lm/builder/pipeline.hh M util/file_piece.cc M util/probing_hash_table.hh M util/probing_hash_table_test.cc M util/scoped.cc M util/scoped.hh Log Message: ----------- KenLM 31a6644 resizable probing hash table, build fixes Commit: f95e66c0676dd8657594cb71a7a04874061df5e9 https://github.com/moses-smt/mosesdecoder/commit/f95e66c0676dd8657594cb71a7a04874061df5e9 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/Jamfile R lm/build_binary.cc A lm/build_binary_main.cc M lm/builder/Jamfile M lm/builder/corpus_count.cc M lm/builder/corpus_count.hh M lm/builder/corpus_count_test.cc M lm/builder/discount.hh A lm/builder/lmplz_main.cc R lm/builder/main.cc M lm/builder/pipeline.cc M lm/builder/pipeline.hh M lm/filter/Jamfile A lm/filter/filter_main.cc R lm/filter/main.cc M lm/filter/phrase.hh M lm/filter/vocab.hh R lm/fragment.cc A lm/fragment_main.cc A lm/kenlm_max_order_main.cc R lm/max_order.cc R lm/ngram_query.cc A lm/query_main.cc M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.h M moses/TranslationModel/CompactPT/MmapAllocator.h M moses/TranslationModel/CompactPT/PackedArray.h M moses/TranslationModel/CompactPT/PhraseTableCreator.cpp M moses/TranslationModel/CompactPT/PhraseTableCreator.h M moses/TranslationModel/CompactPT/StringVector.h M util/double-conversion/strtod.cc M util/file.cc M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/have.hh M util/probing_hash_table.hh M util/probing_hash_table_test.cc M util/read_compressed.cc M util/read_compressed.hh M util/read_compressed_test.cc M util/scoped.cc M util/scoped.hh M util/stream/io.cc M util/stream/sort.hh M util/string_piece.cc M util/string_piece.hh A util/string_piece_hash.hh M util/usage.cc Log Message: ----------- Merge branch 'master' into weight-new Commit: 49345b6b56616e5f4b5720bca9f01d4d5cc0c794 https://github.com/moses-smt/mosesdecoder/commit/49345b6b56616e5f4b5720bca9f01d4d5cc0c794 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M contrib/other-builds/lm/.cproject M contrib/other-builds/lm/.project Log Message: ----------- eclipse project Commit: 00ebc1e5abf513e8902eb7877d3acd2d50579279 https://github.com/moses-smt/mosesdecoder/commit/00ebc1e5abf513e8902eb7877d3acd2d50579279 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M moses/StaticData.cpp M moses/StaticData.h M moses/SyntacticLanguageModel.cpp M moses/SyntacticLanguageModel.h Log Message: ----------- refactor Syntactic LM. Can't find dependencies to do this properly. Ask Lane later on Compare: https://github.com/moses-smt/mosesdecoder/compare/b418223bd622...00ebc1e5abf5 |
From: GitHub <no...@gi...> - 2013-01-25 15:32:38
|
Branch: refs/heads/damt_hiero Home: https://github.com/moses-smt/mosesdecoder Commit: 845276749cce9f94bbefdc8c5e801b0f333a621c https://github.com/moses-smt/mosesdecoder/commit/845276749cce9f94bbefdc8c5e801b0f333a621c Author: braunefe <bra...@gm...> Date: 2013-01-25 (Fri, 25 Jan 2013) Changed paths: 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.cpp M OnDiskPt/SourcePhrase.h M OnDiskPt/TargetPhrase.cpp M OnDiskPt/TargetPhrase.h M OnDiskPt/TargetPhraseCollection.cpp M OnDiskPt/TargetPhraseCollection.h M OnDiskPt/Vocab.cpp M OnDiskPt/Vocab.h M OnDiskPt/Word.cpp M OnDiskPt/Word.h M biconcor/Vocabulary.cpp M biconcor/Vocabulary.h M contrib/eppex/ISS.h M contrib/eppex/IndexedPhrasesPair.h M contrib/eppex/LossyCounter.h M contrib/eppex/Makefile.am M contrib/eppex/counter.cpp M contrib/eppex/eppex.cpp M contrib/eppex/phrase-extract.cpp M contrib/eppex/phrase-extract.h M contrib/eppex/shared.cpp M contrib/eppex/shared.h M contrib/eppex/typedefs.h R contrib/lmserver/INSTALL M contrib/lmserver/daemon.c M contrib/lmserver/lmserver.c M contrib/lmserver/lmserver.h M contrib/lmserver/thread.c M contrib/memscore/Makefile.am M contrib/memscore/datastorage.h M contrib/memscore/memscore.cpp M contrib/memscore/memscore.h M contrib/memscore/phraselm.cpp M contrib/memscore/phraselm.h M contrib/memscore/phrasetable.cpp M contrib/memscore/phrasetable.h M contrib/memscore/scorer-impl.h M contrib/memscore/scorer.cpp M contrib/memscore/scorer.h M contrib/memscore/statistic.h M contrib/memscore/timestamp.h M contrib/reranking/src/ParameterNBest.cpp M contrib/reranking/src/ParameterNBest.h M contrib/sigtest-filter/sigtest-parallel.perl M jam-files/engine/md5.c M jam-files/engine/md5.h M mert/kbmira.cpp M mert/pro.cpp M misc/GenerateTuples.h R misc/pmoses/COPYING R misc/pmoses/INSTALL M moses-chart-cmd/src/IOWrapper.cpp M moses-chart-cmd/src/IOWrapper.h M moses-chart-cmd/src/Main.cpp M moses-chart-cmd/src/Main.h M moses-chart-cmd/src/TranslationAnalysis.cpp M moses-chart-cmd/src/TranslationAnalysis.h M moses-chart-cmd/src/mbr.h M moses-cmd/src/IOWrapper.cpp M moses-cmd/src/IOWrapper.h M moses-cmd/src/LatticeMBRGrid.cpp M moses-cmd/src/Main.cpp M moses-cmd/src/Main.h M moses-cmd/src/TranslationAnalysis.cpp M moses-cmd/src/TranslationAnalysis.h M moses-cmd/src/mbr.h M moses/src/BitmapContainer.cpp M moses/src/BitmapContainer.h M moses/src/CYKPlusParser/DotChart.h M moses/src/CYKPlusParser/DotChartOnDisk.cpp M moses/src/CYKPlusParser/DotChartOnDisk.h M moses/src/CellCollection.h M moses/src/CellContextScoreProducer.cpp M moses/src/CellContextScoreProducer.h M moses/src/ChartCell.cpp M moses/src/ChartCell.h M moses/src/ChartCellCollection.cpp M moses/src/ChartCellCollection.h M moses/src/ChartHypothesisCollection.cpp M moses/src/ChartHypothesisCollection.h M moses/src/ChartManager.cpp M moses/src/ChartManager.h M moses/src/ChartTranslationOptionCollection.cpp M moses/src/ChartTrellisNode.h M moses/src/ChartTrellisPath.cpp M moses/src/ChartTrellisPath.h M moses/src/ChartTrellisPathList.h M moses/src/ConfusionNet.cpp M moses/src/ConfusionNet.h M moses/src/DecodeFeature.cpp M moses/src/DecodeFeature.h M moses/src/DecodeGraph.cpp M moses/src/DecodeGraph.h M moses/src/DecodeStep.cpp M moses/src/DecodeStep.h M moses/src/DecodeStepGeneration.cpp M moses/src/DecodeStepGeneration.h M moses/src/DecodeStepTranslation.cpp M moses/src/DecodeStepTranslation.h M moses/src/Dictionary.cpp M moses/src/Dictionary.h M moses/src/DummyScoreProducers.cpp M moses/src/DummyScoreProducers.h M moses/src/Factor.cpp M moses/src/Factor.h M moses/src/FactorCollection.cpp M moses/src/FactorCollection.h M moses/src/FactorTypeSet.cpp M moses/src/FactorTypeSet.h M moses/src/File.h M moses/src/FilePtr.h M moses/src/GenerationDictionary.cpp M moses/src/GenerationDictionary.h M moses/src/Hypothesis.cpp M moses/src/Hypothesis.h M moses/src/HypothesisStackCubePruning.cpp M moses/src/HypothesisStackCubePruning.h M moses/src/HypothesisStackNormal.cpp M moses/src/HypothesisStackNormal.h M moses/src/InputFileStream.cpp M moses/src/InputFileStream.h M moses/src/InputType.cpp M moses/src/InputType.h 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/IRST.cpp M moses/src/LM/IRST.h M moses/src/LM/Implementation.cpp M moses/src/LM/Implementation.h M moses/src/LM/Joint.cpp M moses/src/LM/Joint.h 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/ParallelBackoff.cpp M moses/src/LM/ParallelBackoff.h M moses/src/LM/SRI.cpp M moses/src/LM/SRI.h M moses/src/LM/SingleFactor.cpp M moses/src/LM/SingleFactor.h M moses/src/LMList.cpp M moses/src/LeftContextScoreProducer.cpp M moses/src/LeftContextScoreProducer.h M moses/src/Manager.cpp M moses/src/Manager.h M moses/src/ObjectPool.h M moses/src/PCNTools.h M moses/src/PDTAimp.h M moses/src/PSDScoreProducer.cpp M moses/src/PSDScoreProducer.h M moses/src/Parameter.cpp M moses/src/Parameter.h M moses/src/PartialTranslOptColl.cpp M moses/src/PartialTranslOptColl.h M moses/src/Phrase.cpp M moses/src/Phrase.h M moses/src/PhraseDictionary.h M moses/src/PhraseDictionaryMemory.cpp M moses/src/PhraseDictionaryMemory.h M moses/src/PhraseDictionaryNode.cpp M moses/src/PhraseDictionaryNode.h M moses/src/PhraseDictionaryTree.cpp M moses/src/PhraseDictionaryTree.h M moses/src/PhraseDictionaryTreeAdaptor.cpp M moses/src/PhraseDictionaryTreeAdaptor.h M moses/src/PrefixTree.h M moses/src/ReorderingConstraint.cpp M moses/src/ReorderingConstraint.h M moses/src/RuleCube.cpp M moses/src/RuleCube.h M moses/src/RuleCubeQueue.cpp M moses/src/RuleCubeQueue.h M moses/src/RuleTable/PhraseDictionaryNodeSCFG.cpp M moses/src/RuleTable/PhraseDictionaryOnDisk.h M moses/src/ScoreComponentCollection.cpp M moses/src/ScoreComponentCollection.h M moses/src/ScoreIndexManager.cpp M moses/src/ScoreIndexManager.h M moses/src/ScoreProducer.cpp M moses/src/ScoreProducer.h M moses/src/Sentence.cpp M moses/src/Sentence.h M moses/src/SentenceStats.cpp M moses/src/SentenceStats.h M moses/src/SquareMatrix.cpp M moses/src/SquareMatrix.h M moses/src/StaticData.cpp M moses/src/StaticData.h M moses/src/TargetPhrase.cpp M moses/src/TargetPhrase.h M moses/src/TargetPhraseCollection.cpp M moses/src/TargetPhraseCollection.h M moses/src/ThreadPool.cpp M moses/src/ThreadPool.h M moses/src/TranslationOption.cpp M moses/src/TranslationOption.h M moses/src/TranslationOptionCollection.cpp M moses/src/TranslationOptionCollection.h M moses/src/TranslationOptionCollectionConfusionNet.cpp M moses/src/TranslationOptionCollectionConfusionNet.h M moses/src/TranslationOptionCollectionText.cpp M moses/src/TranslationOptionCollectionText.h M moses/src/TranslationSystem.cpp M moses/src/TranslationSystem.h M moses/src/TreeInput.cpp M moses/src/TrellisPath.cpp M moses/src/TrellisPath.h M moses/src/TrellisPathCollection.h M moses/src/TrellisPathList.h M moses/src/UserMessage.cpp M moses/src/UserMessage.h M moses/src/Util.cpp M moses/src/Util.h M moses/src/Word.cpp M moses/src/Word.h M moses/src/WordsBitmap.cpp M moses/src/WordsBitmap.h M moses/src/WordsRange.h M moses/src/XmlOption.cpp M moses/src/hash.cpp M phrase-extract/AlignmentPhrase.cpp M phrase-extract/AlignmentPhrase.h M phrase-extract/InputFileStream.cpp M phrase-extract/InputFileStream.h M phrase-extract/OutputFileStream.cpp M phrase-extract/OutputFileStream.h M phrase-extract/RuleExtractionOptions.h M phrase-extract/SyntaxTree.cpp M phrase-extract/SyntaxTree.h M phrase-extract/XmlTree.cpp M phrase-extract/XmlTree.h M phrase-extract/extract-rules.cpp M phrase-extract/extract-syntax-features/InputTreeRep.cpp M phrase-extract/extract-syntax-features/Jamfile M phrase-extract/extract-syntax-features/RuleTable.cpp M phrase-extract/extract-syntax-features/extract-syntax-features.cpp M phrase-extract/lexical-reordering/InputFileStream.cpp M phrase-extract/lexical-reordering/InputFileStream.h M phrase-extract/statistics.cpp M phrase-extract/tables-core.cpp M phrase-extract/tables-core.h M psd/FeatureExtractor.cpp M psd/FeatureExtractor.h M scripts/ems/experiment.meta M scripts/ems/experiment.perl M scripts/generic/extract-parallel.perl M symal/cmd.c M symal/cmd.h M symal/symal.cpp Log Message: ----------- version with improvements |
From: GitHub <no...@gi...> - 2013-01-24 12:08:59
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 03b077364a39b367a125092418278e9f4240c35f https://github.com/moses-smt/mosesdecoder/commit/03b077364a39b367a125092418278e9f4240c35f Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-24 (Thu, 24 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/builder/corpus_count.cc M lm/builder/corpus_count.hh M lm/builder/corpus_count_test.cc M lm/builder/initial_probabilities.cc M lm/builder/lmplz_main.cc M lm/builder/pipeline.cc M lm/builder/pipeline.hh M util/file_piece.cc M util/probing_hash_table.hh M util/probing_hash_table_test.cc M util/scoped.cc M util/scoped.hh Log Message: ----------- KenLM 31a6644 resizable probing hash table, build fixes |
From: GitHub <no...@gi...> - 2013-01-24 11:46:47
|
Branch: refs/heads/damt_phrase Home: https://github.com/moses-smt/mosesdecoder Commit: 5e6a912c8157c641415e72e5f71275d45d6d3efb https://github.com/moses-smt/mosesdecoder/commit/5e6a912c8157c641415e72e5f71275d45d6d3efb Author: Alex Fraser <fraser@stuttgart> Date: 2013-01-24 (Thu, 24 Jan 2013) Changed paths: M scripts/generic/extract-parallel.perl Log Message: ----------- fixed sort command in extract-parallel.perl |
From: GitHub <no...@gi...> - 2013-01-23 13:40:59
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 22bf1c77e9866f5010708b288a33957a24627481 https://github.com/moses-smt/mosesdecoder/commit/22bf1c77e9866f5010708b288a33957a24627481 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-23 (Wed, 23 Jan 2013) Changed paths: M lm/builder/lmplz_main.cc Log Message: ----------- Ales Tamchyna patch for ancient Boost. |
From: GitHub <no...@gi...> - 2013-01-22 21:15:54
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: d87c7c4d34a329e6c7126f339238b5a7ed318f12 https://github.com/moses-smt/mosesdecoder/commit/d87c7c4d34a329e6c7126f339238b5a7ed318f12 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp Log Message: ----------- Added normalization of temporary directory path Commit: 4cc23d233d96108a1469368acbfd91c2d04e66cc https://github.com/moses-smt/mosesdecoder/commit/4cc23d233d96108a1469368acbfd91c2d04e66cc Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/builder/discount.hh M lm/builder/initial_probabilities.cc M lm/filter/vocab.hh M util/file.cc M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/have.hh M util/read_compressed.cc M util/read_compressed.hh M util/read_compressed_test.cc M util/stream/io.cc M util/stream/sort.hh M util/string_piece.cc M util/string_piece.hh A util/string_piece_hash.hh M util/usage.cc Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/e2fc3062315a...4cc23d233d96 |
From: GitHub <no...@gi...> - 2013-01-22 20:31:12
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: e2fc3062315ab5039abb27c594a88fb87adfd5c8 https://github.com/moses-smt/mosesdecoder/commit/e2fc3062315ab5039abb27c594a88fb87adfd5c8 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/builder/discount.hh M lm/builder/initial_probabilities.cc M lm/filter/vocab.hh M util/file.cc M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/have.hh M util/read_compressed.cc M util/read_compressed.hh M util/read_compressed_test.cc M util/stream/io.cc M util/stream/sort.hh M util/string_piece.cc M util/string_piece.hh A util/string_piece_hash.hh M util/usage.cc Log Message: ----------- KenLM 58da33: compiler warnings, correctly handle bare K, kill HAVE_BOOST |
From: GitHub <no...@gi...> - 2013-01-22 20:23:19
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: fcf75fae18c618877a6c0e7d8ebcfcaf833f5e27 https://github.com/moses-smt/mosesdecoder/commit/fcf75fae18c618877a6c0e7d8ebcfcaf833f5e27 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.h M moses/TranslationModel/CompactPT/MmapAllocator.h M moses/TranslationModel/CompactPT/PackedArray.h M moses/TranslationModel/CompactPT/PhraseTableCreator.cpp M moses/TranslationModel/CompactPT/PhraseTableCreator.h M moses/TranslationModel/CompactPT/StringVector.h Log Message: ----------- Added option to specify directory or prefix for temporary files created during phrase table compacting |
From: GitHub <no...@gi...> - 2013-01-20 13:44:14
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: cfe7d00ea279717e730881b98795d510a9c30d26 https://github.com/moses-smt/mosesdecoder/commit/cfe7d00ea279717e730881b98795d510a9c30d26 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M lm/Jamfile R lm/build_binary.cc A lm/build_binary_main.cc M lm/builder/Jamfile A lm/builder/lmplz_main.cc R lm/builder/main.cc M lm/filter/Jamfile A lm/filter/filter_main.cc R lm/filter/main.cc M lm/filter/phrase.hh R lm/fragment.cc A lm/fragment_main.cc A lm/kenlm_max_order_main.cc R lm/max_order.cc R lm/ngram_query.cc A lm/query_main.cc M util/double-conversion/strtod.cc Log Message: ----------- Compiler warnings, rename to ${binary}_main.cc |
From: GitHub <no...@gi...> - 2013-01-20 12:34:17
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 8a3b93c72e7b24a6a1bf8a0fd409765539cbc507 https://github.com/moses-smt/mosesdecoder/commit/8a3b93c72e7b24a6a1bf8a0fd409765539cbc507 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M lm/filter/arpa_io.cc M lm/filter/arpa_io.hh M util/stream/sort.hh Log Message: ----------- compile error on mac Commit: a52d97f99f743b81781d1106c9a17266b901ee6f https://github.com/moses-smt/mosesdecoder/commit/a52d97f99f743b81781d1106c9a17266b901ee6f Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/filter/arpa_io.cc M lm/filter/arpa_io.hh M util/stream/Jamfile M util/stream/sort.hh M util/stream/timer.hh Log Message: ----------- Cross platform fixes Commit: b418223bd6228bbd3a9caaec1e42a6e8afeccd13 https://github.com/moses-smt/mosesdecoder/commit/b418223bd6228bbd3a9caaec1e42a6e8afeccd13 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/filter/arpa_io.cc M lm/filter/arpa_io.hh M util/stream/Jamfile M util/stream/sort.hh M util/stream/timer.hh Log Message: ----------- Merge branch 'master' into weight-new Compare: https://github.com/moses-smt/mosesdecoder/compare/4d32d8b64b5c...b418223bd622 |
From: GitHub <no...@gi...> - 2013-01-20 12:26:16
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: a52d97f99f743b81781d1106c9a17266b901ee6f https://github.com/moses-smt/mosesdecoder/commit/a52d97f99f743b81781d1106c9a17266b901ee6f Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/filter/arpa_io.cc M lm/filter/arpa_io.hh M util/stream/Jamfile M util/stream/sort.hh M util/stream/timer.hh Log Message: ----------- Cross platform fixes |
From: GitHub <no...@gi...> - 2013-01-20 11:52:40
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: e621a89de478c02129f79467cba46bb9ae7a1722 https://github.com/moses-smt/mosesdecoder/commit/e621a89de478c02129f79467cba46bb9ae7a1722 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/binary_format.cc M lm/config.cc M lm/config.hh M lm/model.cc M lm/search_trie.cc M scripts/generic/extract-parallel.perl M util/ersatz_progress.cc M util/ersatz_progress.hh M util/file.cc M util/file.hh M util/file_piece.hh M util/have.hh M util/joint_sort.hh M util/read_compressed.cc M util/string_piece.hh Log Message: ----------- Merge branch 'master' into weight-new Commit: 5f7b91e702f809577d82a7570778d254d985ba93 https://github.com/moses-smt/mosesdecoder/commit/5f7b91e702f809577d82a7570778d254d985ba93 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-18 (Fri, 18 Jan 2013) Changed paths: M lm/model_test.cc Log Message: ----------- Workaround for bjam inverting argument order Commit: fc5868d0fff647c3879668af4bfe6e1bab9e83ab https://github.com/moses-smt/mosesdecoder/commit/fc5868d0fff647c3879668af4bfe6e1bab9e83ab Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-18 (Fri, 18 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/Jamfile M lm/build_binary.cc A lm/builder/Jamfile A lm/builder/README.md A lm/builder/TODO A lm/builder/adjust_counts.cc A lm/builder/adjust_counts.hh A lm/builder/adjust_counts_test.cc A lm/builder/corpus_count.cc A lm/builder/corpus_count.hh A lm/builder/corpus_count_test.cc A lm/builder/discount.hh A lm/builder/header_info.hh A lm/builder/initial_probabilities.cc A lm/builder/initial_probabilities.hh A lm/builder/interpolate.cc A lm/builder/interpolate.hh A lm/builder/joint_order.hh A lm/builder/main.cc A lm/builder/multi_stream.hh A lm/builder/ngram.hh A lm/builder/ngram_stream.hh A lm/builder/pipeline.cc A lm/builder/pipeline.hh A lm/builder/print.cc A lm/builder/print.hh A lm/builder/sort.hh A lm/filter/Jamfile A lm/filter/arpa_io.cc A lm/filter/arpa_io.hh A lm/filter/count_io.hh A lm/filter/format.hh A lm/filter/main.cc A lm/filter/phrase.cc A lm/filter/phrase.hh A lm/filter/thread.hh A lm/filter/vocab.cc A lm/filter/vocab.hh A lm/filter/wrapper.hh M lm/read_arpa.cc A lm/sizes.cc A lm/sizes.hh M util/Jamfile M util/double-conversion/Jamfile M util/double-conversion/double-conversion.cc M util/double-conversion/double-conversion.h M util/ersatz_progress.cc M util/ersatz_progress.hh M util/file.cc M util/file.hh M util/file_piece.cc A util/multi_intersection.hh A util/multi_intersection_test.cc A util/pcqueue.hh M util/pool.cc M util/probing_hash_table.hh A util/scoped.cc M util/scoped.hh A util/stream/Jamfile A util/stream/block.hh A util/stream/chain.cc A util/stream/chain.hh A util/stream/config.hh A util/stream/io.cc A util/stream/io.hh A util/stream/io_test.cc A util/stream/line_input.cc A util/stream/line_input.hh A util/stream/multi_progress.cc A util/stream/multi_progress.hh A util/stream/sort.hh A util/stream/sort_test.cc A util/stream/stream.hh A util/stream/stream_test.cc A util/stream/timer.hh A util/thread_pool.hh M util/usage.cc M util/usage.hh Log Message: ----------- KenLM df5be22 lmplz for estimation Commit: 10d7f3654e9b15c7dd4f83de22c8b31b6b3d5aec https://github.com/moses-smt/mosesdecoder/commit/10d7f3654e9b15c7dd4f83de22c8b31b6b3d5aec Author: Hieu Hoang <hi...@ho...> Date: 2013-01-18 (Fri, 18 Jan 2013) Changed paths: M moses/TranslationModel/fuzzy-match/Vocabulary.cpp Log Message: ----------- compile error when single threading Commit: a35299497fd9b0e289fd16bc08f22ac5af5a0d7c https://github.com/moses-smt/mosesdecoder/commit/a35299497fd9b0e289fd16bc08f22ac5af5a0d7c Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M lm/builder/corpus_count.cc Log Message: ----------- Tolerate odd characters in corpora. Commit: 8b4a1fa2b824badbe621df664cf019d4db10ea79 https://github.com/moses-smt/mosesdecoder/commit/8b4a1fa2b824badbe621df664cf019d4db10ea79 Author: Tetsuo Kiso <tet...@is...> Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M scripts/training/mert-moses.pl Log Message: ----------- Fix MegaM's URL. Because I got a 404 error. Commit: b6fd7bf9947bcf738a7ffca7302b50502b211a69 https://github.com/moses-smt/mosesdecoder/commit/b6fd7bf9947bcf738a7ffca7302b50502b211a69 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: A contrib/other-builds/extractor/.cproject A contrib/other-builds/extractor/.project A contrib/other-builds/mert_lib/.cproject A contrib/other-builds/mert_lib/.project Log Message: ----------- eclipse Commit: 53708c21cc9c478d47e0745867e0f6c98c4c7913 https://github.com/moses-smt/mosesdecoder/commit/53708c21cc9c478d47e0745867e0f6c98c4c7913 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M .gitignore M BUILD-INSTRUCTIONS.txt M contrib/other-builds/OnDiskPt/.cproject M contrib/other-builds/extractor/.cproject M contrib/other-builds/lm/.cproject M contrib/other-builds/mert_lib/.cproject 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 M contrib/other-builds/util/.cproject M contrib/tmcombine/tmcombine.py A failed-tests/TargetBigramFeatureTest.cpp M lm/read_arpa.cc M lm/state.hh M lm/trie_sort.cc M lm/trie_sort.hh M mira/Main.cpp M moses/DecodeFeature.cpp M moses/DecodeFeature.h M moses/FeatureFunction.cpp M moses/FeatureFunction.h M moses/GenerationDictionary.cpp M moses/GenerationDictionary.h M moses/LM/IRST.cpp M moses/LM/IRST.h M moses/LM/Ken.cpp M moses/LM/Ken.h M moses/LexicalReordering.cpp M moses/LexicalReordering.h M moses/Manager.cpp M moses/Parameter.cpp M moses/Parameter.h M moses/PhrasePairFeature.cpp M moses/PhrasePairFeature.h M moses/StaticData.cpp M moses/StaticData.h M moses/TargetBigramFeature.cpp M moses/TargetBigramFeature.h R moses/TargetBigramFeatureTest.cpp M moses/TargetNgramFeature.cpp M moses/TargetNgramFeature.h M moses/TranslationOptionCollection.cpp M phrase-extract/lexical-reordering/Jamfile M phrase-extract/lexical-reordering/reordering_classes.cpp M phrase-extract/lexical-reordering/reordering_classes.h M phrase-extract/lexical-reordering/score.cpp M regression-testing/Jamfile M scripts/ems/experiment.meta M scripts/ems/experiment.perl M scripts/ems/support/split-sentences.perl M scripts/generic/extract-parallel.perl M scripts/recaser/detruecase.perl M scripts/recaser/train-truecaser.perl M scripts/recaser/truecase.perl M scripts/training/LexicalTranslationModel.pm M scripts/training/train-model.perl M scripts/training/wrappers/make-factor-en-pos.mxpost.perl M util/exception.cc M util/exception.hh M util/file.cc M util/file.hh M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/scoped.hh Log Message: ----------- Merge branch 'weight-new' of github.com:moses-smt/mosesdecoder into weight-new Commit: 4d32d8b64b5c8e0fdb2d34d9b39941e08e2ccb3f https://github.com/moses-smt/mosesdecoder/commit/4d32d8b64b5c8e0fdb2d34d9b39941e08e2ccb3f Author: Hieu Hoang <fis...@gm...> Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M contrib/other-builds/extractor/.cproject M contrib/other-builds/mert_lib/.cproject M jam-files/sanity.jam M lm/Jamfile M lm/build_binary.cc A lm/builder/Jamfile A lm/builder/README.md A lm/builder/TODO A lm/builder/adjust_counts.cc A lm/builder/adjust_counts.hh A lm/builder/adjust_counts_test.cc A lm/builder/corpus_count.cc A lm/builder/corpus_count.hh A lm/builder/corpus_count_test.cc A lm/builder/discount.hh A lm/builder/header_info.hh A lm/builder/initial_probabilities.cc A lm/builder/initial_probabilities.hh A lm/builder/interpolate.cc A lm/builder/interpolate.hh A lm/builder/joint_order.hh A lm/builder/main.cc A lm/builder/multi_stream.hh A lm/builder/ngram.hh A lm/builder/ngram_stream.hh A lm/builder/pipeline.cc A lm/builder/pipeline.hh A lm/builder/print.cc A lm/builder/print.hh A lm/builder/sort.hh A lm/filter/Jamfile A lm/filter/arpa_io.cc A lm/filter/arpa_io.hh A lm/filter/count_io.hh A lm/filter/format.hh A lm/filter/main.cc A lm/filter/phrase.cc A lm/filter/phrase.hh A lm/filter/thread.hh A lm/filter/vocab.cc A lm/filter/vocab.hh A lm/filter/wrapper.hh M lm/model_test.cc M lm/read_arpa.cc A lm/sizes.cc A lm/sizes.hh M moses/TranslationModel/fuzzy-match/Vocabulary.cpp M scripts/training/mert-moses.pl M util/Jamfile M util/double-conversion/Jamfile M util/double-conversion/double-conversion.cc M util/double-conversion/double-conversion.h M util/ersatz_progress.cc M util/ersatz_progress.hh M util/file.cc M util/file.hh M util/file_piece.cc A util/multi_intersection.hh A util/multi_intersection_test.cc A util/pcqueue.hh M util/pool.cc M util/probing_hash_table.hh A util/scoped.cc M util/scoped.hh A util/stream/Jamfile A util/stream/block.hh A util/stream/chain.cc A util/stream/chain.hh A util/stream/config.hh A util/stream/io.cc A util/stream/io.hh A util/stream/io_test.cc A util/stream/line_input.cc A util/stream/line_input.hh A util/stream/multi_progress.cc A util/stream/multi_progress.hh A util/stream/sort.hh A util/stream/sort_test.cc A util/stream/stream.hh A util/stream/stream_test.cc A util/stream/timer.hh A util/thread_pool.hh M util/usage.cc M util/usage.hh Log Message: ----------- merge Compare: https://github.com/moses-smt/mosesdecoder/compare/9d454f81610a...4d32d8b64b5c |
From: GitHub <no...@gi...> - 2013-01-20 11:52:36
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 8a3b93c72e7b24a6a1bf8a0fd409765539cbc507 https://github.com/moses-smt/mosesdecoder/commit/8a3b93c72e7b24a6a1bf8a0fd409765539cbc507 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M lm/filter/arpa_io.cc M lm/filter/arpa_io.hh M util/stream/sort.hh Log Message: ----------- compile error on mac |
From: GitHub <no...@gi...> - 2013-01-19 18:44:15
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: b6fd7bf9947bcf738a7ffca7302b50502b211a69 https://github.com/moses-smt/mosesdecoder/commit/b6fd7bf9947bcf738a7ffca7302b50502b211a69 Author: Hieu Hoang <fis...@gm...> Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: A contrib/other-builds/extractor/.cproject A contrib/other-builds/extractor/.project A contrib/other-builds/mert_lib/.cproject A contrib/other-builds/mert_lib/.project Log Message: ----------- eclipse |