mosesdecoder/phrase-extract/score-stsg/Main.cpp
Phil Williams 60e56efc6b phrase-extract: add syntax-common sub-library
And remove some (near-)duplicate code from pcfg-common and score-stsg.
2014-12-07 14:27:51 +00:00

8 lines
145 B
C++

#include "ScoreStsg.h"
int main(int argc, char *argv[])
{
MosesTraining::Syntax::ScoreStsg::ScoreStsg tool;
return tool.Main(argc, argv);
}