ondrejklejch / MT-ComparEval

Tool for comparison and evaluation of machine translation.
Apache License 2.0
56 stars 14 forks source link

Metadata file should support full text #20

Closed lefterav closed 9 years ago

lefterav commented 9 years ago

The name and the description of tasks and experiments can be done through a configuration metadata file. The current format raises a lot of errors, if the descriptions contains full text with punctuation, urls etc. The desired functionality would expect the possibility for a more rich format for the description

ondrejklejch commented 9 years ago

You can use any character you want, but you have to enclose the string in "". You can try it online at http://ne-on.org/. If you want to write multiline text, you have to use \n.

Is there anything else you would like to support?