[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
user:zeman:addicter [2011/09/06 17:34]
zeman
user:zeman:addicter [2011/09/06 19:26]
zeman New cover script for error classification.
Line 107: Line 107:
 The error classifier currently uses its own monlingual word-alignment of reference translation and the hypothesis. It is invoked as follows: The error classifier currently uses its own monlingual word-alignment of reference translation and the hypothesis. It is invoked as follows:
  
-<code bash>${ADDICTER}/testchamber/align-hmm.pl ref.txt hyp.txt tcali.txt +<code bash>${ADDICTER}/prepare/detecterr.pl -s srcfile -r reffile -h hypfile -w workdir</code
-${ADDICTER}/testchamber/finderrs.pl src.txt hyp.txt ref.txt tcali.txt tcerr.txt + 
-${ADDICTER}/testchamber/errsummary.pl tcerr.txt</code>+and it creates the files ''workdir/tcali.txt'' and ''workdir/tcerr.txt''The input files (src, ref and hyp) can also be gzipped.
  
 Place the files ''tcali.txt'' and ''tcerr.txt'' in the experiment subfolder of ''$CGI'' and the error classes will be displayed during test data browsing in the viewer. Place the files ''tcali.txt'' and ''tcerr.txt'' in the experiment subfolder of ''$CGI'' and the error classes will be displayed during test data browsing in the viewer.

[ Back to the navigation ] [ Back to the content ]