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-08-16 10:54:50
|
Branch: refs/heads/wipoMerge Home: https://github.com/moses-smt/mosesdecoder |
From: GitHub <no...@gi...> - 2012-08-16 08:00:03
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder |
From: GitHub <no...@gi...> - 2012-08-16 07:58:52
|
Branch: refs/heads/wipo2 Home: https://github.com/moses-smt/mosesdecoder Commit: 42402d81b4b20b85128c45f6153881853bbbe70f https://github.com/moses-smt/mosesdecoder/commit/42402d81b4b20b85128c45f6153881853bbbe70f Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-16 (Thu, 16 Aug 2012) Changed paths: M moses-cmd/src/IOWrapper.cpp M moses/src/Parameter.cpp M moses/src/StaticData.cpp M moses/src/StaticData.h Log Message: ----------- Wipo branch lite |
From: GitHub <no...@gi...> - 2012-08-15 17:02:47
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 1883090a3d462739c21da59d2b538579d2a962ba https://github.com/moses-smt/mosesdecoder/commit/1883090a3d462739c21da59d2b538579d2a962ba Author: Lane Schwartz <dow...@gm...> Date: 2012-08-15 (Wed, 15 Aug 2012) Changed paths: A scripts/training/LexicalTranslationModel.pm A scripts/training/get-lexical.perl M scripts/training/train-model.perl Log Message: ----------- Moved code for calculating lexical translation probabilities into a new perl module called LexicalTranslationModel.pm. This commit moves the subroutine get_lexical (and its helper subroutines) from train-model.perl into LexicalTranslationModel.pm. This new perl module is now imported at the top of train-model.perl. This change should not affect users of train-model.perl at all. Doing this allows for the implementation of a stand-alone script which can be used to create lexical translation model files directly, given a word-aligned parallel corpus. This is often useful to do, and should now be easier to do. The new script is get-lexical.perl. Usage: scripts/training/get-lexical.perl source target alignments output_prefix Results: output_prefix.f2e output_prefix.e2f Commit: 6ed9b31c692a70db96b4830f0b9116e055c76707 https://github.com/moses-smt/mosesdecoder/commit/6ed9b31c692a70db96b4830f0b9116e055c76707 Author: Lane Schwartz <dow...@gm...> Date: 2012-08-15 (Wed, 15 Aug 2012) Changed paths: R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/moses-chart-cmd.xcscheme R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist M contrib/other-builds/moses.xcodeproj/project.pbxproj A contrib/server/Translation-web/src/conf/MANIFEST.MF A contrib/server/Translation-web/src/java/com/hpl/mt/Translate.java A contrib/server/Translation-web/web/META-INF/context.xml A contrib/server/Translation-web/web/WEB-INF/web.xml A contrib/server/Translation-web/web/css/common.css A contrib/server/Translation-web/web/index.html A contrib/server/Translation-web/web/lib/jquery-1.6.4.js A contrib/server/Translation-web/web/lib/jquery-ui-1.8.16.custom.js M contrib/server/mosesserver.cpp M lm/model.cc M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses-cmd/src/LatticeMBRGrid.cpp M moses-cmd/src/Main.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.h R moses/src/CellCollection.h M moses/src/ChartCellCollection.h M moses/src/CompactPT/BlockHashIndex.cpp M moses/src/CompactPT/CanonicalHuffman.h R moses/src/CompactPT/ConsistantPhrases.h A moses/src/CompactPT/ConsistentPhrases.h M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/LexicalReorderingTableCompact.h M moses/src/CompactPT/LexicalReorderingTableCreator.cpp M moses/src/CompactPT/LexicalReorderingTableCreator.h M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseDictionaryCompact.cpp M moses/src/CompactPT/PhraseDictionaryCompact.h M moses/src/CompactPT/PhraseTableCreator.cpp M moses/src/CompactPT/PhraseTableCreator.h M moses/src/GenerationDictionary.cpp M moses/src/Manager.cpp M moses/src/Manager.h M moses/src/Parameter.cpp M moses/src/PhraseDictionary.cpp A moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp A moses/src/RuleTable/PhraseDictionaryFuzzyMatch.h M moses/src/RuleTable/PhraseDictionaryNodeSCFG.h R moses/src/RuleTable/PhraseDictionaryTMExtract.cpp R moses/src/RuleTable/PhraseDictionaryTMExtract.h M moses/src/SentenceStats.h M moses/src/Timer.cpp M moses/src/Timer.h M moses/src/TypeDef.h A moses/src/fuzzy-match/FuzzyMatchWrapper.cpp A moses/src/fuzzy-match/FuzzyMatchWrapper.h R moses/src/fuzzy-match/TMMTWrapper.cpp R moses/src/fuzzy-match/TMMTWrapper.h M scripts/ems/experiment.perl Log Message: ----------- Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/5868d2fa20b6...6ed9b31c692a |
From: GitHub <no...@gi...> - 2012-08-15 15:32:26
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 8a1ce8dfee43e03ee79bcb13e82b21cee94a02b1 https://github.com/moses-smt/mosesdecoder/commit/8a1ce8dfee43e03ee79bcb13e82b21cee94a02b1 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-15 (Wed, 15 Aug 2012) Changed paths: R moses/src/CompactPT/ConsistantPhrases.h A moses/src/CompactPT/ConsistentPhrases.h M moses/src/CompactPT/LexicalReorderingTableCompact.h M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseTableCreator.cpp M moses/src/CompactPT/PhraseTableCreator.h Log Message: ----------- Some cleaning Commit: 5868d2fa20b65f1ff3e19438dd84ac3320644b0e https://github.com/moses-smt/mosesdecoder/commit/5868d2fa20b65f1ff3e19438dd84ac3320644b0e Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-15 (Wed, 15 Aug 2012) Changed paths: M lm/model.cc Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/6efb6c0ffe7b...5868d2fa20b6 |
From: GitHub <no...@gi...> - 2012-08-15 15:08:42
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 6efb6c0ffe7b7345b4b2349b1bd1b8f33dc6c7fd https://github.com/moses-smt/mosesdecoder/commit/6efb6c0ffe7b7345b4b2349b1bd1b8f33dc6c7fd Author: Kenneth Heafield <gi...@kh...> Date: 2012-08-15 (Wed, 15 Aug 2012) Changed paths: M lm/model.cc Log Message: ----------- Throw exception for binary files with too large order / Ondrej Bojar |
From: GitHub <no...@gi...> - 2012-08-14 14:43:46
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 701fa7dd6c4ea35b4d0e6e3dc4b7a2f81443a0d9 https://github.com/moses-smt/mosesdecoder/commit/701fa7dd6c4ea35b4d0e6e3dc4b7a2f81443a0d9 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-14 (Tue, 14 Aug 2012) Changed paths: M moses/src/CompactPT/LexicalReorderingTableCreator.cpp Log Message: ----------- Typo |
From: GitHub <no...@gi...> - 2012-08-14 12:28:02
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 505b5f455d29741c6e2d0d8af00dbaef9c1f556a https://github.com/moses-smt/mosesdecoder/commit/505b5f455d29741c6e2d0d8af00dbaef9c1f556a Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-14 (Tue, 14 Aug 2012) Changed paths: M moses/src/CompactPT/BlockHashIndex.cpp M moses/src/CompactPT/PhraseTableCreator.cpp Log Message: ----------- Fixed memory leak |
From: GitHub <no...@gi...> - 2012-08-14 09:37:42
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: d232c7bd6667cc46b508796b660703e6a3feb51a https://github.com/moses-smt/mosesdecoder/commit/d232c7bd6667cc46b508796b660703e6a3feb51a Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-14 (Tue, 14 Aug 2012) Changed paths: M moses/src/CompactPT/BlockHashIndex.cpp Log Message: ----------- Race conditions fixed |
From: GitHub <no...@gi...> - 2012-08-14 08:10:44
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 6dead1073e62ff085bf6345efd973836aa41681d https://github.com/moses-smt/mosesdecoder/commit/6dead1073e62ff085bf6345efd973836aa41681d Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-14 (Tue, 14 Aug 2012) Changed paths: M moses/src/CompactPT/PhraseTableCreator.cpp Log Message: ----------- Missing check in destructor |
From: GitHub <no...@gi...> - 2012-08-13 22:55:04
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 2d32304c246555b4aa54ba493ccd8df83b29c1cf https://github.com/moses-smt/mosesdecoder/commit/2d32304c246555b4aa54ba493ccd8df83b29c1cf Author: Hieu Hoang <fis...@gm...> Date: 2012-08-13 (Mon, 13 Aug 2012) Changed paths: M contrib/other-builds/moses.xcodeproj/project.pbxproj M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.h M moses/src/PhraseDictionary.cpp A moses/src/RuleTable/PhraseDictionaryFuzzyMatch.cpp A moses/src/RuleTable/PhraseDictionaryFuzzyMatch.h M moses/src/RuleTable/PhraseDictionaryNodeSCFG.h R moses/src/RuleTable/PhraseDictionaryTMExtract.cpp R moses/src/RuleTable/PhraseDictionaryTMExtract.h M moses/src/TypeDef.h A moses/src/fuzzy-match/FuzzyMatchWrapper.cpp A moses/src/fuzzy-match/FuzzyMatchWrapper.h R moses/src/fuzzy-match/TMMTWrapper.cpp R moses/src/fuzzy-match/TMMTWrapper.h Log Message: ----------- rename tm-mt extraction to fuzzy match Commit: 328370f5477682704a2896daf25367b1814387c0 https://github.com/moses-smt/mosesdecoder/commit/328370f5477682704a2896daf25367b1814387c0 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-13 (Mon, 13 Aug 2012) Changed paths: M moses/src/CompactPT/LexicalReorderingTableCreator.cpp M moses/src/CompactPT/LexicalReorderingTableCreator.h M moses/src/CompactPT/PhraseTableCreator.cpp M moses/src/CompactPT/PhraseTableCreator.h Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/b16253f7fb4e...328370f54776 |
From: GitHub <no...@gi...> - 2012-08-13 13:35:44
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: b16253f7fb4ea66fe6abb4b31e2003efe504eb0e https://github.com/moses-smt/mosesdecoder/commit/b16253f7fb4ea66fe6abb4b31e2003efe504eb0e Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-13 (Mon, 13 Aug 2012) Changed paths: M moses/src/CompactPT/LexicalReorderingTableCreator.cpp M moses/src/CompactPT/LexicalReorderingTableCreator.h M moses/src/CompactPT/PhraseTableCreator.cpp M moses/src/CompactPT/PhraseTableCreator.h Log Message: ----------- Added destructors, fixes final segfault on some machines |
From: GitHub <no...@gi...> - 2012-08-12 13:03:15
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 9ba14604b6d14d296f342e24e7083638d1f4cd02 https://github.com/moses-smt/mosesdecoder/commit/9ba14604b6d14d296f342e24e7083638d1f4cd02 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: M moses/src/CompactPT/PhraseTableCreator.cpp Log Message: ----------- Remove artifact std::cerr |
From: GitHub <no...@gi...> - 2012-08-12 12:47:30
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 698df14812f8b438dceeef8c2afe08015aa0df20 https://github.com/moses-smt/mosesdecoder/commit/698df14812f8b438dceeef8c2afe08015aa0df20 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/PhraseTableCreator.cpp Log Message: ----------- Remove artifact assert Commit: dc5759a51ea129b7bf3a40276f18998e1ff60ad7 https://github.com/moses-smt/mosesdecoder/commit/dc5759a51ea129b7bf3a40276f18998e1ff60ad7 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: A contrib/server/Translation-web/src/conf/MANIFEST.MF A contrib/server/Translation-web/src/java/com/hpl/mt/Translate.java A contrib/server/Translation-web/web/META-INF/context.xml A contrib/server/Translation-web/web/WEB-INF/web.xml A contrib/server/Translation-web/web/css/common.css A contrib/server/Translation-web/web/index.html A contrib/server/Translation-web/web/lib/jquery-1.6.4.js A contrib/server/Translation-web/web/lib/jquery-ui-1.8.16.custom.js Log Message: ----------- Merge branch 'master' of https://github.com/moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/919d5ac3b4ff...dc5759a51ea1 |
From: GitHub <no...@gi...> - 2012-08-12 12:20:08
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: a7b8c75b44dcc8b03d48653dc218f1481f82acd1 https://github.com/moses-smt/mosesdecoder/commit/a7b8c75b44dcc8b03d48653dc218f1481f82acd1 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: A contrib/server/Translation-web/src/conf/MANIFEST.MF A contrib/server/Translation-web/src/java/com/hpl/mt/Translate.java A contrib/server/Translation-web/web/META-INF/context.xml A contrib/server/Translation-web/web/WEB-INF/web.xml A contrib/server/Translation-web/web/css/common.css A contrib/server/Translation-web/web/index.html A contrib/server/Translation-web/web/lib/jquery-1.6.4.js A contrib/server/Translation-web/web/lib/jquery-ui-1.8.16.custom.js Log Message: ----------- servlet and jquery interfaces for moses server. Thanks to Alexander Ulanov Commit: 919d5ac3b4ff58313bd7b14e6352e50fae27cf84 https://github.com/moses-smt/mosesdecoder/commit/919d5ac3b4ff58313bd7b14e6352e50fae27cf84 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/LexicalReorderingTableCreator.cpp M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseDictionaryCompact.cpp M moses/src/CompactPT/PhraseDictionaryCompact.h M moses/src/CompactPT/PhraseTableCreator.cpp Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/2d1cafe131a8...919d5ac3b4ff |
From: GitHub <no...@gi...> - 2012-08-11 18:11:29
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 2d1cafe131a8b47e0ef4463a93dce6d7b1f40e2d https://github.com/moses-smt/mosesdecoder/commit/2d1cafe131a8b47e0ef4463a93dce6d7b1f40e2d Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-11 (Sat, 11 Aug 2012) Changed paths: M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/LexicalReorderingTableCreator.cpp M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseTableCreator.cpp Log Message: ----------- Some refactoring |
From: GitHub <no...@gi...> - 2012-08-10 23:27:24
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: ad2d55442877efcbd1874cf539e9df53d3140c34 https://github.com/moses-smt/mosesdecoder/commit/ad2d55442877efcbd1874cf539e9df53d3140c34 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M misc/processLexicalTableMin.cpp Log Message: ----------- Added -threads all Commit: 01b9cc36b9c3915f12a506055096b1593c037a90 https://github.com/moses-smt/mosesdecoder/commit/01b9cc36b9c3915f12a506055096b1593c037a90 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M misc/processPhraseTableMin.cpp Log Message: ----------- Added -threads all Commit: 8df47a281fbdfe9d3dee086c3afbe574cea9ab47 https://github.com/moses-smt/mosesdecoder/commit/8df47a281fbdfe9d3dee086c3afbe574cea9ab47 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M moses/src/CompactPT/PhraseDictionaryCompact.cpp M moses/src/CompactPT/PhraseDictionaryCompact.h Log Message: ----------- Fixed memory leak, replaced pthread_t with boost::thread::id Compare: https://github.com/moses-smt/mosesdecoder/compare/e99576aedcc9...8df47a281fbd |
From: GitHub <no...@gi...> - 2012-08-10 19:36:54
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 687f407d62d5b596dff0929efc3ab5ae57844532 https://github.com/moses-smt/mosesdecoder/commit/687f407d62d5b596dff0929efc3ab5ae57844532 Author: Jonathan Clark <jon...@gm...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M moses/src/Timer.cpp M moses/src/Timer.h Log Message: ----------- Make time more precise on platforms that have CLOCK_MONOTONIC (otherwise, we'll only have second-level precision) Commit: 6f008096ea0a660727eed201f4ba8e37b9490c4e https://github.com/moses-smt/mosesdecoder/commit/6f008096ea0a660727eed201f4ba8e37b9490c4e Author: Jonathan Clark <jon...@gm...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M contrib/server/mosesserver.cpp M moses-cmd/src/LatticeMBRGrid.cpp M moses-cmd/src/Main.cpp M moses/src/Manager.cpp M moses/src/Manager.h M moses/src/SentenceStats.h Log Message: ----------- Use Moses' Timer class, which is based on wall-time instead of the C clock() function, which measures clock ticks used within the *process* rather than each thread. This makes timings more meaningful in multi-threaded mode. However, these timings will still be inaccurate on Windows (second-level only). Commit: e99576aedcc9c8719b8fa685199f2fa66ca28801 https://github.com/moses-smt/mosesdecoder/commit/e99576aedcc9c8719b8fa685199f2fa66ca28801 Author: Jonathan Clark <jon...@gm...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/moses-chart-cmd.xcscheme R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist M contrib/other-builds/moses.xcodeproj/project.pbxproj M misc/processLexicalTableMin.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.cpp R moses/src/CellCollection.h M moses/src/ChartCellCollection.h M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/ConsistantPhrases.h M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/LexicalReorderingTableCompact.h M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/MmapAllocator.h M moses/src/CompactPT/PackedArray.h M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseTableCreator.h M moses/src/CompactPT/TargetPhraseCollectionCache.h M moses/src/CompactPT/ThrowingFwrite.h M moses/src/GenerationDictionary.cpp M moses/src/Parameter.cpp M scripts/Jamfile M scripts/ems/experiment.perl Log Message: ----------- Merge branch 'master' of https://github.com/moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/ad6aa8dc8cdc...e99576aedcc9 |
From: GitHub <no...@gi...> - 2012-08-10 13:56:26
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: ad6aa8dc8cdc3622d551ae686876aa1da7c67a57 https://github.com/moses-smt/mosesdecoder/commit/ad6aa8dc8cdc3622d551ae686876aa1da7c67a57 Author: Barry Haddow <bar...@gm...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M moses/src/GenerationDictionary.cpp Log Message: ----------- Remove spaces from description |
From: GitHub <no...@gi...> - 2012-08-10 11:36:51
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 4ad66381ffacae53f4587cfd18caacd4a9fc0eb0 https://github.com/moses-smt/mosesdecoder/commit/4ad66381ffacae53f4587cfd18caacd4a9fc0eb0 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/moses-chart-cmd.xcscheme R contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist Log Message: ----------- xcode Commit: bbc97432a0c8856a1e6539d2888e0176ccf4907e https://github.com/moses-smt/mosesdecoder/commit/bbc97432a0c8856a1e6539d2888e0176ccf4907e Author: Hieu Hoang <fis...@gm...> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M moses/src/CompactPT/MmapAllocator.h Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: f82d39fa450294cfb1202b87252e79f2680ada45 https://github.com/moses-smt/mosesdecoder/commit/f82d39fa450294cfb1202b87252e79f2680ada45 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/ConsistantPhrases.h M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/LexicalReorderingTableCompact.h M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/MmapAllocator.h M moses/src/CompactPT/PackedArray.h M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseTableCreator.h M moses/src/CompactPT/TargetPhraseCollectionCache.h M moses/src/CompactPT/ThrowingFwrite.h M scripts/Jamfile Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 1d2f887ffcff8088230a2530a700a77a62498287 https://github.com/moses-smt/mosesdecoder/commit/1d2f887ffcff8088230a2530a700a77a62498287 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M contrib/other-builds/moses.xcodeproj/project.pbxproj M moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp M moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.cpp R moses/src/CellCollection.h M moses/src/ChartCellCollection.h Log Message: ----------- Delete CellCollection class Commit: 5efcdc933fa6abc0c240415d90854efdfec12395 https://github.com/moses-smt/mosesdecoder/commit/5efcdc933fa6abc0c240415d90854efdfec12395 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M misc/processLexicalTableMin.cpp M moses/src/Parameter.cpp M scripts/ems/experiment.perl Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/ed21d36245ea...5efcdc933fa6 |
From: GitHub <no...@gi...> - 2012-08-10 11:23:01
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 1e47e4950d1915306f7587f08c0e62200cea3700 https://github.com/moses-smt/mosesdecoder/commit/1e47e4950d1915306f7587f08c0e62200cea3700 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M moses/src/Parameter.cpp Log Message: ----------- Adding missing prefix Commit: ed21d36245ea5f7bc6bd49071059194c231012bc https://github.com/moses-smt/mosesdecoder/commit/ed21d36245ea5f7bc6bd49071059194c231012bc Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M misc/processLexicalTableMin.cpp Log Message: ----------- Default number of threads set to 1 Compare: https://github.com/moses-smt/mosesdecoder/compare/e2b4c3074d21...ed21d36245ea |
From: GitHub <no...@gi...> - 2012-08-10 11:08:45
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 7757a3c56b62b5c91bcb934e1d3f69db433d0bef https://github.com/moses-smt/mosesdecoder/commit/7757a3c56b62b5c91bcb934e1d3f69db433d0bef Author: Hieu Hoang <s05...@cr...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M scripts/ems/experiment.perl Log Message: ----------- Error from sort Commit: e2b4c3074d21cd5fec8ee1e039928099e1e17fd7 https://github.com/moses-smt/mosesdecoder/commit/e2b4c3074d21cd5fec8ee1e039928099e1e17fd7 Author: Hieu Hoang <hie...@gm...> Date: 2012-08-10 (Fri, 10 Aug 2012) Changed paths: M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/ConsistantPhrases.h M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/LexicalReorderingTableCompact.h M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/MmapAllocator.h M moses/src/CompactPT/PackedArray.h M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseTableCreator.h M moses/src/CompactPT/TargetPhraseCollectionCache.h M moses/src/CompactPT/ThrowingFwrite.h M scripts/Jamfile Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/a9f536f42f2d...e2b4c3074d21 |
From: GitHub <no...@gi...> - 2012-08-09 18:46:01
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: a8117c0afda04e4309394f2a2b2e9a582e049ba0 https://github.com/moses-smt/mosesdecoder/commit/a8117c0afda04e4309394f2a2b2e9a582e049ba0 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-08 (Wed, 08 Aug 2012) Changed paths: M scripts/generic/score-parallel.perl Log Message: ----------- redirect more to stderr. Split input extract files every 50m lines, instead of 10m lines Commit: fd122ea6308b8877b78c7d6b004ed1a8cfc61273 https://github.com/moses-smt/mosesdecoder/commit/fd122ea6308b8877b78c7d6b004ed1a8cfc61273 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-08 (Wed, 08 Aug 2012) Changed paths: M contrib/other-builds/moses.xcodeproj/project.pbxproj Log Message: ----------- xcode Commit: 3aa66aeab6e5031f52708b4d44db1d641bc8d383 https://github.com/moses-smt/mosesdecoder/commit/3aa66aeab6e5031f52708b4d44db1d641bc8d383 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M Jamroot M lm/Jamfile M lm/left.hh A lm/max_order.cc R lm/max_order.hh M lm/model.cc M lm/model.hh M lm/quantize.hh M lm/search_trie.cc M lm/state.hh M lm/trie_sort.hh M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/Util.cpp M moses/src/Util.h M moses/src/fuzzy-match/TMMTWrapper.cpp M scripts/Jamfile M scripts/ems/experiment.meta M util/file.cc M util/file.hh Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 654ed29209f23e8d5c15eb170cf5ca94f28f1094 https://github.com/moses-smt/mosesdecoder/commit/654ed29209f23e8d5c15eb170cf5ca94f28f1094 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M contrib/other-builds/lm.xcodeproj/project.pbxproj M contrib/other-builds/moses.xcodeproj/project.pbxproj M moses/src/RuleTable/LoaderStandard.cpp M moses/src/RuleTable/PhraseDictionaryOnDisk.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp Log Message: ----------- better indication of what phrase table implementation is being loaded Commit: 8ffdf3ab994312e5629d5adc8bed55dbcd62d189 https://github.com/moses-smt/mosesdecoder/commit/8ffdf3ab994312e5629d5adc8bed55dbcd62d189 Author: Lane Schwartz <dow...@gm...> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M scripts/Jamfile Log Message: ----------- Fixed interaction of --install-scripts and --git Commit: 533b0852f8ab0eed1258c2c985ae506b55eb467b https://github.com/moses-smt/mosesdecoder/commit/533b0852f8ab0eed1258c2c985ae506b55eb467b Author: Marcin Junczys-Dowmunt <marcinj@sd.(none)> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M moses/src/CompactPT/MmapAllocator.h Log Message: ----------- Fix for FreeBSD and possibly OSX, added reference counting Commit: 6f6ef3eb5db320a4939a0e12f5812ee539265e9a https://github.com/moses-smt/mosesdecoder/commit/6f6ef3eb5db320a4939a0e12f5812ee539265e9a Author: Lane Schwartz <dow...@gm...> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M contrib/other-builds/lm.xcodeproj/project.pbxproj M contrib/other-builds/moses.xcodeproj/project.pbxproj M moses/src/RuleTable/LoaderStandard.cpp M moses/src/RuleTable/PhraseDictionaryOnDisk.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M scripts/generic/score-parallel.perl Log Message: ----------- Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder Commit: cd4b2d27e9902bbcd6210eb3d41d1f6255792989 https://github.com/moses-smt/mosesdecoder/commit/cd4b2d27e9902bbcd6210eb3d41d1f6255792989 Author: Marcin Junczys-Dowmunt <marcinj@bsd.(none)> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/ConsistantPhrases.h M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/LexicalReorderingTableCompact.h M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/MmapAllocator.h M moses/src/CompactPT/PackedArray.h M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseTableCreator.h M moses/src/CompactPT/TargetPhraseCollectionCache.h M moses/src/CompactPT/ThrowingFwrite.h Log Message: ----------- Bugfix fix for FreeBSD and I pray to God for OS X too Commit: a9f536f42f2d698f9544cc69d678326a58c01085 https://github.com/moses-smt/mosesdecoder/commit/a9f536f42f2d698f9544cc69d678326a58c01085 Author: Lane Schwartz <dow...@gm...> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/ConsistantPhrases.h M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/LexicalReorderingTableCompact.h M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/MmapAllocator.h M moses/src/CompactPT/PackedArray.h M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseTableCreator.h M moses/src/CompactPT/TargetPhraseCollectionCache.h M moses/src/CompactPT/ThrowingFwrite.h Log Message: ----------- Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/2556dfc0e5db...a9f536f42f2d |
From: GitHub <no...@gi...> - 2012-08-09 18:32:05
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder |
From: GitHub <no...@gi...> - 2012-08-09 17:54:26
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: cd4b2d27e9902bbcd6210eb3d41d1f6255792989 https://github.com/moses-smt/mosesdecoder/commit/cd4b2d27e9902bbcd6210eb3d41d1f6255792989 Author: Marcin Junczys-Dowmunt <marcinj@bsd.(none)> Date: 2012-08-09 (Thu, 09 Aug 2012) Changed paths: M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/ConsistantPhrases.h M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/LexicalReorderingTableCompact.h M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/MmapAllocator.h M moses/src/CompactPT/PackedArray.h M moses/src/CompactPT/PhraseDecoder.h M moses/src/CompactPT/PhraseTableCreator.h M moses/src/CompactPT/TargetPhraseCollectionCache.h M moses/src/CompactPT/ThrowingFwrite.h Log Message: ----------- Bugfix fix for FreeBSD and I pray to God for OS X too |