mosesdecoder/moses/src/SparsePhraseDictionaryFeature.cpp

17 lines
181 B
C++
Raw Normal View History

#include "SparsePhraseDictionaryFeature.h"
namespace Moses
{
void SparsePhraseDictionaryFeature::Evaluate(
const TargetPhrase& ,
ScoreComponentCollection* ) const
{
}
}