actor-critic-public icon indicating copy to clipboard operation
actor-critic-public copied to clipboard

Please set SCRIPTS variable correctly to point to Moses scripts

Open wjb123 opened this issue 7 years ago • 1 comments

When i run the script create_dataset.sh in /exp/ted, the script produces the error : Please set SCRIPTS variable correctly to point to Moses scripts. So the Moses needs to be installed before running this script, but there is no hint for it.

wjb123 avatar Mar 31 '17 07:03 wjb123

Hi, I met the same problem with you! you just have to load Moses(https://github.com/moses-smt/mosesdecoder/blob/debe09042675315bb0baddb1900bd66e3a2c5af5/scripts/training/clean-corpus-n.perl), and modify the path of SCRIPTS. What's more, you can find how to use Moses on website(http://www.statmt.org/moses/?n=FactoredTraining.PrepareTraining)

hnwlp avatar Apr 10 '17 08:04 hnwlp