Skip to content
Discussion options

You must be logged in to vote

This is technically possible and I can understand why it sounds attractive, but I actually suspect it won't help. The main reason is that PROPN vs. NOUN is one of the places where the tagger makes the most mistakes, so the tags may not be accurate enough to really help. Another is that with the current default configs, the ner model already uses the exact same tok2vec features as the tagger, so it's already taking the same features into consideration. But I haven't tested this and I could be wrong, and I could be wrong for particular domains/datasets for sure.

If you do want to try this, you should look at where the POS annotation is coming from in your pipeline. It might be from morpholo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ivankrstev7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / ner Feature: Named Entity Recognizer
2 participants