Hi everyone,
I have downloaded SEMAFOR 3.0-alpha-04
here and I am trying to run the scripts/scoring/runTestWithGoldTargets.sh script on the NACCL 2012 data.
I downloaded the turbo model and the malt model from
here and
here. I have also downloaded the NAACL 2012 splits from
here and created a specific naacl2012 directory under semafor/training/data
The script fails on a FileNotFoundException when looking for 'cv.dev.sentences.frames' under semafor/training/data/naacl2012.
Looking more closely at the runTestWithGoldTargets script I also see a 'cv.${cv}.sentences.maltparsed.conll' file that I can't seem to be able to find anywhere.
My questions are:
- Where can I find those files?
- Should I generate them and if so how?
Cheers,
Alex