----------------------------------------------------------------------------------------------------------------
In the console output, [test-bundle] failed because it cannot find the $work_dir/tune/joshua.config.final file. This should be available as a result from
tuning steps, right? So, I open the log of the [mert] step.
This is the tail of $work_dir/tune/mert.log :
-----------------------------------
--- Starting Z-MERT iteration #1 @ Sat Jun 20 13:50:48 UTC 2015 ---
Decoding using initial weight vector {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, -2.844814, 1.0}
Running external decoder...
Call to decoder returned 1; was expecting 0.
Z-MERT exiting prematurely (MertCore returned 30)...
-----------------------------------
And I also open the $work_dir/tune/joshua.log :
---------------------------------------------------
Input 0: 300-best extraction took 0.462 seconds
Input 4: <s> and along the way i 've started noticing - i 'm on my third generation of kids - that they 're getting bigger . </s>
Input 3: 300-best extraction took 0.331 seconds
Input 5: <s> they 're getting sicker . </s>
Input 1: 300-best extraction took 0.748 seconds
Input 6: <s> in addition to these complexities , i just learned that 70 percent of the kids that i see who are labeled learning disabled would not have been had they had proper prenatal nutrition . </s>
Input 2: Collecting options took 0.000 seconds
Input 5: Collecting options took 0.000 seconds
Input 5: Search took 0.020 seconds
Input 5: Translation took 0.128 seconds
Memory used after sentence 5 is 216.5 MB
Translation 5: -34.493 mereka makin asas .
Input 2: FATAL UNCAUGHT EXCEPTION: null
java.lang.NullPointerException
at joshua.decoder.phrase.Candidate.score(Candidate.java:214)
at joshua.decoder.phrase.Candidate.compareTo(Candidate.java:136)
at joshua.decoder.phrase.Candidate.compareTo(Candidate.java:19)
at java.util.HashMap.compareComparables(HashMap.java:371)
at java.util.HashMap$TreeNode.treeify(HashMap.java:1920)
at java.util.HashMap.treeifyBin(HashMap.java:771)
at java.util.HashMap.putVal(HashMap.java:643)
at java.util.HashMap.put(HashMap.java:611)
at java.util.HashSet.add(HashSet.java:219)
at joshua.decoder.phrase.Stack.addCandidate(Stack.java:125)
at joshua.decoder.phrase.Stacks.search(Stacks.java:166)
at joshua.decoder.DecoderThread.translate(DecoderThread.java:113)
at joshua.decoder.Decoder$DecoderThreadRunner.run(Decoder.java:226)
---------------------------------------------------
Well, that's a new problem for now.
Is there anything I can do to solve this problem? I've managed to clone Joshua Decoder from github into my Eclipse,