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

Easy scriptable export #38

Open mjpost opened 10 years ago

mjpost commented 10 years ago

It would be nice to have a URL I could query to automate a RankingResult CSV export. e.g.,

wget -O backup.csv http://appraise.cf/admin/wmt14/rankingresult/

I think security-through-obscurity would be fine here, but requiring a secret token or something via a GET string would be fine.

cfedermann commented 10 years ago

Good point, I'll work on this and let you know once the implementation is ready!

On Tue, Apr 1, 2014 at 9:06 AM, Matt Post notifications@github.com wrote:

It would be nice to have a URL I could query to automate a RankingResult CSV export. e.g.,

wget -O backup.csv http://appraise.cf/admin/wmt14/rankingresult/

I think security-through-obscurity would be fine here, but requiring a secret token or something via a GET string would be fine.

Reply to this email directly or view it on GitHubhttps://github.com/cfedermann/Appraise/issues/38 .

cfedermann commented 9 years ago

I have a security-token-based export ready for WMT15.