redpony / cdec

Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms
http://cdec-decoder.org/
Apache License 2.0
183 stars 77 forks source link

Update run-system-tests.pl #73

Closed amittai closed 9 years ago

amittai commented 9 years ago

Line 6 doesn't work, but there are two possible reasons (and possible fixes). Either A) the test should be looking for the build decoder in $cdec/build/decoder/cdec instead of in $cdec/decoder/cdec. or B) the "make -j4" command should be creating a decoder executable at $cdec/decoder/cdec , but isn't.

I assumed (A), because it's simpler.