308
edits
Line 115: | Line 115: | ||
The scoring of individual parses includes factors which affect the score negatively and positively. For [http://mitcho.com/blog/observation/scoring-for-optimization/ optimization reasons], all negative factors (having too many arguments per role, having to suggest the verb, missing arguments, etc.) are calculated in the <code>scoreMultiplier</code> early on in the derivation, and this <code>scoreMultiplier</code> is used in the additive calculation of positive factors. | The scoring of individual parses includes factors which affect the score negatively and positively. For [http://mitcho.com/blog/observation/scoring-for-optimization/ optimization reasons], all negative factors (having too many arguments per role, having to suggest the verb, missing arguments, etc.) are calculated in the <code>scoreMultiplier</code> early on in the derivation, and this <code>scoreMultiplier</code> is used in the additive calculation of positive factors. | ||
score = scoreMultiplier * (\sum_{each semantic role in the verb} score(the content of that argument being the appropriate nountype) + base score (1) ) | |||
<b>EX:</b> | <b>EX:</b> |
edits