Hi, I am having problems with parsing step when training a syntax based model (zh-> en, parsing only the trg side). I am using the script "parse-en-collins.perl" whose paths I already modified. If I run the scripts from command line it works fine, but when I run it as part of the ems system I get this error:
Error: Could not find or load main class tagger.TestTagger cat: tmp/parse-en-collins.perl-cskJgjywIZ.?????.out: No such file or directory Now this is how the mxpost file looks: #!/bin/ksh export CLASSPATH=/fs/tyr0/federico/mxpost/mxpost.jar java -mx30m tagger.TestTagger /fs/tyr0/federico/mxpost/tagger.project All the paths are absolute so it shouldn't be a problem of paths. Any idea on what's going on? Cheers!
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
