log();
}
private void extractWebQ() {
for(Example example: dataset.examples("train")) {
VerbSemClassMatch match = matcher.match(example.utterance);
if(match!=null) {
LogInfo.logs("Sentence: %s, match: %s",example.utterance,match);
if(match.isSubj)
addMatch(match,verbToSubject);
else