mosesdecoder/contrib/other-builds/moses2/StatefulFeatureFunction.cpp

19 lines
355 B
C++
Raw Normal View History

2015-10-24 21:54:16 +03:00
/*
* StatefulFeatureFunction.cpp
*
* Created on: 24 Oct 2015
* Author: hieu
*/
#include "StatefulFeatureFunction.h"
2015-10-27 18:46:37 +03:00
StatefulFeatureFunction::StatefulFeatureFunction(size_t startInd, const std::string &line)
:FeatureFunction(startInd, line)
2015-10-24 21:54:16 +03:00
{
}
StatefulFeatureFunction::~StatefulFeatureFunction() {
// TODO Auto-generated destructor stub
}