C&C Question Parser

There is a separate supertagger model trained specifically for questions. To run the parser in question mode, use the following command:

% bin/parser --parser models/parser/ --super models/super_questions/ --parser-seen_rules false --parser-question_rules true

It is important that --parser_seen-rules is set to false, otherwise the parser will perform poorly on questions.

Alternatively, if you want the combined analysis, you can type:

% bin/candc --models models/questions

The config file in the models/questions directory takes care of the arguments to the parser and supertagger. The default for the combined analysis is to produce output in prolog format, but this can be changed by modifying the config file.