From: GitHub <no...@gi...> - 2012-12-06 16:19:41
|
Branch: refs/heads/weight-new Home: https://github.com/moses-smt/mosesdecoder Commit: ac045a11c1f0e1d4ae25f0db47061113fc3ae2e1 https://github.com/moses-smt/mosesdecoder/commit/ac045a11c1f0e1d4ae25f0db47061113fc3ae2e1 Author: Tetsuo Kiso <tet...@is...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M mert/BleuScorer.cpp M mert/Ngram.h Log Message: ----------- Speed up N-gram counts when running extractor. By replacing std::map with boost::unordered_map. Runtime of extractor on 100-best lists of 2679 sentences: Before: real 0m35.314s user 0m34.030s sys 0m1.280s Ater: real 0m26.729s user 0m25.420s sys 0m1.310s Commit: cd3fb3b831e5ca0821a735c0d075f5fd6e79296a https://github.com/moses-smt/mosesdecoder/commit/cd3fb3b831e5ca0821a735c0d075f5fd6e79296a Author: Tetsuo Kiso <tet...@is...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M mert/Data.cpp Log Message: ----------- Untabify. Commit: eb12e4c80841fbbb359bd2aae165705f1703e460 https://github.com/moses-smt/mosesdecoder/commit/eb12e4c80841fbbb359bd2aae165705f1703e460 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M mert/BleuScorer.cpp M mert/Data.cpp M mert/Ngram.h Log Message: ----------- Merge branch 'master' into weight-new Commit: af459277b874dff7c8da3fb3aa1ca6e90641f7f7 https://github.com/moses-smt/mosesdecoder/commit/af459277b874dff7c8da3fb3aa1ca6e90641f7f7 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M moses/SyntacticLanguageModel.cpp Log Message: ----------- correct name of syntactic LM Commit: e3def0bc780eb00044bb39366a9cb97c44a34e14 https://github.com/moses-smt/mosesdecoder/commit/e3def0bc780eb00044bb39366a9cb97c44a34e14 Author: Hieu Hoang <hie...@gm...> Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M moses/LexicalReordering.cpp M moses/Parameter.cpp M moses/PhraseBoundaryFeature.cpp M moses/PhrasePairFeature.h M moses/WordTranslationFeature.h Log Message: ----------- convert all other weight-* to [weight] Compare: https://github.com/moses-smt/mosesdecoder/compare/6b58f88df9aa...e3def0bc780e |