Simplest evaluation procedure. More examples and sample system code in
subdirectories, described in corresponding README files

1. Generate gold standard table from data

cd semevalFormatProcessing
./extractEvaluationTable.sh /path/to/your/data/dir/Core/ ../evaluationScripts/gold.txt


2. Generate table from your system. The first line must be a header;
first column should contain utterance IDs; last column should contain
class names. Store the table in evaluationScripts/system.txt

3. Run the evaluation

cd evaluationScripts
./evaluation.sh system.txt gold.txt
