sleepyhead111's picture
Add files using upload-large-folder tool
9b97a92 verified
#include "PostprocessEgretForests.h"
#include "syntax-common/exception.h"
int main(int argc, char *argv[])
{
MosesTraining::Syntax::PostprocessEgretForests::PostprocessEgretForests tool;
return tool.Main(argc, argv);
}