Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SparsePhraseDictionaryFeature.cpp « src « moses - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b1a35ee3364e1ccb6a43f83c3b8ad5b6d92f428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "SparsePhraseDictionaryFeature.h"


namespace Moses 
{


void SparsePhraseDictionaryFeature::Evaluate(
  const TargetPhrase& ,
  ScoreComponentCollection* ) const
{
}



}