Hi, Currently train-model.perl contains some relative paths that complicate installation and deployment. For instance,
my $LEXICAL_REO_SCORER = "$SCRIPTS_ROOTDIR/../bin/lexical-reordering-score"; Since the scripts directory can be optionally installed anywhere, the relative paths don't actually allow that because $SCRIPTS_ROOTDIR must be in the same directory where the /bin directory is. Why not simply point the variables directly to the executables and let the user take care of adding the PATH for moses' /bin directory? Regards, Panos _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
