Using manually created output from step 3 of the training process I can confirm that step 4 of the training script runs under Cygwin without any problems and creates the two lexical files model/lex.0-0.f2n and model/lex.0-0.n2f
Training step 5 runs partially but fails and, again, the finger of blame falls on the safesystem calls in the extract_phrase function. Errors are similar to those in step 3. The cygwin sh implementation doesn't seem to be able to find these files with absolute paths when called through the perl system() function. Don't really have any experience of working with perl under cygwin, so I'm not sure why this is happening or how to fix it. But all experimentation seems to point towards a default install of Moses working out-of-the-box under Cygwin if we fix this minor issue. _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
