ufal / mtmonkey

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

Type of alignmentInfo #4

Closed pebbe closed 10 years ago

pebbe commented 10 years ago

In the API, it says:

alignmentInfo: string -- request alignment information (optional, default = "false")

Shouldn't this be type boolean, just like detokenize?

tuetschek commented 10 years ago

Yes, you are right. I have just fixed this both in code and in the docs (d4b312c & 955e1f9).