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.
I have
ner.py
andel.py
files in thetraining/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.