Closed sacca97 closed 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.
I would try extracting verbs too and applying stemming (or lemmatisation).
Closed by #342
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.