vgcagle / DARC

1 stars 0 forks source link

Get spaCy EntityLinker working with Breaking Bad #44

Open divilian opened 1 year ago

divilian commented 1 year ago

I have ner.py and el.py files in the training/BreakingBad directory. The former does spaCy's default pass at labeling/parsing/NER, which seems to work as advertised. The latter is my attempt to get an EntityLinker pipeline stage working, so that we can actually have text phrases mapped to main characters in a KB (knowledge base). I'm stuck on line 42, though, and I'm wondering if @vgcagle can assign someone to put a fresh pair of eyes on it.