ondrejklejch / MT-ComparEval

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

Simplify logging #53

Open jnehring opened 8 years ago

jnehring commented 8 years ago

Right now there are plenty of logfiles. Two logfiles in the "log" folder, one log file per experiment (57 in the current installation) and one per task (I estimate 200 logfiles). Evaluating 260 different logfiles is a challenging and time consuming tasks.

I suggest to

This might not be a cool new feature for showing off but I think it will speed up all future development and administrative tasks. And there are two indicators that this is easy to implement: The currently used homemade logger implements the Logger interface. And the system uses a dependency injection framework.

Using a logging library we might solve #38 with a few lines of configuration.