mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
18 lines
245 B
C++
18 lines
245 B
C++
#include "SparsePhraseDictionaryFeature.h"
|
|
|
|
|
|
namespace Moses
|
|
{
|
|
|
|
|
|
void SparsePhraseDictionaryFeature::Evaluate(
|
|
const PhraseBasedFeatureContext& context,
|
|
ScoreComponentCollection* accumulator) const
|
|
{
|
|
//not used
|
|
}
|
|
|
|
|
|
|
|
}
|