set test_data='data/wsj_test'.
set algorithm='algorithms/brill'.
set templates='templates/myTestTemplates2'.
set score_threshold=3.
set accuracy_threshold=0.5.
set verbosity=2.

load_stack('test/myrules2.pl').
echo('Testing the learned rule sequence...').

test_rule_seq.

echo('Generating data for the Error Browser...').

write_html_error_data.

echo('Finished!').
