158b61b
1
2
3
4
5
6
7
8
9
10
#include "PostprocessEgretForests.h" #include "syntax-common/exception.h" int main(int argc, char *argv[]) { MosesTraining::Syntax::PostprocessEgretForests::PostprocessEgretForests tool; return tool.Main(argc, argv); }