#!/bin/bash

echo "------------------------------------------------------------------------------"
echo "enju"
echo
perl depeval.pl -v  enju testitems.txt targets.reconciled.txt enju.out |tail -n 70
echo "------------------------------------------------------------------------------"
echo "stanford"
echo
perl depeval.pl -v  stanford testitems.txt targets.reconciled.txt stanford.out |tail -n 70
echo "------------------------------------------------------------------------------"
echo "c&j reranking"
echo
perl depeval.pl -v  cj testitems.txt targets.reconciled.txt cjreranking.out |tail -n 70
echo "------------------------------------------------------------------------------"
echo "rasp"
echo
perl depeval.pl -v  rasp testitems.txt targets.reconciled.txt rasp.out |tail -n 70
echo "------------------------------------------------------------------------------"
echo "c&c"
echo
perl depeval.pl -v  candc testitems.txt targets.reconciled.txt candc.out |tail -n 70
echo "------------------------------------------------------------------------------"
echo "mst"
echo
perl depeval.pl -v  mst testitems.txt targets.reconciled.txt mst.out |tail -n 70



