Appraise
Appraise copied to clipboard
Appraise evaluation system for manual evaluation of machine translation output
Appraise crashes with Django 1.6.1 (the version of Django included in Ubuntu 14.04). When running "python manage.py syncdb", I get the following error: Traceback (most recent call last): File "manage.py",...
Add code to properly randomize `SECREY_KEY` inside `settings.py` as likely none of the users would otherwise do it.
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...