Just a short description added.

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@823 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
bojar 2006-09-21 12:23:42 +00:00
parent 735d2f5349
commit c6c02a83c6

View File

@ -1,5 +1,11 @@
#!/usr/bin/perl
# Reads a source and hypothesis file and counts equal tokens. Some of these
# are punctuation, some are numbers, but most of the remaining are simply
# unknown words that the decoder just copied. This script tells you how often
# this happens.
#
# Ondrej Bojar
use strict;
use warnings;