project-kb icon indicating copy to clipboard operation
project-kb copied to clipboard

Analysing the advisory record using spacy NER

Open copernico opened this issue 4 years ago • 2 comments

copernico avatar Sep 20 '21 17:09 copernico

Hi @Riruk I made a small test to try matching product names in advisory text and it works like a charm (it's based on a simple gazetteer approach, no rocket science ;-) I guess that it is tedious to extract a list of product names but it's feasible to automate it with a little of scripting. For example, we could get all the project names from the list of projects in the github.com/apache organization. Similarly, we could scrape the names of all eclipse projects and add a bunch more by hand.

copernico avatar Sep 20 '21 17:09 copernico

Feel free to check out this branch and continue from here as you see fit. Or create another one, completely up to you.

copernico avatar Sep 20 '21 17:09 copernico

In the era of LLMs, this approach is obsolete.

copernico avatar Jul 11 '24 12:07 copernico