mosesdecoder/contrib/other-builds/moses2/StatefulFeatureFunction.cpp
2015-10-30 11:45:38 +00:00

19 lines
355 B
C++

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