spacy.TransitionBasedParser.v2 for NER: What is the Formal Description? #11405
Unanswered
cicciolado
asked this question in
Help: Coding & Implementations
Replies: 1 comment 2 replies
-
The general transition-based parser algorithm is based on this and earlier related work: https://aclanthology.org/D15-1162/ For transition-based NER, this video gives an overview: https://spacy.io/universe/project/video-spacys-ner-model I think that linked article is mostly unrelated to the specific implementation in spacy. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I am trying to understand how the algorithm of spacy.TransitionBasedParser.v2 applied to NER works. After doing some research on the web, I found that it is based on the Transition-Based Chunking Model explained in this article:Neural Architectures for Named Entity Recognition Is this the real implementation, then using Stack LSTMs or not? Can a small formal description of how spacy.TransitionBasedParser.v2 works be provided?
Beta Was this translation helpful? Give feedback.
All reactions