redpony/cdec

Errors found when running ./tests/run-system-tests.pl

Opened this issue · 1 comments

Hi,

I installed cdec on my Mac as per the instructions here - https://github.com/redpony/cdec#building-the-software

But, when I run ./tests/run-system-tests.pl, one of the test fails. How do I debug what's wrong? If I did something incorrect during the install, how do I figure it out?

→ ./tests/run-system-tests.pl
 DECODER: /Users/jatinganhotra/AMR/code/jamr-experiments/jamr/tools/cdec/tests/../decoder/cdec
   TESTS: australia australia-align cfg_rescore conll controlled_synparse ftrans hmm lattice mcle_gradient multigram t2s tagger unsup-align
TEMP DIR: /var/folders/bz/55_kzyts0bs4f1cvxnbjvshr0000gn/T/qC3gRrEo_X
TEST: australia
  PASSED
TEST: australia-align
  PASSED
TEST: cfg_rescore
  PASSED
TEST: conll
  non-zero exit! command: /Users/jatinganhotra/AMR/code/jamr-experiments/jamr/tools/cdec/tests/../decoder/cdec -c cdec.ini -w weights -i input.txt
TEST: controlled_synparse
  PASSED
TEST: ftrans
  PASSED
TEST: hmm
  PASSED
TEST: lattice
  PASSED
TEST: mcle_gradient
  PASSED
TEST: multigram
  PASSED
TEST: t2s
  PASSED
TEST: tagger
  PASSED
TEST: unsup-align
  PASSED

SUMMARY: 12 / 13 TESTS PASSED
  !!! THERE WERE FAILURES - DECODER IS ACTING SUSPICIOUSLY !!!

save error, did you fix it?