sakharamg's picture
Uploading all files
158b61b
raw
history blame contribute delete
225 Bytes
#include "PostprocessEgretForests.h"
#include "syntax-common/exception.h"
int main(int argc, char *argv[])
{
MosesTraining::Syntax::PostprocessEgretForests::PostprocessEgretForests tool;
return tool.Main(argc, argv);
}