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-12-06 16:52:07
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 38e145e556274a199e270cc9ede833491b0f1a86 https://github.com/moses-smt/mosesdecoder/commit/38e145e556274a199e270cc9ede833491b0f1a86 Author: Tetsuo Kiso <tet...@is...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M mert/Data.cpp M mert/Data.h M mert/DataTest.cpp M mert/FeatureArray.cpp M mert/FeatureArray.h M mert/FeatureData.cpp M mert/FeatureData.h M mert/InterpolatedScorer.cpp M mert/ScoreArray.cpp M mert/ScoreArray.h M mert/ScoreData.cpp M mert/ScoreData.h M mert/Types.h M mert/evaluator.cpp Log Message: ----------- Use util::TokenIter to tokenize n-best lists. Reduce creating std::string objects, too. In both ScoreArray and FeatureArray classes, the private members to track sentence indices (namely, "m_index") were unnecessarily declared as std::string, but it's better to directly declare them as 'int'. |
From: GitHub <no...@gi...> - 2012-12-06 16:19:41
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: ac045a11c1f0e1d4ae25f0db47061113fc3ae2e1 https://github.com/moses-smt/mosesdecoder/commit/ac045a11c1f0e1d4ae25f0db47061113fc3ae2e1 Author: Tetsuo Kiso <tet...@is...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M mert/BleuScorer.cpp M mert/Ngram.h Log Message: ----------- Speed up N-gram counts when running extractor. By replacing std::map with boost::unordered_map. Runtime of extractor on 100-best lists of 2679 sentences: Before: real 0m35.314s user 0m34.030s sys 0m1.280s Ater: real 0m26.729s user 0m25.420s sys 0m1.310s Commit: cd3fb3b831e5ca0821a735c0d075f5fd6e79296a https://github.com/moses-smt/mosesdecoder/commit/cd3fb3b831e5ca0821a735c0d075f5fd6e79296a Author: Tetsuo Kiso <tet...@is...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M mert/Data.cpp Log Message: ----------- Untabify. Commit: eb12e4c80841fbbb359bd2aae165705f1703e460 https://github.com/moses-smt/mosesdecoder/commit/eb12e4c80841fbbb359bd2aae165705f1703e460 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M mert/BleuScorer.cpp M mert/Data.cpp M mert/Ngram.h Log Message: ----------- Merge branch 'master' into weight-new Commit: af459277b874dff7c8da3fb3aa1ca6e90641f7f7 https://github.com/moses-smt/mosesdecoder/commit/af459277b874dff7c8da3fb3aa1ca6e90641f7f7 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M moses/SyntacticLanguageModel.cpp Log Message: ----------- correct name of syntactic LM Commit: e3def0bc780eb00044bb39366a9cb97c44a34e14 https://github.com/moses-smt/mosesdecoder/commit/e3def0bc780eb00044bb39366a9cb97c44a34e14 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M moses/LexicalReordering.cpp M moses/Parameter.cpp M moses/PhraseBoundaryFeature.cpp M moses/PhrasePairFeature.h M moses/WordTranslationFeature.h Log Message: ----------- convert all other weight-* to [weight] Compare: https://github.com/moses-smt/mosesdecoder/compare/6b58f88df9aa...e3def0bc780e |
From: GitHub <no...@gi...> - 2012-12-06 16:19:39
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests Commit: dad0a6813364ef408164d74a4fadc602eef98425 https://github.com/moses-smt/moses-regression-tests/commit/dad0a6813364ef408164d74a4fadc602eef98425 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M tests/phrase.show-weights.lex-reorder/truth/results.txt Log Message: ----------- make description of lex reordering model constant |
From: GitHub <no...@gi...> - 2012-12-06 14:47:09
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 6b58f88df9aa887df0c4358421b3a63f0356cf1a https://github.com/moses-smt/mosesdecoder/commit/6b58f88df9aa887df0c4358421b3a63f0356cf1a Author: Hieu Hoang <hie...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M moses/Parameter.cpp M moses/StaticData.cpp Log Message: ----------- Works with multiple phrase-tables |
From: GitHub <no...@gi...> - 2012-12-06 14:46:27
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: cd3fb3b831e5ca0821a735c0d075f5fd6e79296a https://github.com/moses-smt/mosesdecoder/commit/cd3fb3b831e5ca0821a735c0d075f5fd6e79296a Author: Tetsuo Kiso <tet...@is...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M mert/Data.cpp Log Message: ----------- Untabify. |
From: GitHub <no...@gi...> - 2012-12-06 13:14:45
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: ac045a11c1f0e1d4ae25f0db47061113fc3ae2e1 https://github.com/moses-smt/mosesdecoder/commit/ac045a11c1f0e1d4ae25f0db47061113fc3ae2e1 Author: Tetsuo Kiso <tet...@is...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M mert/BleuScorer.cpp M mert/Ngram.h Log Message: ----------- Speed up N-gram counts when running extractor. By replacing std::map with boost::unordered_map. Runtime of extractor on 100-best lists of 2679 sentences: Before: real 0m35.314s user 0m34.030s sys 0m1.280s Ater: real 0m26.729s user 0m25.420s sys 0m1.310s |
From: GitHub <no...@gi...> - 2012-12-06 11:44:03
|
Branch: refs/heads/factored_hacks Home: https://github.com/moses-smt/mosesdecoder Commit: 811f3f264fde4a77698c144e5b0a2afc72367831 https://github.com/moses-smt/mosesdecoder/commit/811f3f264fde4a77698c144e5b0a2afc72367831 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-12-03 (Mon, 03 Dec 2012) Changed paths: M moses/LM/Factory.cpp Log Message: ----------- always try to set JointLM when LM is defined on multiple factors Commit: 23c261daaa06f26f83d8f1e2de2297c76dae7b49 https://github.com/moses-smt/mosesdecoder/commit/23c261daaa06f26f83d8f1e2de2297c76dae7b49 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M moses/LM/Factory.cpp Log Message: ----------- Merge branch 'jointlm_improvements' of github.com:moses-smt/mosesdecoder into factored_hacks Commit: 3520c75ebe62c77a29dd2cf205e9bbe4ed365c17 https://github.com/moses-smt/mosesdecoder/commit/3520c75ebe62c77a29dd2cf205e9bbe4ed365c17 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M moses/FactorTypeSet.h M moses/LM/Factory.cpp M moses/LM/Joint.h M moses/Word.cpp M moses/Word.h Log Message: ----------- simplified word cache, fix in JointLM Commit: b82ef874f4c58d2cd562672a13aa894fdb9a29a6 https://github.com/moses-smt/mosesdecoder/commit/b82ef874f4c58d2cd562672a13aa894fdb9a29a6 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M moses/FactorTypeSet.h M moses/LM/Factory.cpp M moses/LM/Joint.h M moses/Word.cpp M moses/Word.h Log Message: ----------- Merge branch 'jointlm_improvements' of github.com:moses-smt/mosesdecoder into factored_hacks Compare: https://github.com/moses-smt/mosesdecoder/compare/ca0baad61a96...b82ef874f4c5 |
From: GitHub <no...@gi...> - 2012-12-06 11:38:17
|
Branch: refs/heads/jointlm_improvements Home: https://github.com/moses-smt/mosesdecoder Commit: 3520c75ebe62c77a29dd2cf205e9bbe4ed365c17 https://github.com/moses-smt/mosesdecoder/commit/3520c75ebe62c77a29dd2cf205e9bbe4ed365c17 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M moses/FactorTypeSet.h M moses/LM/Factory.cpp M moses/LM/Joint.h M moses/Word.cpp M moses/Word.h Log Message: ----------- simplified word cache, fix in JointLM |
From: GitHub <no...@gi...> - 2012-12-05 20:22:50
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 768d16560026fd9b1406bfa3c1be61ab424e7da7 https://github.com/moses-smt/mosesdecoder/commit/768d16560026fd9b1406bfa3c1be61ab424e7da7 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-05 (Wed, 05 Dec 2012) Changed paths: M moses/Parameter.cpp M moses/Parameter.h M moses/StaticData.cpp Log Message: ----------- works ok for plain phrase-based decoding. No lexical reordering model Commit: 9f767d4eba9eb1326ee3106da79d8d0806770db5 https://github.com/moses-smt/mosesdecoder/commit/9f767d4eba9eb1326ee3106da79d8d0806770db5 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-05 (Wed, 05 Dec 2012) Changed paths: M moses/StaticData.cpp Log Message: ----------- lexical reordering model works with new weight setup Commit: b8d4c64d6d8c3b1045d3d91772422d8ee4e5826e https://github.com/moses-smt/mosesdecoder/commit/b8d4c64d6d8c3b1045d3d91772422d8ee4e5826e Author: Hieu Hoang <hie...@gm...> Date: 2012-12-05 (Wed, 05 Dec 2012) Changed paths: M moses/Parameter.cpp Log Message: ----------- deprecate -translation-systems Commit: da9cd0e3aadc5154d262f8c37697b1c429280594 https://github.com/moses-smt/mosesdecoder/commit/da9cd0e3aadc5154d262f8c37697b1c429280594 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-05 (Wed, 05 Dec 2012) Changed paths: M moses/ConfusionNet.cpp M moses/Parameter.cpp M moses/StaticData.cpp M moses/StaticData.h M moses/WordLattice.cpp Log Message: ----------- clean up weights code for confusion networks & lattices. Works, except for multiple phrase-tables or factors Compare: https://github.com/moses-smt/mosesdecoder/compare/4f3805a0d7d2...da9cd0e3aadc |
From: GitHub <no...@gi...> - 2012-12-05 11:59:42
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 4f3805a0d7d28101fb9d2b0ad51bcd29f6835f7c https://github.com/moses-smt/mosesdecoder/commit/4f3805a0d7d28101fb9d2b0ad51bcd29f6835f7c Author: Hieu Hoang <hie...@gm...> Date: 2012-12-05 (Wed, 05 Dec 2012) Changed paths: M moses-cmd/IOWrapper.cpp M moses-cmd/Main.cpp M moses/DummyScoreProducers.h Log Message: ----------- change \!UnknownWordPenalty to UnknownWordPenalty |
From: GitHub <no...@gi...> - 2012-12-05 11:21:09
|
Branch: refs/heads/factored_hacks Home: https://github.com/moses-smt/mosesdecoder Commit: ca0baad61a96249abd6eb46fb342cf5319cb9543 https://github.com/moses-smt/mosesdecoder/commit/ca0baad61a96249abd6eb46fb342cf5319cb9543 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-12-03 (Mon, 03 Dec 2012) Changed paths: M moses/DecodeStep.cpp M moses/DecodeStep.h M moses/PartialTranslOptColl.h M moses/TranslationOptionCollection.cpp M moses/TranslationOptionCollection.h Log Message: ----------- handle OOVs separately in each mapping step |
From: GitHub <no...@gi...> - 2012-12-04 18:40:20
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 08b508d6861fa0e23f1b7ad71c8bc712946641ea https://github.com/moses-smt/mosesdecoder/commit/08b508d6861fa0e23f1b7ad71c8bc712946641ea Author: Hieu Hoang <hie...@gm...> Date: 2012-12-04 (Tue, 04 Dec 2012) Changed paths: M moses-cmd/IOWrapper.cpp Log Message: ----------- indentation Commit: cb270a76be3212dce96da5f06f4139cb767fdb04 https://github.com/moses-smt/mosesdecoder/commit/cb270a76be3212dce96da5f06f4139cb767fdb04 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-04 (Tue, 04 Dec 2012) Changed paths: M mira/Main.cpp M moses-cmd/IOWrapper.cpp Log Message: ----------- all regression tests passed Compare: https://github.com/moses-smt/mosesdecoder/compare/9fe742ce5207...cb270a76be32 |
From: GitHub <no...@gi...> - 2012-12-04 18:40:20
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests Commit: cd2c764401e47880aac61d3643ea604365f92336 https://github.com/moses-smt/moses-regression-tests/commit/cd2c764401e47880aac61d3643ea604365f92336 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-04 (Tue, 04 Dec 2012) Changed paths: M tests/misc.binarize-compress-pt/run.perl M tests/phrase.lattice-distortion/truth/results.txt M tests/phrase.nbest-multi-factor/truth/results.txt Log Message: ----------- all regression tests passed |
From: GitHub <no...@gi...> - 2012-12-04 17:11:07
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests Commit: c85b17a8a1e2c9b4850f605f1a8654ab2400c56f https://github.com/moses-smt/moses-regression-tests/commit/c85b17a8a1e2c9b4850f605f1a8654ab2400c56f Author: Hieu Hoang <hie...@gm...> Date: 2012-12-04 (Tue, 04 Dec 2012) Changed paths: M tests/chart.show-weights.target-syntax/truth/results.txt M tests/phrase.compresspt/truth/results.txt M tests/phrase.lattice-distortion/truth/results.txt M tests/phrase.nbest-with-alignment/truth/results.txt M tests/phrase.show-weights.lex-reorder/truth/results.txt M tests/phrase.show-weights/truth/results.txt M tests/phrase.xml-markup/truth/results.txt Log Message: ----------- get rid function GetScoreProducerWeightShortName(). Fails 1 regression test |
From: GitHub <no...@gi...> - 2012-12-04 17:11:04
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 9fe742ce5207347962a3c58b78d771782de76276 https://github.com/moses-smt/mosesdecoder/commit/9fe742ce5207347962a3c58b78d771782de76276 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-04 (Tue, 04 Dec 2012) Changed paths: M moses-chart-cmd/IOWrapper.cpp M moses-chart-cmd/Main.cpp M moses-cmd/IOWrapper.cpp M moses-cmd/Main.cpp M moses/BleuScoreFeature.h M moses/DummyScoreProducers.cpp M moses/DummyScoreProducers.h M moses/GenerationDictionary.h M moses/GlobalLexicalModel.h M moses/GlobalLexicalModelUnlimited.h M moses/LM/Base.h M moses/LM/Implementation.h M moses/LexicalReordering.h M moses/PhraseBoundaryFeature.cpp M moses/PhraseBoundaryFeature.h M moses/PhraseLengthFeature.h M moses/PhrasePairFeature.cpp M moses/PhrasePairFeature.h M moses/ScoreComponentCollectionTest.cpp M moses/ScoreProducer.h M moses/SourceWordDeletionFeature.h M moses/SparsePhraseDictionaryFeature.h M moses/StaticData.cpp M moses/SyntacticLanguageModel.cpp M moses/TargetBigramFeature.cpp M moses/TargetBigramFeature.h M moses/TargetNgramFeature.cpp M moses/TargetNgramFeature.h M moses/TargetWordInsertionFeature.h M moses/TranslationModel/PhraseDictionary.cpp M moses/TranslationModel/PhraseDictionary.h M moses/TranslationModel/PhraseDictionaryTree.h M moses/TranslationModel/PhraseDictionaryTreeAdaptor.cpp M moses/TranslationModel/PhraseDictionaryTreeAdaptor.h M moses/TranslationSystem.cpp M moses/WordTranslationFeature.h Log Message: ----------- get rid function GetScoreProducerWeightShortName(). Fails 1 regression test |
From: GitHub <no...@gi...> - 2012-12-04 13:09:31
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: 33105a7ba7c99b08b6a8edd365a3aed3abfd09bd https://github.com/moses-smt/mosesdecoder/commit/33105a7ba7c99b08b6a8edd365a3aed3abfd09bd Author: Hieu Hoang <hie...@gm...> Date: 2012-12-04 (Tue, 04 Dec 2012) Changed paths: M moses-chart-cmd/IOWrapper.cpp M moses-cmd/IOWrapper.cpp M moses/BleuScoreFeature.h M moses/DummyScoreProducers.cpp M moses/DummyScoreProducers.h M moses/GenerationDictionary.h M moses/GlobalLexicalModel.h M moses/GlobalLexicalModelUnlimited.h M moses/LM/Base.h M moses/LM/Implementation.h M moses/LexicalReordering.h M moses/PhraseBoundaryFeature.cpp M moses/PhraseBoundaryFeature.h M moses/PhraseLengthFeature.h M moses/PhrasePairFeature.cpp M moses/PhrasePairFeature.h M moses/ScoreComponentCollectionTest.cpp M moses/ScoreProducer.h M moses/SourceWordDeletionFeature.h M moses/SparsePhraseDictionaryFeature.h M moses/StaticData.cpp M moses/SyntacticLanguageModel.cpp M moses/SyntacticLanguageModel.h M moses/TargetBigramFeature.cpp M moses/TargetBigramFeature.h M moses/TargetNgramFeature.cpp M moses/TargetNgramFeature.h M moses/TargetWordInsertionFeature.h M moses/TranslationModel/PhraseDictionary.cpp M moses/TranslationModel/PhraseDictionary.h M moses/TranslationModel/PhraseDictionaryTree.h M moses/TranslationModel/PhraseDictionaryTreeAdaptor.cpp M moses/TranslationModel/PhraseDictionaryTreeAdaptor.h M moses/WordTranslationFeature.h Log Message: ----------- get rid of int argument from GetScoreProducerWeightShortName() |
From: GitHub <no...@gi...> - 2012-12-04 13:09:30
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests Commit: ba8f42a074615634871e714e17649b7d69e092c6 https://github.com/moses-smt/moses-regression-tests/commit/ba8f42a074615634871e714e17649b7d69e092c6 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-04 (Tue, 04 Dec 2012) Changed paths: M tests/phrase.lattice-distortion/truth/results.txt Log Message: ----------- get rid of int argument from GetScoreProducerWeightShortName() |
From: GitHub <no...@gi...> - 2012-12-03 19:08:13
|
Branch: refs/heads/damt_phrase Home: https://github.com/moses-smt/mosesdecoder Commit: 88bde8b270bdef93e652e4602590646e6c90c7c6 https://github.com/moses-smt/mosesdecoder/commit/88bde8b270bdef93e652e4602590646e6c90c7c6 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M contrib/sigtest-filter/filter-pt.cpp Log Message: ----------- faster, better memory footprint, replaced sets with ordered vectors Commit: 2be234cece2db41cf63d8e1b2506b99dc7b74b8c https://github.com/moses-smt/mosesdecoder/commit/2be234cece2db41cf63d8e1b2506b99dc7b74b8c Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M contrib/sigtest-filter/filter-pt.cpp Log Message: ----------- Removed debugging artifact Commit: 5e516f4443b27c8e1c9950ee966cf36ab0fcb293 https://github.com/moses-smt/mosesdecoder/commit/5e516f4443b27c8e1c9950ee966cf36ab0fcb293 Author: Rico Sennrich <ric...@gm...> Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M contrib/sigtest-filter/filter-pt.cpp Log Message: ----------- fix sigtest filter for hierarchical models Commit: aa7f5b5f827125ca9dda890ca5240a7cdfdb6875 https://github.com/moses-smt/mosesdecoder/commit/aa7f5b5f827125ca9dda890ca5240a7cdfdb6875 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M contrib/sigtest-filter/filter-pt.cpp Log Message: ----------- Removed debugging artefact Commit: 0196d72b682af9d21961e13a3b130f88b274c57f https://github.com/moses-smt/mosesdecoder/commit/0196d72b682af9d21961e13a3b130f88b274c57f Author: Alex Fraser <fraser@stuttgart> Date: 2012-12-03 (Mon, 03 Dec 2012) Changed paths: M scripts/ems/experiment.perl Log Message: ----------- hacks to experiment.perl to avoid problem with dir names containing IN like EVERYTHING Compare: https://github.com/moses-smt/mosesdecoder/compare/6d3a2bc71fdf...0196d72b682a |
From: GitHub <no...@gi...> - 2012-12-03 18:49:31
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder |
From: GitHub <no...@gi...> - 2012-12-03 18:48:32
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/moses-regression-tests |
From: GitHub <no...@gi...> - 2012-12-03 18:40:27
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder |
From: GitHub <no...@gi...> - 2012-12-03 16:18:56
|
Branch: refs/heads/jointlm_improvements Home: https://github.com/moses-smt/mosesdecoder Commit: 811f3f264fde4a77698c144e5b0a2afc72367831 https://github.com/moses-smt/mosesdecoder/commit/811f3f264fde4a77698c144e5b0a2afc72367831 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-12-03 (Mon, 03 Dec 2012) Changed paths: M moses/LM/Factory.cpp Log Message: ----------- always try to set JointLM when LM is defined on multiple factors |
From: GitHub <no...@gi...> - 2012-12-03 15:33:35
|
Branch: refs/heads/jointlm_improvements Home: https://github.com/moses-smt/mosesdecoder Commit: 0f821cc880399ac190986c9dfc3452ce84a7d023 https://github.com/moses-smt/mosesdecoder/commit/0f821cc880399ac190986c9dfc3452ce84a7d023 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-12-03 (Mon, 03 Dec 2012) Changed paths: M moses/FactorTypeSet.h M moses/LM/Joint.h M moses/Word.cpp M moses/Word.h Log Message: ----------- caching of Word factored strings for faster JointLM |
From: GitHub <no...@gi...> - 2012-12-03 15:00:36
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 55f65c3104989c5dae13f1cda3395cd52d62c524 https://github.com/moses-smt/mosesdecoder/commit/55f65c3104989c5dae13f1cda3395cd52d62c524 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-03 (Mon, 03 Dec 2012) Changed paths: M moses-chart-cmd/IOWrapper.cpp M moses-chart-cmd/IOWrapper.h Log Message: ----------- race condition in chart decoding with -T arg |
From: GitHub <no...@gi...> - 2012-12-01 13:47:31
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 0c5d000192e34155864d1e68c094c568baa69c1e https://github.com/moses-smt/mosesdecoder/commit/0c5d000192e34155864d1e68c094c568baa69c1e Author: phikoehn <pk...@in...> Date: 2012-12-01 (Sat, 01 Dec 2012) Changed paths: M moses/StaticData.cpp Log Message: ----------- my change to weight-wt Commit: 269883fedd68468f76e12a7e899501c62fad5c91 https://github.com/moses-smt/mosesdecoder/commit/269883fedd68468f76e12a7e899501c62fad5c91 Author: phikoehn <pk...@in...> Date: 2012-12-01 (Sat, 01 Dec 2012) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M misc/queryPhraseTableMin.cpp M moses/LexicalReorderingTable.cpp M moses/StaticData.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCompact.cpp M moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.cpp M moses/TranslationModel/fuzzy-match/FuzzyMatchWrapper.h M scripts/ems/support/mml-filter.py Log Message: ----------- Merge branch 'master' of git://github.com/moses-smt/mosesdecoder Commit: ab2effb6fe8c7237d2bb7f4390a687c7d9adec0f https://github.com/moses-smt/mosesdecoder/commit/ab2effb6fe8c7237d2bb7f4390a687c7d9adec0f Author: phikoehn <pk...@in...> Date: 2012-12-01 (Sat, 01 Dec 2012) Changed paths: M scripts/ems/support/mml-train.perl Log Message: ----------- train MML in-/out-of-domain language models with same vocabulary Compare: https://github.com/moses-smt/mosesdecoder/compare/205cea864408...ab2effb6fe8c |