cfedermann / Appraise

Appraise evaluation system for manual evaluation of machine translation output
http://www.appraise.cf/
BSD 3-Clause "New" or "Revised" License
73 stars 37 forks source link

Fix CSV export for RankingResult instances #48

Closed cfedermann closed 9 years ago

cfedermann commented 9 years ago

Check that we don't generate empty (i.e., sequence of five PLACEHOLDER systems) CSV export lines for RankingResult instances. Check that this is only happening for skipped ranking tasks.

cfedermann commented 9 years ago

Fixed in commit ed073ad.