Short Description
Adding a new integer attribute extra_words to each matched license.
Select Category
Describe the Update
There are two cases when calculating score,
- If
score == match_coverage * rule_Relevance, then there are no
extra words in that license match.
- If
score != match_coverage * rule_Relevance,
then there are extra words in that match. (all the words in the rule are present, but there are more words)
In the second case, the score is decreased based on how much extra words is there, and presently
this isn't returned.
How This Feature will help you/your organization
Will help in scancode-results-analyzer
Can you help with this Feature
Yes.
Short Description
Adding a new integer attribute
extra_wordsto each matched license.Select Category
Describe the Update
There are two cases when calculating score,
score==match_coverage*rule_Relevance, then there are noextra words in that license match.
score!=match_coverage*rule_Relevance,then there are extra words in that match. (all the words in the rule are present, but there are more words)
In the second case, the score is decreased based on how much extra words is there, and presently
this isn't returned.
How This Feature will help you/your organization
Will help in
scancode-results-analyzerCan you help with this Feature
Yes.