NER model architecture #10586
-
I have built a named-entity recognizer and getting good results on one of the asian languages. Now I want to publish my results in a reputed journal and for the same I need to explain the readers about the spaCy's NER model/architecture but I am not able to find it anywhere. Its surprising (as spaCy is open-source), may be I missed it. The only thing related to it I found is https://explosion.ai/blog/parsing-english-in-python but it no way shows the NER model architecture. Please guide me . Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, this video is a good general intro to the NER architecture: https://www.youtube.com/watch?v=sqDHBH9IjRU. It's for spacy v2, but all the basics of the NER model are the same in v3. An updated link to the slides: https://raw.githubusercontent.com/explosion/talks/master/2017-11-02_Practical-and-Effective-Neural-NER.pdf |
Beta Was this translation helpful? Give feedback.
Hi, this video is a good general intro to the NER architecture: https://www.youtube.com/watch?v=sqDHBH9IjRU. It's for spacy v2, but all the basics of the NER model are the same in v3.
An updated link to the slides: https://raw.githubusercontent.com/explosion/talks/master/2017-11-02_Practical-and-Effective-Neural-NER.pdf