I run the SPADE package and I referenced the Charniak Parser according to the documentation and edited spade.pl for the $CHP variable, but it did not work. It still throws an exception as follows
sh: 1: /home/khaing/Downloads/CharniakParser/parseIt: not found
system /home/khaing/Downloads/CharniakParser/parseIt -LEn /home/khaing/Downloads/CharniakParser/DATA/ /home/khaing/Documents/test.txt > /home/khaing/Documents/test.txt.chp failed: 32512 at /home/khaing/Downloads/SPADE/bin/spade.pl line 38.
The exception is that parseIt is not found. When I review the Charniak Parser, it has five folders: CVS, ecstuff, DATA, TRAIN and PARSE. I did not see parseIt. But I found pareIt.c in PARSE folder so I edited the path CharniakParser/PARSE/parseIt but it still has errors.