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-04 21:34:48
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: e01b8e26d3b2efd6ae51a9777a5bf2870f78a50b https://github.com/moses-smt/mosesdecoder/commit/e01b8e26d3b2efd6ae51a9777a5bf2870f78a50b Author: Hieu Hoang <fis...@gm...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M moses/src/CompactPT/PhraseDictionaryCompact.h Log Message: ----------- compile error on some version of g++. Changed uint to pointer |
From: GitHub <no...@gi...> - 2012-08-04 20:52:46
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 004cc0d3b1f66839c49603c8651da7c097336c8d https://github.com/moses-smt/mosesdecoder/commit/004cc0d3b1f66839c49603c8651da7c097336c8d Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-02 (Thu, 02 Aug 2012) Changed paths: A moses/src/CompactPT/BlockHashIndex.cpp A moses/src/CompactPT/BlockHashIndex.h A moses/src/CompactPT/CanonicalHuffman.h A moses/src/CompactPT/CmphStringVectorAdapter.cpp A moses/src/CompactPT/CmphStringVectorAdapter.h A moses/src/CompactPT/ConsistantPhrases.h A moses/src/CompactPT/LexicalReorderingTableCompact.cpp A moses/src/CompactPT/LexicalReorderingTableCompact.h A moses/src/CompactPT/LexicalReorderingTableCreator.cpp A moses/src/CompactPT/LexicalReorderingTableCreator.h A moses/src/CompactPT/ListCoders.h A moses/src/CompactPT/MmapAllocator.h A moses/src/CompactPT/MonotonicVector.h A moses/src/CompactPT/MurmurHash3.cpp A moses/src/CompactPT/MurmurHash3.h A moses/src/CompactPT/PackedArray.h A moses/src/CompactPT/PhraseDecoder.cpp A moses/src/CompactPT/PhraseDecoder.h A moses/src/CompactPT/PhraseDictionaryCompact.cpp A moses/src/CompactPT/PhraseDictionaryCompact.h A moses/src/CompactPT/PhraseTableCreator.cpp A moses/src/CompactPT/PhraseTableCreator.h A moses/src/CompactPT/StringVector.h A moses/src/CompactPT/TargetPhraseCollectionCache.h Log Message: ----------- Adding source file for compact phrase table Commit: 3ee709f76e0ae4cf469ec399faa19724a1c2fbc1 https://github.com/moses-smt/mosesdecoder/commit/3ee709f76e0ae4cf469ec399faa19724a1c2fbc1 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: A moses/src/CompactPT/Jamfile M moses/src/Jamfile M moses/src/LexicalReorderingTable.cpp M moses/src/Parameter.cpp M moses/src/PhraseDictionary.cpp M moses/src/StaticData.cpp M moses/src/StaticData.h M moses/src/TypeDef.h Log Message: ----------- Adding compact phrase table and reordering table to fresh fork Commit: a35791893fa4399487019d3d015854694aa573eb https://github.com/moses-smt/mosesdecoder/commit/a35791893fa4399487019d3d015854694aa573eb Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M Jamroot M misc/Jamfile A misc/processLexicalTableMin.cpp A misc/processPhraseTableMin.cpp M moses/src/CompactPT/BlockHashIndex.cpp M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/CmphStringVectorAdapter.h M moses/src/CompactPT/ConsistantPhrases.h M moses/src/CompactPT/Jamfile 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/MmapAllocator.h M moses/src/CompactPT/MonotonicVector.h M moses/src/CompactPT/PackedArray.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/CompactPT/StringVector.h M moses/src/CompactPT/TargetPhraseCollectionCache.h M moses/src/Jamfile M moses/src/LexicalReorderingTable.cpp M moses/src/Parameter.cpp M moses/src/PhraseDictionary.cpp M moses/src/StaticData.cpp M moses/src/StaticData.h Log Message: ----------- Updated Jamsfiles, build instructions etc. Commit: 023bd0c813e638ea174746d665e07c2768498cef https://github.com/moses-smt/mosesdecoder/commit/023bd0c813e638ea174746d665e07c2768498cef Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp Log Message: ----------- Credits added Commit: 20487f9d7fe5791c8bfda633ec795b9abf688b64 https://github.com/moses-smt/mosesdecoder/commit/20487f9d7fe5791c8bfda633ec795b9abf688b64 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/Jamfile 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: ----------- Got rid of warnings Commit: 88a860d7762d55599cc8fa67782c6ebe613a7066 https://github.com/moses-smt/mosesdecoder/commit/88a860d7762d55599cc8fa67782c6ebe613a7066 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M Jamroot M misc/Jamfile M moses/src/CompactPT/BlockHashIndex.cpp M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/Jamfile M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/PackedArray.h M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/Jamfile Log Message: ----------- Warnings, build issues Commit: a245e9ea55b201951ebf6ea521072661bd211e2e https://github.com/moses-smt/mosesdecoder/commit/a245e9ea55b201951ebf6ea521072661bd211e2e Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M Jamroot M misc/Jamfile M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/src/CompactPT/BlockHashIndex.cpp M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/CmphStringVectorAdapter.h M moses/src/CompactPT/Jamfile M moses/src/CompactPT/MmapAllocator.h M moses/src/Jamfile M moses/src/LexicalReorderingTable.cpp M moses/src/Parameter.cpp M moses/src/PhraseDictionary.cpp M moses/src/StaticData.cpp M moses/src/StaticData.h Log Message: ----------- Correction of jamfiles etc. Commit: 29db131f41c312198caac153e32855f6f84dac48 https://github.com/moses-smt/mosesdecoder/commit/29db131f41c312198caac153e32855f6f84dac48 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M scripts/Jamfile M util/probing_hash_table_test.cc Log Message: ----------- Merge branch 'master' into minphr Commit: 762acb41f62616fee5e31c1c522fa2ce21db3a80 https://github.com/moses-smt/mosesdecoder/commit/762acb41f62616fee5e31c1c522fa2ce21db3a80 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M moses/src/CompactPT/Jamfile Log Message: ----------- Jamfile Commit: c4bc2f5550355da4da48aec443ae5005a6113e04 https://github.com/moses-smt/mosesdecoder/commit/c4bc2f5550355da4da48aec443ae5005a6113e04 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/Word.cpp Log Message: ----------- Delimiter bugfix in Word.cpp Commit: 767969af6d3b2d1e229904c9b4268ee98e0e95d2 https://github.com/moses-smt/mosesdecoder/commit/767969af6d3b2d1e229904c9b4268ee98e0e95d2 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M Jamroot Log Message: ----------- Jamroot Compare: https://github.com/moses-smt/mosesdecoder/compare/44c64476ecac...767969af6d3b |
From: GitHub <no...@gi...> - 2012-08-04 20:50:00
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: 767969af6d3b2d1e229904c9b4268ee98e0e95d2 https://github.com/moses-smt/mosesdecoder/commit/767969af6d3b2d1e229904c9b4268ee98e0e95d2 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M Jamroot Log Message: ----------- Jamroot |
From: GitHub <no...@gi...> - 2012-08-04 20:43:04
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: c4bc2f5550355da4da48aec443ae5005a6113e04 https://github.com/moses-smt/mosesdecoder/commit/c4bc2f5550355da4da48aec443ae5005a6113e04 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/Word.cpp Log Message: ----------- Delimiter bugfix in Word.cpp |
From: GitHub <no...@gi...> - 2012-08-04 15:07:29
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: 762acb41f62616fee5e31c1c522fa2ce21db3a80 https://github.com/moses-smt/mosesdecoder/commit/762acb41f62616fee5e31c1c522fa2ce21db3a80 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M moses/src/CompactPT/Jamfile Log Message: ----------- Jamfile |
From: GitHub <no...@gi...> - 2012-08-04 14:21:58
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: 03f44153cd639a2f196f4a52e6ce0893783e4023 https://github.com/moses-smt/mosesdecoder/commit/03f44153cd639a2f196f4a52e6ce0893783e4023 Author: Kenneth Heafield <gi...@kh...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M util/probing_hash_table_test.cc Log Message: ----------- Zero-initialize newed memory in a test Commit: 44c64476ecaca5f2733aa8c1dd2cd628cdc0a7c3 https://github.com/moses-smt/mosesdecoder/commit/44c64476ecaca5f2733aa8c1dd2cd628cdc0a7c3 Author: Kenneth Heafield <gi...@kh...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M scripts/Jamfile Log Message: ----------- Remove dead --with-giza option Commit: 29db131f41c312198caac153e32855f6f84dac48 https://github.com/moses-smt/mosesdecoder/commit/29db131f41c312198caac153e32855f6f84dac48 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M scripts/Jamfile M util/probing_hash_table_test.cc Log Message: ----------- Merge branch 'master' into minphr Compare: https://github.com/moses-smt/mosesdecoder/compare/a245e9ea55b2...29db131f41c3 |
From: GitHub <no...@gi...> - 2012-08-04 13:39:55
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: a245e9ea55b201951ebf6ea521072661bd211e2e https://github.com/moses-smt/mosesdecoder/commit/a245e9ea55b201951ebf6ea521072661bd211e2e Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-04 (Sat, 04 Aug 2012) Changed paths: M Jamroot M misc/Jamfile M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/src/CompactPT/BlockHashIndex.cpp M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/CmphStringVectorAdapter.h M moses/src/CompactPT/Jamfile M moses/src/CompactPT/MmapAllocator.h M moses/src/Jamfile M moses/src/LexicalReorderingTable.cpp M moses/src/Parameter.cpp M moses/src/PhraseDictionary.cpp M moses/src/StaticData.cpp M moses/src/StaticData.h Log Message: ----------- Correction of jamfiles etc. |
From: GitHub <no...@gi...> - 2012-08-04 00:20:14
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 44c64476ecaca5f2733aa8c1dd2cd628cdc0a7c3 https://github.com/moses-smt/mosesdecoder/commit/44c64476ecaca5f2733aa8c1dd2cd628cdc0a7c3 Author: Kenneth Heafield <gi...@kh...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M scripts/Jamfile Log Message: ----------- Remove dead --with-giza option |
From: GitHub <no...@gi...> - 2012-08-03 17:29:43
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: 88a860d7762d55599cc8fa67782c6ebe613a7066 https://github.com/moses-smt/mosesdecoder/commit/88a860d7762d55599cc8fa67782c6ebe613a7066 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M Jamroot M misc/Jamfile M moses/src/CompactPT/BlockHashIndex.cpp M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/Jamfile M moses/src/CompactPT/LexicalReorderingTableCompact.cpp M moses/src/CompactPT/ListCoders.h M moses/src/CompactPT/PackedArray.h M moses/src/CompactPT/PhraseDecoder.cpp M moses/src/Jamfile Log Message: ----------- Warnings, build issues |
From: GitHub <no...@gi...> - 2012-08-03 15:45:53
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: 20487f9d7fe5791c8bfda633ec795b9abf688b64 https://github.com/moses-smt/mosesdecoder/commit/20487f9d7fe5791c8bfda633ec795b9abf688b64 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/Jamfile 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: ----------- Got rid of warnings |
From: GitHub <no...@gi...> - 2012-08-03 15:03:21
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: 023bd0c813e638ea174746d665e07c2768498cef https://github.com/moses-smt/mosesdecoder/commit/023bd0c813e638ea174746d665e07c2768498cef Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp Log Message: ----------- Credits added |
From: GitHub <no...@gi...> - 2012-08-03 14:39:19
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: a35791893fa4399487019d3d015854694aa573eb https://github.com/moses-smt/mosesdecoder/commit/a35791893fa4399487019d3d015854694aa573eb Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M Jamroot M misc/Jamfile A misc/processLexicalTableMin.cpp A misc/processPhraseTableMin.cpp M moses/src/CompactPT/BlockHashIndex.cpp M moses/src/CompactPT/BlockHashIndex.h M moses/src/CompactPT/CanonicalHuffman.h M moses/src/CompactPT/CmphStringVectorAdapter.cpp M moses/src/CompactPT/CmphStringVectorAdapter.h M moses/src/CompactPT/ConsistantPhrases.h M moses/src/CompactPT/Jamfile 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/MmapAllocator.h M moses/src/CompactPT/MonotonicVector.h M moses/src/CompactPT/PackedArray.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/CompactPT/StringVector.h M moses/src/CompactPT/TargetPhraseCollectionCache.h M moses/src/Jamfile M moses/src/LexicalReorderingTable.cpp M moses/src/Parameter.cpp M moses/src/PhraseDictionary.cpp M moses/src/StaticData.cpp M moses/src/StaticData.h Log Message: ----------- Updated Jamsfiles, build instructions etc. |
From: GitHub <no...@gi...> - 2012-08-03 11:47:27
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 03f44153cd639a2f196f4a52e6ce0893783e4023 https://github.com/moses-smt/mosesdecoder/commit/03f44153cd639a2f196f4a52e6ce0893783e4023 Author: Kenneth Heafield <gi...@kh...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: M util/probing_hash_table_test.cc Log Message: ----------- Zero-initialize newed memory in a test |
From: GitHub <no...@gi...> - 2012-08-03 10:05:05
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: 3ee709f76e0ae4cf469ec399faa19724a1c2fbc1 https://github.com/moses-smt/mosesdecoder/commit/3ee709f76e0ae4cf469ec399faa19724a1c2fbc1 Author: Marcin Junczys-Dowmunt <ju...@wi...> Date: 2012-08-03 (Fri, 03 Aug 2012) Changed paths: A moses/src/CompactPT/Jamfile M moses/src/Jamfile M moses/src/LexicalReorderingTable.cpp M moses/src/Parameter.cpp M moses/src/PhraseDictionary.cpp M moses/src/StaticData.cpp M moses/src/StaticData.h M moses/src/TypeDef.h Log Message: ----------- Adding compact phrase table and reordering table to fresh fork |
From: GitHub <no...@gi...> - 2012-08-02 16:33:23
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder Commit: 004cc0d3b1f66839c49603c8651da7c097336c8d https://github.com/moses-smt/mosesdecoder/commit/004cc0d3b1f66839c49603c8651da7c097336c8d Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2012-08-02 (Thu, 02 Aug 2012) Changed paths: A moses/src/CompactPT/BlockHashIndex.cpp A moses/src/CompactPT/BlockHashIndex.h A moses/src/CompactPT/CanonicalHuffman.h A moses/src/CompactPT/CmphStringVectorAdapter.cpp A moses/src/CompactPT/CmphStringVectorAdapter.h A moses/src/CompactPT/ConsistantPhrases.h A moses/src/CompactPT/LexicalReorderingTableCompact.cpp A moses/src/CompactPT/LexicalReorderingTableCompact.h A moses/src/CompactPT/LexicalReorderingTableCreator.cpp A moses/src/CompactPT/LexicalReorderingTableCreator.h A moses/src/CompactPT/ListCoders.h A moses/src/CompactPT/MmapAllocator.h A moses/src/CompactPT/MonotonicVector.h A moses/src/CompactPT/MurmurHash3.cpp A moses/src/CompactPT/MurmurHash3.h A moses/src/CompactPT/PackedArray.h A moses/src/CompactPT/PhraseDecoder.cpp A moses/src/CompactPT/PhraseDecoder.h A moses/src/CompactPT/PhraseDictionaryCompact.cpp A moses/src/CompactPT/PhraseDictionaryCompact.h A moses/src/CompactPT/PhraseTableCreator.cpp A moses/src/CompactPT/PhraseTableCreator.h A moses/src/CompactPT/StringVector.h A moses/src/CompactPT/TargetPhraseCollectionCache.h Log Message: ----------- Adding source file for compact phrase table |
From: GitHub <no...@gi...> - 2012-08-02 16:26:21
|
Branch: refs/heads/minphr Home: https://github.com/moses-smt/mosesdecoder |
From: GitHub <no...@gi...> - 2012-08-02 13:39:53
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 80d8592ef8abd66d617ebd8858dd9569e70d1996 https://github.com/moses-smt/mosesdecoder/commit/80d8592ef8abd66d617ebd8858dd9569e70d1996 Author: Hieu Hoang <hie...@gm...> Date: 2012-08-02 (Thu, 02 Aug 2012) Changed paths: M moses/src/StaticData.cpp Log Message: ----------- found a function that exists in all versions of boost |
From: GitHub <no...@gi...> - 2012-08-02 12:37:08
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: fe5f7eefa5801ea1b22c67fcb209e403f3ce353d https://github.com/moses-smt/mosesdecoder/commit/fe5f7eefa5801ea1b22c67fcb209e403f3ce353d Author: Hieu Hoang <fis...@gm...> Date: 2012-08-02 (Thu, 02 Aug 2012) Changed paths: M moses/src/StaticData.cpp Log Message: ----------- boost version compatibility |
From: GitHub <no...@gi...> - 2012-08-02 04:04:51
|
Branch: refs/heads/damt_hiero Home: https://github.com/moses-smt/mosesdecoder Commit: 4ecfac0a864eca37b18821497aea3a202924e303 https://github.com/moses-smt/mosesdecoder/commit/4ecfac0a864eca37b18821497aea3a202924e303 Author: braunefe <bra...@gm...> Date: 2012-08-01 (Wed, 01 Aug 2012) Changed paths: M moses/src/CellContextScoreProducer.cpp M moses/src/ChartTranslationOptionCollection.cpp Log Message: ----------- Bug fix in scores |
From: GitHub <no...@gi...> - 2012-08-02 03:59:53
|
Branch: refs/heads/damt_phrase Home: https://github.com/moses-smt/mosesdecoder Commit: a4cc5226cd6d8cb10659d21ca38b57a8e778b483 https://github.com/moses-smt/mosesdecoder/commit/a4cc5226cd6d8cb10659d21ca38b57a8e778b483 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-08-01 (Wed, 01 Aug 2012) Changed paths: M moses/src/PSDScoreProducer.cpp Log Message: ----------- fix in score features |
From: GitHub <no...@gi...> - 2012-08-01 23:55:53
|
Branch: refs/heads/damt_phrase Home: https://github.com/moses-smt/mosesdecoder Commit: b287f1b4c7313f48f9fb032a108f55af29e320e5 https://github.com/moses-smt/mosesdecoder/commit/b287f1b4c7313f48f9fb032a108f55af29e320e5 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-08-01 (Wed, 01 Aug 2012) Changed paths: M phrase-extract/extract-psd/psd_extract_features.cpp Log Message: ----------- psd extraction debugged |
From: GitHub <no...@gi...> - 2012-08-01 23:49:14
|
Branch: refs/heads/damt_phrase Home: https://github.com/moses-smt/mosesdecoder Commit: 01f657b7b134e5c165e630906f59ce49d3c3eb94 https://github.com/moses-smt/mosesdecoder/commit/01f657b7b134e5c165e630906f59ce49d3c3eb94 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-08-01 (Wed, 01 Aug 2012) Changed paths: M phrase-extract/extract-psd/psd_extract_features.cpp Log Message: ----------- fixed compilation |
From: GitHub <no...@gi...> - 2012-08-01 23:43:14
|
Branch: refs/heads/damt_phrase Home: https://github.com/moses-smt/mosesdecoder Commit: 066f8964454e3ca720d0e3cf8c7c0a72498b2a89 https://github.com/moses-smt/mosesdecoder/commit/066f8964454e3ca720d0e3cf8c7c0a72498b2a89 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-08-01 (Wed, 01 Aug 2012) Changed paths: M phrase-extract/extract-psd/psd_extract_features.cpp Log Message: ----------- bugfix in psd extraction Commit: 6ee7e7dfcc3080855c45c23c344061806b316e14 https://github.com/moses-smt/mosesdecoder/commit/6ee7e7dfcc3080855c45c23c344061806b316e14 Author: Ales Tamchyna <a.t...@gm...> Date: 2012-08-01 (Wed, 01 Aug 2012) Changed paths: M phrase-extract/extract-psd/psd_extract_features.cpp M phrase-extract/extract.cpp M psd/FeatureExtractor.cpp M psd/FeatureExtractor.h M psd/VWLibraryConsumer.cpp M scripts/ems/example/data/psd-features.ini M scripts/ems/experiment.meta M scripts/ems/experiment.perl M scripts/generic/psd-feature-extract-parallel.perl M scripts/generic/score-parallel.perl M scripts/generic/vw-parallel.perl Log Message: ----------- merged Compare: https://github.com/moses-smt/mosesdecoder/compare/9c3c0961094f...6ee7e7dfcc30 |
From: GitHub <no...@gi...> - 2012-08-01 16:56:40
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 276b76798423d8ef331efa8d7eca1f3a638e97f2 https://github.com/moses-smt/mosesdecoder/commit/276b76798423d8ef331efa8d7eca1f3a638e97f2 Author: Hieu Hoang <hie...@gm...> Date: 2012-08-01 (Wed, 01 Aug 2012) Changed paths: M moses/src/StaticData.cpp Log Message: ----------- Minor boost compile error on some versions of boost |
From: GitHub <no...@gi...> - 2012-08-01 16:06:27
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 3591f385d1a0496f040a5fe1e2988a44567c0ffb https://github.com/moses-smt/mosesdecoder/commit/3591f385d1a0496f040a5fe1e2988a44567c0ffb Author: Hieu Hoang <fis...@gm...> Date: 2012-07-11 (Wed, 11 Jul 2012) Changed paths: M contrib/other-builds/mert.xcodeproj/project.pbxproj M contrib/other-builds/moses.xcodeproj/project.pbxproj A contrib/tm-mt-integration/Makefile A contrib/tm-mt-integration/SuffixArray.cpp A contrib/tm-mt-integration/SuffixArray.h A contrib/tm-mt-integration/Vocabulary.cpp A contrib/tm-mt-integration/Vocabulary.h A contrib/tm-mt-integration/fuzzy-match.cpp A contrib/tm-mt-integration/get-multiple-translations-for-uniq-sources.perl A contrib/tm-mt-integration/make-xml-from-match-multiple.perl A contrib/tm-mt-integration/make-xml-from-match.perl A contrib/tm-mt-integration/suffix-test.cpp M moses/src/SearchNormalBatch.h Log Message: ----------- get philipp's code Commit: 83e9e226909ef178b26871a8b5f2ade7090a2749 https://github.com/moses-smt/mosesdecoder/commit/83e9e226909ef178b26871a8b5f2ade7090a2749 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-16 (Mon, 16 Jul 2012) Changed paths: M contrib/tm-mt-integration/make-xml-from-match-multiple.perl Log Message: ----------- working scripts Commit: 759aaf4e9d56243f3fe5893ece5c83d29919e6e5 https://github.com/moses-smt/mosesdecoder/commit/759aaf4e9d56243f3fe5893ece5c83d29919e6e5 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: A NOTICE M contrib/other-builds/CreateOnDisk.vcxproj M contrib/other-builds/OnDiskPt.vcxproj R contrib/other-builds/OnDiskPt.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist M contrib/other-builds/kenlm.vcxproj R contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/contents.xcworkspacedata R contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate 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-cmd.vcxproj M contrib/other-builds/moses.sln M contrib/other-builds/moses.vcxproj M contrib/other-builds/moses.xcodeproj/project.pbxproj R contrib/other-builds/moses.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist M contrib/sigtest-filter/filter-pt.cpp M contrib/tmcombine/tmcombine.py M jam-files/sanity.jam M lm/model.cc M lm/value.hh M mert/extractor.cpp M mert/kbmira.cpp M moses/src/BitmapContainer.cpp A moses/src/DynSAInclude/FileHandler.cpp A moses/src/DynSAInclude/FileHandler.h M moses/src/DynSAInclude/RandLMFilter.h R moses/src/DynSAInclude/file.cpp R moses/src/DynSAInclude/file.h M moses/src/DynSAInclude/hash.h M moses/src/DynSAInclude/onlineRLM.h M moses/src/DynSAInclude/params.h M moses/src/DynSAInclude/quantizer.h M moses/src/DynSAInclude/types.h M moses/src/DynSAInclude/vocab.h M moses/src/FactorCollection.cpp M moses/src/LM/ORLM.h M moses/src/LexicalReorderingTable.cpp M moses/src/OutputCollector.h M moses/src/StaticData.h M moses/src/ThreadPool.h M phrase-extract/score.cpp M scripts/generic/extract-parallel.perl M scripts/generic/score-parallel.perl M scripts/recaser/recase.perl M scripts/recaser/train-recaser.perl A scripts/share/nonbreaking_prefixes/nonbreaking_prefix.cs M scripts/training/train-model.perl Log Message: ----------- Merge https://github.com/moses-smt/mosesdecoder Commit: fbd651c9d45711d4e8acd4ad9398d3ec0754b76c https://github.com/moses-smt/mosesdecoder/commit/fbd651c9d45711d4e8acd4ad9398d3ec0754b76c Author: Hieu Hoang <fis...@gm...> Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: M contrib/tm-mt-integration/make-xml-from-match-multiple.perl Log Message: ----------- tm-mt integration. Runs all the ways through to creating rule table without crashing Commit: 07498356d234d55376d39c9f65b2fd15298d48b4 https://github.com/moses-smt/mosesdecoder/commit/07498356d234d55376d39c9f65b2fd15298d48b4 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-17 (Tue, 17 Jul 2012) Changed paths: A contrib/tm-mt-integration/make-pt-from-tm.perl Log Message: ----------- tm-mt integration. Runs all the way through to creating rule table without crashing Commit: b32c484c35eda569f76000ed32fa3738a959f796 https://github.com/moses-smt/mosesdecoder/commit/b32c484c35eda569f76000ed32fa3738a959f796 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-18 (Wed, 18 Jul 2012) Changed paths: M contrib/other-builds/moses.xcodeproj/project.pbxproj A moses/src/PhraseDictionaryTMExtract.cpp A moses/src/PhraseDictionaryTMExtract.h M moses/src/RuleTable/PhraseDictionaryNodeSCFG.h M moses/src/TypeDef.h Log Message: ----------- Added phrase dictionary for phi's tm extraction. Copy of SCFG phrase dictionart so far Commit: 7aa3526471e748bb94b4290069cd35c23c982ec3 https://github.com/moses-smt/mosesdecoder/commit/7aa3526471e748bb94b4290069cd35c23c982ec3 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-18 (Wed, 18 Jul 2012) Changed paths: M contrib/other-builds/kenlm.vcxproj M contrib/other-builds/moses-cmd.vcxproj M moses/src/BilingualDynSuffixArray.cpp M moses/src/WordsRange.h M phrase-extract/Jamfile A phrase-extract/PhraseExtractionOptions.h M phrase-extract/extract.cpp M scripts/generic/extract-parallel.perl M scripts/generic/score-parallel.perl M scripts/training/train-model.perl M util/string_piece.hh Log Message: ----------- Merge https://github.com/moses-smt/mosesdecoder Commit: 23cfa630feff6e32dbbf6890f65b8e676ef27240 https://github.com/moses-smt/mosesdecoder/commit/23cfa630feff6e32dbbf6890f65b8e676ef27240 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-18 (Wed, 18 Jul 2012) Changed paths: M contrib/other-builds/moses.xcodeproj/project.pbxproj M moses/src/PhraseDictionary.cpp R moses/src/PhraseDictionaryTMExtract.cpp R moses/src/PhraseDictionaryTMExtract.h A moses/src/RuleTable/PhraseDictionaryTMExtract.cpp A moses/src/RuleTable/PhraseDictionaryTMExtract.h Log Message: ----------- Added phrase dictionary for phi's tm extraction. Copy of SCFG phrase dictionart so far Commit: 0b0869638441cae52eb7bfa663dd86884998bb12 https://github.com/moses-smt/mosesdecoder/commit/0b0869638441cae52eb7bfa663dd86884998bb12 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: M moses/src/BilingualDynSuffixArray.cpp M moses/src/BilingualDynSuffixArray.h M moses/src/ChartManager.cpp M moses/src/Dictionary.cpp M moses/src/Dictionary.h M moses/src/LM/Base.h M moses/src/LM/IRST.cpp M moses/src/LM/IRST.h M moses/src/LM/Implementation.h M moses/src/LMList.h M moses/src/Manager.cpp M moses/src/PhraseDictionaryDynSuffixArray.cpp M moses/src/PhraseDictionaryDynSuffixArray.h M moses/src/PhraseDictionaryMemory.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/TranslationSystem.cpp M moses/src/TranslationSystem.h Log Message: ----------- add InputType arg to CleanUp() to know which sentence is being cleaned up Commit: d988ca6ed427bf95717e179970dd7e21175f5aa2 https://github.com/moses-smt/mosesdecoder/commit/d988ca6ed427bf95717e179970dd7e21175f5aa2 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: M contrib/tmcombine/tmcombine.py M scripts/generic/extract-parallel.perl M scripts/training/train-model.perl Log Message: ----------- Merge https://github.com/moses-smt/mosesdecoder Commit: 3f9c995e180599545d8ad75891eff0e87ea6ab9c https://github.com/moses-smt/mosesdecoder/commit/3f9c995e180599545d8ad75891eff0e87ea6ab9c Author: Hieu Hoang <fis...@gm...> Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: M contrib/other-builds/moses.xcodeproj/project.pbxproj A moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.cpp A moses/src/CYKPlusParser/ChartRuleLookupManagerMemoryPerSentence.h M moses/src/PhraseDictionary.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.h Log Message: ----------- Add PhraseDictionaryTMExtract and ChartRuleLookupManagerMemoryPerSentence to deal with per per sentence grammar. eg. Adam's suffix array and Phi Koehn's TM extraction Commit: 01daffa715684e60a29a5a87e7604691a8fbc21c https://github.com/moses-smt/mosesdecoder/commit/01daffa715684e60a29a5a87e7604691a8fbc21c Author: Hieu Hoang <fis...@gm...> Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.h Log Message: ----------- Per sentence grammar classes compiles but doesn't run Commit: f4f925bb814ccf25937e03b19bb2c7c3b8abdafb https://github.com/moses-smt/mosesdecoder/commit/f4f925bb814ccf25937e03b19bb2c7c3b8abdafb Author: Hieu Hoang <fis...@gm...> Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: M moses/src/PhraseDictionary.cpp M moses/src/RuleTable/PhraseDictionaryNodeSCFG.h M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.h Log Message: ----------- Per sentence grammar classes compiles but doesn't run Commit: 541fc740a638351767d0006bacc009ca6a4097cb https://github.com/moses-smt/mosesdecoder/commit/541fc740a638351767d0006bacc009ca6a4097cb Author: Hieu Hoang <fis...@gm...> Date: 2012-07-20 (Fri, 20 Jul 2012) Changed paths: M contrib/other-builds/CreateOnDisk.vcxproj M contrib/other-builds/OnDiskPt.vcxproj M contrib/other-builds/kenlm.vcxproj M contrib/other-builds/moses.sln M contrib/other-builds/moses.vcxproj A contrib/other-builds/mosesserver.vcxproj M scripts/training/train-model.perl Log Message: ----------- Merge https://github.com/moses-smt/mosesdecoder Commit: 8bffcac32080e4c49c21d831e3123eaa1ee5e05a https://github.com/moses-smt/mosesdecoder/commit/8bffcac32080e4c49c21d831e3123eaa1ee5e05a Author: Hieu Hoang <fis...@gm...> Date: 2012-07-21 (Sat, 21 Jul 2012) Changed paths: M contrib/tm-mt-integration/make-pt-from-tm.perl M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp Log Message: ----------- error write input sentence to file for tm-mt extraction Commit: cabbf6c12c2f507cac841abc912d2c53e7ee5753 https://github.com/moses-smt/mosesdecoder/commit/cabbf6c12c2f507cac841abc912d2c53e7ee5753 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-23 (Mon, 23 Jul 2012) Changed paths: M moses/src/RuleTable/LoaderStandard.h M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.h M moses/src/TypeDef.h Log Message: ----------- read in pt file. Doing ff, doesn't yet compile Commit: 6822ce57a646b1b4be18830a55cd19bde61a8688 https://github.com/moses-smt/mosesdecoder/commit/6822ce57a646b1b4be18830a55cd19bde61a8688 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-23 (Mon, 23 Jul 2012) Changed paths: M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.h M moses/src/RuleTable/UTrieNode.h Log Message: ----------- read in pt file. Compiles but doesn't run Commit: 64fd43b1dbed84e104de466d368d463585b4f4ff https://github.com/moses-smt/mosesdecoder/commit/64fd43b1dbed84e104de466d368d463585b4f4ff Author: Hieu Hoang <fis...@gm...> Date: 2012-07-23 (Mon, 23 Jul 2012) Changed paths: M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp Log Message: ----------- read in pt file. Compiles but doesn't run Commit: 180e00492fdee3f6137314f07827438d370df0cc https://github.com/moses-smt/mosesdecoder/commit/180e00492fdee3f6137314f07827438d370df0cc Author: Hieu Hoang <fis...@gm...> Date: 2012-07-23 (Mon, 23 Jul 2012) Changed paths: M moses/src/PhraseDictionary.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.h Log Message: ----------- read in pt file. Compiles but and runs. Need to check scores Commit: 8599b4fd244d402c740fae301a08371125ad771a https://github.com/moses-smt/mosesdecoder/commit/8599b4fd244d402c740fae301a08371125ad771a Author: Hieu Hoang <fis...@gm...> Date: 2012-07-23 (Mon, 23 Jul 2012) Changed paths: M contrib/tm-mt-integration/make-pt-from-tm.perl M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp Log Message: ----------- read in pt file. Compiles but and runs. Need to check scores Commit: 7787ae2a1131c5d1a633d554fadfb600303d5b87 https://github.com/moses-smt/mosesdecoder/commit/7787ae2a1131c5d1a633d554fadfb600303d5b87 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-23 (Mon, 23 Jul 2012) Changed paths: M contrib/tm-mt-integration/make-pt-from-tm.perl M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp Log Message: ----------- read in pt file. Compiles but and runs. Need to check scores Commit: ccee295edbf70978ee59612ce675b27a861e3872 https://github.com/moses-smt/mosesdecoder/commit/ccee295edbf70978ee59612ce675b27a861e3872 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-23 (Mon, 23 Jul 2012) Changed paths: M moses/src/PhraseDictionary.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.h Log Message: ----------- read in pt file. Compiles but and runs. Need to check scores Commit: cb0983d69b6a0185e74c417942e2e02580555ce3 https://github.com/moses-smt/mosesdecoder/commit/cb0983d69b6a0185e74c417942e2e02580555ce3 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-24 (Tue, 24 Jul 2012) Changed paths: M moses/src/BilingualDynSuffixArray.cpp M moses/src/BilingualDynSuffixArray.h M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp Log Message: ----------- read in pt file. Compiles but and runs. Need to check scores Commit: c8a0107895cd5de5f372d9bb6a24703de2b28bda https://github.com/moses-smt/mosesdecoder/commit/c8a0107895cd5de5f372d9bb6a24703de2b28bda Author: Hieu Hoang <fis...@gm...> Date: 2012-07-24 (Tue, 24 Jul 2012) Changed paths: A contrib/other-builds/fuzzy-match.xcodeproj/project.pbxproj M contrib/tm-mt-integration/fuzzy-match.cpp M contrib/tm-mt-integration/make-pt-from-tm.perl Log Message: ----------- xcode for fuzzy-match program Commit: 46ed6eaa226f7882f2e68b6dcc5227eeddbc022f https://github.com/moses-smt/mosesdecoder/commit/46ed6eaa226f7882f2e68b6dcc5227eeddbc022f Author: Hieu Hoang <fis...@gm...> Date: 2012-07-24 (Tue, 24 Jul 2012) Changed paths: M contrib/tm-mt-integration/Makefile A contrib/tm-mt-integration/fuzzy-match2.cpp A contrib/tm-mt-integration/make-pt-from-tm2.perl Log Message: ----------- bring perl code into c++ Commit: 7a44eaa7fb77f58f1373952fbb88120abe310c15 https://github.com/moses-smt/mosesdecoder/commit/7a44eaa7fb77f58f1373952fbb88120abe310c15 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-25 (Wed, 25 Jul 2012) Changed paths: M contrib/other-builds/fuzzy-match.xcodeproj/project.pbxproj Log Message: ----------- separate large cpp file into smaller header & cpp files Commit: 13a83ae0c79e0f2297860ac2de0bb8693079c878 https://github.com/moses-smt/mosesdecoder/commit/13a83ae0c79e0f2297860ac2de0bb8693079c878 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-25 (Wed, 25 Jul 2012) Changed paths: A contrib/other-builds/OnDiskPt.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist A contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/contents.xcworkspacedata A contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate A contrib/other-builds/fuzzy-match.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist A contrib/other-builds/fuzzy-match.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/fuzzy-match.xcscheme A contrib/other-builds/fuzzy-match.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/fuzzy-match2.xcscheme A contrib/other-builds/fuzzy-match.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist A contrib/other-builds/mert.xcodeproj/project.xcworkspace/contents.xcworkspacedata A contrib/other-builds/mert.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate A contrib/other-builds/mert.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist A contrib/other-builds/mert.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/extractor.xcscheme A contrib/other-builds/mert.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/mert.xcscheme A contrib/other-builds/mert.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist A contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/contents.xcworkspacedata A contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate A contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist A contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/moses-chart-cmd.xcscheme A contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist A contrib/other-builds/moses-cmd.xcodeproj/project.xcworkspace/contents.xcworkspacedata A contrib/other-builds/moses-cmd.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate A contrib/other-builds/moses-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/moses-cmd.xcscheme A contrib/other-builds/moses-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist A contrib/other-builds/moses.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist A contrib/tm-mt-integration/Match.h A contrib/tm-mt-integration/SentenceAlignment.h A contrib/tm-mt-integration/Util.h M contrib/tm-mt-integration/fuzzy-match2.cpp A contrib/tm-mt-integration/fuzzy-match2.h M contrib/tm-mt-integration/make-pt-from-tm.perl M contrib/tm-mt-integration/make-pt-from-tm2.perl Log Message: ----------- split large cpp file into smaller .h & .cpp files Commit: 41e990a814fd6c758f03aafaf8aa32cdbdca7561 https://github.com/moses-smt/mosesdecoder/commit/41e990a814fd6c758f03aafaf8aa32cdbdca7561 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-25 (Wed, 25 Jul 2012) Changed paths: M contrib/other-builds/fuzzy-match.xcodeproj/project.pbxproj M contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/other-builds/fuzzy-match.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist M contrib/other-builds/fuzzy-match.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/fuzzy-match.xcscheme A contrib/tm-mt-integration/create_xml.perl M contrib/tm-mt-integration/fuzzy-match2.cpp M contrib/tm-mt-integration/fuzzy-match2.h M contrib/tm-mt-integration/make-pt-from-tm.perl Log Message: ----------- more debugging of tm-mt scripts Commit: 824f34605dc858424b973650d60256a1c501d507 https://github.com/moses-smt/mosesdecoder/commit/824f34605dc858424b973650d60256a1c501d507 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-26 (Thu, 26 Jul 2012) Changed paths: M contrib/other-builds/fuzzy-match.xcodeproj/project.pbxproj M contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/other-builds/fuzzy-match.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist M contrib/tm-mt-integration/SentenceAlignment.h A contrib/tm-mt-integration/Util.cpp M contrib/tm-mt-integration/Util.h M contrib/tm-mt-integration/create_xml.perl M contrib/tm-mt-integration/fuzzy-match2.cpp M contrib/tm-mt-integration/fuzzy-match2.h M contrib/tm-mt-integration/make-pt-from-tm.perl Log Message: ----------- more debugging of tm-mt scripts Commit: 1bfe2e10fa460ab28ade4d3765bed2634cf600f0 https://github.com/moses-smt/mosesdecoder/commit/1bfe2e10fa460ab28ade4d3765bed2634cf600f0 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-26 (Thu, 26 Jul 2012) Changed paths: M bjam Log Message: ----------- Merge https://github.com/moses-smt/mosesdecoder Commit: 7dd138216f6f628b925bba71df8e3d0f5de5ada8 https://github.com/moses-smt/mosesdecoder/commit/7dd138216f6f628b925bba71df8e3d0f5de5ada8 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-26 (Thu, 26 Jul 2012) Changed paths: M contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/tm-mt-integration/create_xml.perl M contrib/tm-mt-integration/make-pt-from-tm2.perl Log Message: ----------- more debugging of tm-mt scripts Commit: 8329b46019db6ca5821425bad08aab81d2cacd8e https://github.com/moses-smt/mosesdecoder/commit/8329b46019db6ca5821425bad08aab81d2cacd8e Author: Hieu Hoang <fis...@gm...> Date: 2012-07-26 (Thu, 26 Jul 2012) Changed paths: R contrib/tm-mt-integration/get-multiple-translations-for-uniq-sources.perl R contrib/tm-mt-integration/make-pt-from-tm.perl R contrib/tm-mt-integration/make-pt-from-tm2.perl R contrib/tm-mt-integration/make-xml-from-match-multiple.perl A contrib/tm-mt-integration/old/get-multiple-translations-for-uniq-sources.perl A contrib/tm-mt-integration/old/make-pt-from-tm.perl A contrib/tm-mt-integration/old/make-pt-from-tm2.perl A contrib/tm-mt-integration/old/make-xml-from-match-multiple.perl Log Message: ----------- move old code into its own folder Commit: 63109d272bd92c1c0a7b761fa31a49c9d40414cc https://github.com/moses-smt/mosesdecoder/commit/63109d272bd92c1c0a7b761fa31a49c9d40414cc Author: Hieu Hoang <fis...@gm...> Date: 2012-07-26 (Thu, 26 Jul 2012) Changed paths: M contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/tm-mt-integration/create_xml.perl Log Message: ----------- minor tweaks. Working now Commit: e970a4fc2ad02b01be3dd3a9c0d47bc662305598 https://github.com/moses-smt/mosesdecoder/commit/e970a4fc2ad02b01be3dd3a9c0d47bc662305598 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-26 (Thu, 26 Jul 2012) Changed paths: M contrib/other-builds/fuzzy-match.xcodeproj/project.pbxproj M contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/tm-mt-integration/Makefile R contrib/tm-mt-integration/fuzzy-match.cpp A contrib/tm-mt-integration/old/fuzzy-match.cpp Log Message: ----------- move old code into its own folder Commit: d02ceff656a0e2471a78167b5abe0b934ab436fb https://github.com/moses-smt/mosesdecoder/commit/d02ceff656a0e2471a78167b5abe0b934ab436fb Author: Hieu Hoang <fis...@gm...> Date: 2012-07-26 (Thu, 26 Jul 2012) Changed paths: M contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist M contrib/other-builds/moses.xcodeproj/project.pbxproj M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.h A moses/src/tm-mt/Match.h A moses/src/tm-mt/SentenceAlignment.cpp A moses/src/tm-mt/SentenceAlignment.h A moses/src/tm-mt/SuffixArray.cpp A moses/src/tm-mt/SuffixArray.h A moses/src/tm-mt/TMMTWrapper.cpp A moses/src/tm-mt/TMMTWrapper.h A moses/src/tm-mt/Vocabulary.cpp A moses/src/tm-mt/Vocabulary.h Log Message: ----------- wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles Commit: 97f46537b7bb7ebe33d842931257fa7fea54966a https://github.com/moses-smt/mosesdecoder/commit/97f46537b7bb7ebe33d842931257fa7fea54966a Author: Hieu Hoang <fis...@gm...> Date: 2012-07-30 (Mon, 30 Jul 2012) Changed paths: M contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/other-builds/moses-chart-cmd.xcodeproj/project.pbxproj M contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist M contrib/server/mosesserver.cpp M jam-files/sanity.jam M moses-chart-cmd/src/Main.cpp M moses-cmd/src/LatticeMBRGrid.cpp M moses-cmd/src/Main.cpp M moses/src/Jamfile M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/RuleTable/PhraseDictionaryTMExtract.h M moses/src/StaticData.cpp M moses/src/StaticData.h M moses/src/tm-mt/TMMTWrapper.cpp M moses/src/tm-mt/TMMTWrapper.h Log Message: ----------- wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles Commit: ee9fce96370eff070c089d440b3291bda2fb2166 https://github.com/moses-smt/mosesdecoder/commit/ee9fce96370eff070c089d440b3291bda2fb2166 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-30 (Mon, 30 Jul 2012) Changed paths: M Jamroot M contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M moses/src/Jamfile A moses/src/tm-mt/Jamfile Log Message: ----------- wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles Commit: 28d7ce1745d860d630e81c8f1bf392afc39ae8cc https://github.com/moses-smt/mosesdecoder/commit/28d7ce1745d860d630e81c8f1bf392afc39ae8cc Author: Hieu Hoang <fis...@gm...> Date: 2012-07-30 (Mon, 30 Jul 2012) Changed paths: M contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/other-builds/moses-chart-cmd.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist M contrib/other-builds/moses.xcodeproj/project.pbxproj M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M moses/src/tm-mt/TMMTWrapper.cpp M moses/src/tm-mt/TMMTWrapper.h Log Message: ----------- wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles. It works Commit: 379baad8790bc6bad01945ce54ac378e0130c47d https://github.com/moses-smt/mosesdecoder/commit/379baad8790bc6bad01945ce54ac378e0130c47d Author: Hieu Hoang <fis...@gm...> Date: 2012-07-30 (Mon, 30 Jul 2012) Changed paths: M contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate Log Message: ----------- wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles. It works Commit: a1ab8e354adc61e2c38b343de733048f5d8c88fc https://github.com/moses-smt/mosesdecoder/commit/a1ab8e354adc61e2c38b343de733048f5d8c88fc Author: Hieu Hoang <fis...@gm...> Date: 2012-07-30 (Mon, 30 Jul 2012) Changed paths: R contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/contents.xcworkspacedata R contrib/other-builds/fuzzy-match.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate R contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/contents.xcworkspacedata R contrib/other-builds/moses-chart-cmd.xcodeproj/project.xcworkspace/xcuserdata/hieuhoang.xcuserdatad/UserInterfaceState.xcuserstate M contrib/tm-mt-integration/create_xml.perl M moses/src/RuleTable/PhraseDictionaryTMExtract.cpp M phrase-extract/score.cpp M phrase-extract/score.h M phrase-extract/statistics.cpp M scripts/generic/score-parallel.perl Log Message: ----------- cleanup of variables. Need to delete temporary files Commit: 3302301c6dce0d48c27a65debc346842930e3476 https://github.com/moses-smt/mosesdecoder/commit/3302301c6dce0d48c27a65debc346842930e3476 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-30 (Mon, 30 Jul 2012) Changed paths: M phrase-extract/statistics.cpp Log Message: ----------- compile error in statistics program Commit: 431a4f19f11d054c628ea1931dec292e858fde18 https://github.com/moses-smt/mosesdecoder/commit/431a4f19f11d054c628ea1931dec292e858fde18 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-31 (Tue, 31 Jul 2012) Changed paths: A contrib/fuzzy-match/Makefile A contrib/fuzzy-match/Match.h A contrib/fuzzy-match/SentenceAlignment.h A contrib/fuzzy-match/SuffixArray.cpp A contrib/fuzzy-match/SuffixArray.h A contrib/fuzzy-match/Util.cpp A contrib/fuzzy-match/Util.h A contrib/fuzzy-match/Vocabulary.cpp A contrib/fuzzy-match/Vocabulary.h A contrib/fuzzy-match/fuzzy-match2.cpp A contrib/fuzzy-match/fuzzy-match2.h A contrib/fuzzy-match/make-xml-from-match.perl A contrib/fuzzy-match/old/fuzzy-match.cpp A contrib/fuzzy-match/old/get-multiple-translations-for-uniq-sources.perl A contrib/fuzzy-match/old/make-pt-from-tm.perl A contrib/fuzzy-match/old/make-pt-from-tm2.perl A contrib/fuzzy-match/old/make-xml-from-match-multiple.perl A contrib/fuzzy-match/suffix-test.cpp M contrib/other-builds/moses.xcodeproj/project.pbxproj R contrib/tm-mt-integration/Makefile R contrib/tm-mt-integration/Match.h R contrib/tm-mt-integration/SentenceAlignment.h R contrib/tm-mt-integration/SuffixArray.cpp R contrib/tm-mt-integration/SuffixArray.h R contrib/tm-mt-integration/Util.cpp R contrib/tm-mt-integration/Util.h R contrib/tm-mt-integration/Vocabulary.cpp R contrib/tm-mt-integration/Vocabulary.h R contrib/tm-mt-integration/create_xml.perl R contrib/tm-mt-integration/fuzzy-match2.cpp R contrib/tm-mt-integration/fuzzy-match2.h R contrib/tm-mt-integration/make-xml-from-match.perl R contrib/tm-mt-integration/old/fuzzy-match.cpp R contrib/tm-mt-integration/old/get-multiple-translations-for-uniq-sources.perl R contrib/tm-mt-integration/old/make-pt-from-tm.perl R contrib/tm-mt-integration/old/make-pt-from-tm2.perl R contrib/tm-mt-integration/old/make-xml-from-match-multiple.perl R contrib/tm-mt-integration/suffix-test.cpp M moses/src/Jamfile A moses/src/fuzzy-match/Jamfile A moses/src/fuzzy-match/Match.h A moses/src/fuzzy-match/SentenceAlignment.cpp A moses/src/fuzzy-match/SentenceAlignment.h A moses/src/fuzzy-match/SuffixArray.cpp A moses/src/fuzzy-match/SuffixArray.h A moses/src/fuzzy-match/TMMTWrapper.cpp A moses/src/fuzzy-match/TMMTWrapper.h A moses/src/fuzzy-match/Vocabulary.cpp A moses/src/fuzzy-match/Vocabulary.h R moses/src/tm-mt/Jamfile R moses/src/tm-mt/Match.h R moses/src/tm-mt/SentenceAlignment.cpp R moses/src/tm-mt/SentenceAlignment.h R moses/src/tm-mt/SuffixArray.cpp R moses/src/tm-mt/SuffixArray.h R moses/src/tm-mt/TMMTWrapper.cpp R moses/src/tm-mt/TMMTWrapper.h R moses/src/tm-mt/Vocabulary.cpp R moses/src/tm-mt/Vocabulary.h A scripts/fuzzy-match/create_xml.perl Log Message: ----------- delete temporary files Commit: 3308589346ac69e12f2642fc33cc8bc7d952633e https://github.com/moses-smt/mosesdecoder/commit/3308589346ac69e12f2642fc33cc8bc7d952633e Author: Hieu Hoang <fis...@gm...> Date: 2012-07-31 (Tue, 31 Jul 2012) Changed paths: R contrib/other-builds/OnDiskPt.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/OnDiskPt.xcscheme R contrib/other-builds/OnDiskPt.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist R contrib/other-builds/moses.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/moses.xcscheme R contrib/other-builds/moses.xcodeproj/xcuserdata/hieuhoang.xcuserdatad/xcschemes/xcschememanagement.plist M moses/src/RuleTable/PhraseDictionaryTMExtract.h Log Message: ----------- minor compile error Commit: dede0d17471af70fd648e0a1b34924fbb45bcc94 https://github.com/moses-smt/mosesdecoder/commit/dede0d17471af70fd648e0a1b34924fbb45bcc94 Author: Hieu Hoang <fis...@gm...> Date: 2012-07-31 (Tue, 31 Jul 2012) Changed paths: M bjam M jam-files/sanity.jam Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: b71760177ec39d3c77202ea566a0845859e7ee49 https://github.com/moses-smt/mosesdecoder/commit/b71760177ec39d3c77202ea566a0845859e7ee49 Author: Hieu Hoang <fis...@gm...> Date: 2012-08-01 (Wed, 01 Aug 2012) Changed paths: M scripts/training/mert-moses.pl Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/545a66cc3aa3...b71760177ec3 |