Re: [Moses-support] Moses Server and pre/post-processing text

2016-05-23 Thread Philipp Koehn
Hi, the pre- and post-processing should be done outside the core Moses binary. One implementation of an interface to Moses that does all the pre and post processing is server.py from Christian Buck, or its fork in CASMACAT. https://github.com/christianbuck/matecat_util/tree/master/python_server

[Moses-support] Moses Server and pre/post-processing text

2016-05-23 Thread Nicholas Ruiz
Hi all, Is it possible to do pre/post-processing through bin/mosesserver, or would I have to write my own server-side wrapper to do the text processing? EMS is convenient for testing, since it allows you to call your own text processing scripts, but I'm not immediately seeing any similar functiona