From 225a14f78bdb9fdcd818e9cfbca7f5d51170bfd0 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Wed, 19 Jun 2013 10:27:00 +0100 Subject: [PATCH] Added the Open Machine Translation Core submodule to contrib. --- .gitmodules | 3 +++ contrib/omtc/README | 22 ++++++++++++++++++++++ contrib/omtc/omtc | 1 + 3 files changed, 26 insertions(+) create mode 100644 contrib/omtc/README create mode 160000 contrib/omtc/omtc diff --git a/.gitmodules b/.gitmodules index f27b149c6..a0fb859db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "contrib/arrow-pipelines/python/pcl"] path = contrib/arrow-pipelines/python/pcl url = git://github.com/ianj-als/pcl.git +[submodule "contrib/omtc/omtc"] + path = contrib/omtc/omtc + url = git://github.com/ianj-als/omtc.git diff --git a/contrib/omtc/README b/contrib/omtc/README new file mode 100644 index 000000000..dc0804f90 --- /dev/null +++ b/contrib/omtc/README @@ -0,0 +1,22 @@ +Open Machine Translation Core (OMTC) +==================================== + +OMTC is a proposed open standard for machine translation systems. This work has been done as part of the MosesCore FP7 project (http://www.statmt.org/mosescore/) and is released using the LGPL v3 license. + +The OMTC Github repository contains the proposed standard documentation and a reference implemenation in Java. If you have any comments, or find any bugs please report to ian.johnson@capita-ti.com . + + +Initialise the OMTC submodule +----------------------------- + +If you have not initialised the Git submodules, then return to the top level directory and issue the following command: + +$ git submodule update --init --recursive + +This shall clone *all* the submodules for the mosesdecoder project. + +Returning to the OMTC clone using: + +$ cd contrib/omtc/omtc + +You'll find a documentation directory that contains the proposed standard and src directory which contains the reference implementation. The reference implementation can be built with Maven v2.2.1 (http://maven.apache.org/) or newer. Java v1.7 is required to build OMTC. diff --git a/contrib/omtc/omtc b/contrib/omtc/omtc new file mode 160000 index 000000000..cab9757bd --- /dev/null +++ b/contrib/omtc/omtc @@ -0,0 +1 @@ +Subproject commit cab9757bdfac3bc4fa94fe6dcea8f5f6a7c61767