Hi Joerg,

Compute all scores separately:

mosesdecoder/bin/evaluator --sctype WER --sctype TER --sctype PER 
--sctype CDER --reference ref.txt --candidate test.txt

Interpolate all scores:

mosesdecoder/bin/evaluator --sctype WER,TER,PER,CDER --reference ref.txt 
--candidate test.txt

Best,
Marcin

W dniu 11.04.2017 o 09:01, Jorg Tiedemann pisze:
> Hi,
>
> Is there a simple script that can compute wer, ter, per, cder all in 
> one go?
> I’d prefer simple plain text input like in multi-bleu.
> Thanks!
>
> Jörg
>
> **********************************************************************************************
> Jörg Tiedemann
> Department of Modern Languages http://blogs.helsinki.fi/tiedeman/
> University of Helsinki http://blogs.helsinki.fi/language-technology/
>
>
>
>
>
>
> _______________________________________________
> Moses-support mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/moses-support



_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to