m

moses-translation

This service rely on Moses, and the command line must be installed. NOT TESTED ON WINDOWS BASED OPERATING SYSTEM. A dc:language property is added to every Text section that will be created in parallel to the original Text section.
Files download
File Operation
moses-translation-1.0-RC1.pom download
moses-translation-1.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.weblab.webservices</groupId>
  <artifactId>moses-translation</artifactId>
  <version>1.0-RC1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.weblab.webservices:moses-translation:1.0-RC1'
Gradle Kotlin
implementation("org.ow2.weblab.webservices:moses-translation:1.0-RC1")
Scala SBT
libraryDependencies += "org.ow2.weblab.webservices" % "moses-translation" % "1.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.weblab.webservices', module='moses-translation', version='1.0-RC1')
)
Apache Ivy
<dependency org="org.ow2.weblab.webservices" name="moses-translation" rev="1.0-RC1" />
Leiningen
[org.ow2.weblab.webservices/moses-translation "1.0-RC1"]
Apache Buildr
'org.ow2.weblab.webservices:moses-translation:jar:1.0-RC1'