Hi,
  In the instructions on how to use the trained models from release-3, it
is specified in the last step to:

"Tokenize and lower case your input, translate with the decoder, then
recase and detokenize your output."

  (This should only be the case in case the models were trained after
recasing, not if using truecasing, am I right? And I'm also assuming that
we can know if the model used a recaser - from the steps folder?)

  I am trying to recase my data, according to the instructions on
http://www.statmt.org/moses/?n=Moses.SupportTools#ntoc10.
 However, recase.perl only reads from a file and outputs to a file.

recase.perl --in IN --model MODEL/moses.ini --moses MOSES > OUT

I'm running the moseserver, and would like to output recased data after
translation. How can I do this without having to write my translated text
into a file and read the output from a file? (One way I guess would be to
modify the perl script but I don't know perl).

Masy thanks in advance,
Shani
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to