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