From: GitHub <no...@gi...> - 2013-01-28 17:35:54
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: cfe7d00ea279717e730881b98795d510a9c30d26 https://github.com/moses-smt/mosesdecoder/commit/cfe7d00ea279717e730881b98795d510a9c30d26 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M lm/Jamfile R lm/build_binary.cc A lm/build_binary_main.cc M lm/builder/Jamfile A lm/builder/lmplz_main.cc R lm/builder/main.cc M lm/filter/Jamfile A lm/filter/filter_main.cc R lm/filter/main.cc M lm/filter/phrase.hh R lm/fragment.cc A lm/fragment_main.cc A lm/kenlm_max_order_main.cc R lm/max_order.cc R lm/ngram_query.cc A lm/query_main.cc M util/double-conversion/strtod.cc Log Message: ----------- Compiler warnings, rename to ${binary}_main.cc Commit: fcf75fae18c618877a6c0e7d8ebcfcaf833f5e27 https://github.com/moses-smt/mosesdecoder/commit/fcf75fae18c618877a6c0e7d8ebcfcaf833f5e27 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.h M moses/TranslationModel/CompactPT/MmapAllocator.h M moses/TranslationModel/CompactPT/PackedArray.h M moses/TranslationModel/CompactPT/PhraseTableCreator.cpp M moses/TranslationModel/CompactPT/PhraseTableCreator.h M moses/TranslationModel/CompactPT/StringVector.h Log Message: ----------- Added option to specify directory or prefix for temporary files created during phrase table compacting Commit: e2fc3062315ab5039abb27c594a88fb87adfd5c8 https://github.com/moses-smt/mosesdecoder/commit/e2fc3062315ab5039abb27c594a88fb87adfd5c8 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/builder/discount.hh M lm/builder/initial_probabilities.cc M lm/filter/vocab.hh M util/file.cc M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/have.hh M util/read_compressed.cc M util/read_compressed.hh M util/read_compressed_test.cc M util/stream/io.cc M util/stream/sort.hh M util/string_piece.cc M util/string_piece.hh A util/string_piece_hash.hh M util/usage.cc Log Message: ----------- KenLM 58da33: compiler warnings, correctly handle bare K, kill HAVE_BOOST Commit: d87c7c4d34a329e6c7126f339238b5a7ed318f12 https://github.com/moses-smt/mosesdecoder/commit/d87c7c4d34a329e6c7126f339238b5a7ed318f12 Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp Log Message: ----------- Added normalization of temporary directory path Commit: 4cc23d233d96108a1469368acbfd91c2d04e66cc https://github.com/moses-smt/mosesdecoder/commit/4cc23d233d96108a1469368acbfd91c2d04e66cc Author: Marcin Junczys-Dowmunt <ju...@am...> Date: 2013-01-22 (Tue, 22 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/builder/discount.hh M lm/builder/initial_probabilities.cc M lm/filter/vocab.hh M util/file.cc M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/have.hh M util/read_compressed.cc M util/read_compressed.hh M util/read_compressed_test.cc M util/stream/io.cc M util/stream/sort.hh M util/string_piece.cc M util/string_piece.hh A util/string_piece_hash.hh M util/usage.cc Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Commit: 22bf1c77e9866f5010708b288a33957a24627481 https://github.com/moses-smt/mosesdecoder/commit/22bf1c77e9866f5010708b288a33957a24627481 Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-23 (Wed, 23 Jan 2013) Changed paths: M lm/builder/lmplz_main.cc Log Message: ----------- Ales Tamchyna patch for ancient Boost. Commit: 03b077364a39b367a125092418278e9f4240c35f https://github.com/moses-smt/mosesdecoder/commit/03b077364a39b367a125092418278e9f4240c35f Author: Kenneth Heafield <gi...@kh...> Date: 2013-01-24 (Thu, 24 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/builder/corpus_count.cc M lm/builder/corpus_count.hh M lm/builder/corpus_count_test.cc M lm/builder/initial_probabilities.cc M lm/builder/lmplz_main.cc M lm/builder/pipeline.cc M lm/builder/pipeline.hh M util/file_piece.cc M util/probing_hash_table.hh M util/probing_hash_table_test.cc M util/scoped.cc M util/scoped.hh Log Message: ----------- KenLM 31a6644 resizable probing hash table, build fixes Commit: f95e66c0676dd8657594cb71a7a04874061df5e9 https://github.com/moses-smt/mosesdecoder/commit/f95e66c0676dd8657594cb71a7a04874061df5e9 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M jam-files/sanity.jam M lm/Jamfile R lm/build_binary.cc A lm/build_binary_main.cc M lm/builder/Jamfile M lm/builder/corpus_count.cc M lm/builder/corpus_count.hh M lm/builder/corpus_count_test.cc M lm/builder/discount.hh A lm/builder/lmplz_main.cc R lm/builder/main.cc M lm/builder/pipeline.cc M lm/builder/pipeline.hh M lm/filter/Jamfile A lm/filter/filter_main.cc R lm/filter/main.cc M lm/filter/phrase.hh M lm/filter/vocab.hh R lm/fragment.cc A lm/fragment_main.cc A lm/kenlm_max_order_main.cc R lm/max_order.cc R lm/ngram_query.cc A lm/query_main.cc M misc/processLexicalTableMin.cpp M misc/processPhraseTableMin.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.cpp M moses/TranslationModel/CompactPT/LexicalReorderingTableCreator.h M moses/TranslationModel/CompactPT/MmapAllocator.h M moses/TranslationModel/CompactPT/PackedArray.h M moses/TranslationModel/CompactPT/PhraseTableCreator.cpp M moses/TranslationModel/CompactPT/PhraseTableCreator.h M moses/TranslationModel/CompactPT/StringVector.h M util/double-conversion/strtod.cc M util/file.cc M util/file_piece.cc M util/file_piece.hh M util/file_piece_test.cc M util/have.hh M util/probing_hash_table.hh M util/probing_hash_table_test.cc M util/read_compressed.cc M util/read_compressed.hh M util/read_compressed_test.cc M util/scoped.cc M util/scoped.hh M util/stream/io.cc M util/stream/sort.hh M util/string_piece.cc M util/string_piece.hh A util/string_piece_hash.hh M util/usage.cc Log Message: ----------- Merge branch 'master' into weight-new Commit: 49345b6b56616e5f4b5720bca9f01d4d5cc0c794 https://github.com/moses-smt/mosesdecoder/commit/49345b6b56616e5f4b5720bca9f01d4d5cc0c794 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M contrib/other-builds/lm/.cproject M contrib/other-builds/lm/.project Log Message: ----------- eclipse project Commit: 00ebc1e5abf513e8902eb7877d3acd2d50579279 https://github.com/moses-smt/mosesdecoder/commit/00ebc1e5abf513e8902eb7877d3acd2d50579279 Author: Hieu Hoang <hi...@ho...> Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M moses/StaticData.cpp M moses/StaticData.h M moses/SyntacticLanguageModel.cpp M moses/SyntacticLanguageModel.h Log Message: ----------- refactor Syntactic LM. Can't find dependencies to do this properly. Ask Lane later on Compare: https://github.com/moses-smt/mosesdecoder/compare/b418223bd622...00ebc1e5abf5 |