ufal / mtmonkey

Distributed infrastructure for Machine Translation web services (using Moses, Python, JSON-RPC/web interface)
Other
33 stars 9 forks source link

API: response for detokenize=false #8

Open pebbe opened 10 years ago

pebbe commented 10 years ago

If detokenize=false, should the result (still tokenized) be in "text" or in "tgt-tokenized"?

pebbe commented 10 years ago

Does detokenize=false mean don't do detruecasing either?

tuetschek commented 10 years ago

The result should be still tokenized even in "text". Truecasing is done regardless of the tokenization. (This is how it works now, but we could change it if needed.)

2014-07-16 12:42 GMT+02:00 Peter Kleiweg notifications@github.com:

Does detokenize=false mean don't do detruecasing either?

— Reply to this email directly or view it on GitHub https://github.com/ufal/mtmonkey/issues/8#issuecomment-49148822.