################################################### ## ## ## FastMtEval ## ## ## ## Copyright (C) 2007 Nicolas Stroppa ## ## This program is distributed under the ## ## terms of the GNU General Public License. ## ## ## ################################################### Description =========== FastMtEval implements several automatic Machine Translation evaluation metrics: BLEU, NIST, and GTM-1. It supports bootstrap evaluation of confidence intervals, as well as statistical significance testing of differences between two systems. It is written in C++ and should be very fast. How to install ============== - unpack the distribution: > tar -zvxf fast_mt_eval.tar.gz - the package is now in the directory ./fast_mt_eval Go into that directory: > cd fast_mt_eval - build: > make - all the executable files are now in the bin directory