mosesdecoder/contrib/other-builds/moses2/StatefulFeatureFunction.cpp
2015-10-24 19:54:16 +01:00

21 lines
366 B
C++

/*
* StatefulFeatureFunction.cpp
*
* Created on: 24 Oct 2015
* Author: hieu
*/
#include "StatefulFeatureFunction.h"
StatefulFeatureFunction::StatefulFeatureFunction(size_t startInd)
:FeatureFunction(startInd)
{
// TODO Auto-generated constructor stub
}
StatefulFeatureFunction::~StatefulFeatureFunction() {
// TODO Auto-generated destructor stub
}