ondrejklejch / MT-ComparEval

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

Add fields to the Experiment entries #17

Open lefterav opened 9 years ago

lefterav commented 9 years ago

In the current implementation experiments are only defined by name and they have the possibility of one string for description. Things get very inconvenient though when many experiments are included, particularly in the main index screen.

I would therefore suggest that the model gets modified, in order to allow more fields for every experiment entry. In particular, one can add "source language", "target language", "dataset name". This can be specified in the medatada file of the imported folder, or also be modified after the importing.

Additionally, the possibility of free tagging based on an additional sql table should be possible.

This fields can be used in a future implementation for sorting/filtering the main screen