mosesdecoder/contrib/other-builds/moses2/WordPenalty.cpp
2015-10-28 16:33:08 +00:00

23 lines
336 B
C++

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