ufal / mtmonkey

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

JSON string supported is much more cool #15

Closed tianliang0123 closed 9 years ago

tianliang0123 commented 9 years ago

I am not sure the use of the schema in the screenshot below: translatetype Sometimes the XML and JSON files will be translated, i am not sure whether the function is wanting to allow different types of input files to be translated. if so, very cool. What I mean is that the toolkit can allow us to perform multiple translations within a single call through using JSON object. Exactly the same JSON object will be returned back but with translated values.

ales-t commented 9 years ago

The parameters docType and profileType are reserved for future use. The plan is to switch between systems optimized to translate different types of text (e.g. short queries vs. documents) or targeted for different kinds of users. For now they have no effect.