int main(int argc, char *argv[]) | |
{ | |
MosesTraining::Syntax::PostprocessEgretForests::PostprocessEgretForests tool; | |
return tool.Main(argc, argv); | |
} | |
int main(int argc, char *argv[]) | |
{ | |
MosesTraining::Syntax::PostprocessEgretForests::PostprocessEgretForests tool; | |
return tool.Main(argc, argv); | |
} | |