mtmonkey
mtmonkey copied to clipboard
Piped processors
Modified MT-monkey that encapsulates perl pre- and post-processors.
We've found out that the util.preprocessor Python module is missing from the commits. Could you please add it?
This PR replaces the current Worker implementation, so it would break our systems running the current (master) version of Worker, where Moses has been trained with the Python preprocessing in mind. Note that the current version of Worker is thread-safe and faster than anything using Perl and pipes, so it's worth keeping.
This PR should be changed to an alternative (configurable in the config file) in order to be merged.