mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-04 01:45:52 +03:00
17 lines
181 B
C++
17 lines
181 B
C++
|
#include "SparsePhraseDictionaryFeature.h"
|
||
|
|
||
|
|
||
|
namespace Moses
|
||
|
{
|
||
|
|
||
|
|
||
|
void SparsePhraseDictionaryFeature::Evaluate(
|
||
|
const TargetPhrase& ,
|
||
|
ScoreComponentCollection* ) const
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
}
|