mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
Added the Open Machine Translation Core submodule to contrib.
This commit is contained in:
parent
5cb0adaf95
commit
225a14f78b
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
22
contrib/omtc/README
Normal file
22
contrib/omtc/README
Normal file
@ -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.
|
1
contrib/omtc/omtc
Submodule
1
contrib/omtc/omtc
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit cab9757bdfac3bc4fa94fe6dcea8f5f6a7c61767
|
Loading…
Reference in New Issue
Block a user