mosesdecoder/contrib/other-builds/moses2/FeatureFunction.cpp
2015-10-24 12:39:15 +01:00

20 lines
287 B
C++

/*
* FeatureFunction.cpp
*
* Created on: 23 Oct 2015
* Author: hieu
*/
#include "FeatureFunction.h"
FeatureFunction::FeatureFunction(size_t startInd)
:m_startInd(startInd)
,m_numScores(1)
{
}
FeatureFunction::~FeatureFunction() {
// TODO Auto-generated destructor stub
}