dkt-projekt / e-SMT

Web service for the Moses Statistical Machine Translation
1 stars 0 forks source link

Create e-SMT e-Service #1

Closed jnehring closed 8 years ago

jnehring commented 8 years ago

Implementation tasks

  1. Create new e-Service. Start with copy & paste from Tilde Translation
  2. Of TildeETranslation.java exchange lines 118 - 155 and write code that
  3. extracts plaintext from the NIF model (RdfConversionService.extractFirstPlaintext())
  4. Executes the shell skript to translate (http://www.mkyong.com/java/how-to-execute-shell-command-from-java/)
  5. Receive the output of the shell skript
  6. Add it it to the input NIF and send it back to the client
  7. Write all the e-Service stuff around it (spring configuration), no unit test is required
  8. Upload sources to this repository