Skip to content
Discussion options

You must be logged in to vote

No, we don't really have any parameters you can fiddle with in the NER component to directly influence this. It's from 2019 but you can see a comment about how to approach this here. It's worth keeping in mind that we don't hide these parameters out of forgetfulness - the NER architecture we use is a bit unusual (it's the same as our parser) and it's not always clear how parameters common in other systems map to it.

What you can do is use a spancat instead and use a lower than default threshold.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by XBeg9
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 perf / accuracy Performance: accuracy
2 participants