From: GitHub <no...@gi...> - 2012-10-17 10:23:00
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: befe18351f80fed61db2334085120e8e72b240fe https://github.com/moses-smt/mosesdecoder/commit/befe18351f80fed61db2334085120e8e72b240fe Author: Barry Haddow <bar...@gm...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M moses/src/ChartManager.cpp M moses/src/ChartParser.cpp M moses/src/Incremental/Manager.cpp M moses/src/PhraseDictionary.cpp Log Message: ----------- OnDisk phrase table is not thread-safe! And declaring it to be so does not make it so. Also, ensure that the phrase dictionary is loaded before it is used. Commit: a642705ed32e37463e3975ac3594ecbe3e175d39 https://github.com/moses-smt/mosesdecoder/commit/a642705ed32e37463e3975ac3594ecbe3e175d39 Author: Barry Haddow <bar...@gm...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M moses/src/TargetPhrase.cpp Log Message: ----------- rule count for glue rule Commit: ed9d8c499224d5ae3b48d172d42ee904045aa9a9 https://github.com/moses-smt/mosesdecoder/commit/ed9d8c499224d5ae3b48d172d42ee904045aa9a9 Author: Barry Haddow <bar...@gm...> Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M moses/src/FactorCollection.cpp M moses/src/Phrase.cpp Log Message: ----------- Merge branch 'master' of github.com:moses-smt/mosesdecoder Compare: https://github.com/moses-smt/mosesdecoder/compare/9f232895f3a2...ed9d8c499224 |