NorskRegnesentral / skweak

skweak: A software toolkit for weak supervision applied to NLP tasks
MIT License
918 stars 73 forks source link

Step by step NER alternative 2 #77

Open boskis222 opened 1 year ago

boskis222 commented 1 year ago

Hello,

First of all, thank you for the library.

I'm kind of new to NER, and I'd like to know how the 2nd alternative of the NER process would be done, where a more sophisticated model is created, since I didn't find it in Step by Step NER.

ken-dwyer commented 1 year ago

Hi, are you asking how to train an NER model on the aggregated labels? You could use SpaCy or NeuroNER for example.