Re: [Moses-support] z-mert

2015-12-18 Thread Marcin Junczys-Dowmunt
Hi Sarah, try running the command with LC_ALL=C java -jar ... I think the problem is that Java assumes a German locale and expects floating point number with a comma and not a dot. I spent some time myself to figure that out while using ZMERT. Best, Marcin On 18.12.2015 11:09, Sarah Schulz wro

[Moses-support] z-mert

2015-12-18 Thread Sarah Schulz
Hi, I am using z-mert for the first time since I had to implement my own score for tuning. But when I try to run it, I get the following error while parse the param.txt file: Exception in thread "main" java.util.InputMismatchException at java.util.Scanner.throwFor(Scanner.java:864)