From: GitHub <no...@gi...> - 2012-11-04 16:27:01
|
Branch: refs/heads/master Home: https://github.com/moses-smt/mosesdecoder Commit: 96f7b42eb9944cc6fb5173c320562ca2dc5a2229 https://github.com/moses-smt/mosesdecoder/commit/96f7b42eb9944cc6fb5173c320562ca2dc5a2229 Author: Tetsuo Kiso <tet...@is...> Date: 2012-11-04 (Sun, 04 Nov 2012) Changed paths: M mert/SentenceLevelScorer.cpp M mert/SentenceLevelScorer.h Log Message: ----------- Move implementation details from the header to .cpp file. Also add const to variables that we don't want to change. |