mosesdecoder/phrase-extract/postprocess-egret-forests/Main.cpp
2015-06-04 16:54:31 +01:00

10 lines
225 B
C++

#include "PostprocessEgretForests.h"
#include "syntax-common/exception.h"
int main(int argc, char *argv[])
{
MosesTraining::Syntax::PostprocessEgretForests::PostprocessEgretForests tool;
return tool.Main(argc, argv);
}