Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Compactify_Main.cpp « compact-rule-table « training « scripts - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ae8833c1c186cc55609a09600d25b350608fbf4 (plain)
1
2
3
4
5
6
#include "Compactify.h"

int main(int argc, char *argv[]) {
  moses::Compactify tool;
  return tool.main(argc, argv);
}