SAP / project-kb

Home page of project "KB"
https://sap.github.io/project-kb/
Apache License 2.0
113 stars 73 forks source link

Compare "relevant" keywords between the advisory text and the commits messages #331

Closed sacca97 closed 2 years ago

sacca97 commented 2 years ago

Using spacy to extract nouns, propn or verbs from the advisory and the commits messages and then looking for matches seems a good start to treat difficult candidates that do not match any other rule.

This issue supersedes #327, #271 and #259.

copernico commented 2 years ago

I would try extracting verbs too and applying stemming (or lemmatisation).

sacca97 commented 2 years ago

Closed by #342