Skip to content

Differing NER Results when Disabling Pipeline Components #9364

Discussion options

You must be logged in to vote

Hi, the difference is probably related to sentence boundaries. The ner component doesn't predict entities that cross sentence boundaries, so if you leave out the parser, which sets sentence boundaries, the exact same ner component can make different predictions because the input docs are different. You might be able to check and see that the docs_ner cases have more entities with periods in them like Some Company. Group or similar?

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@cjuracek
Comment options

@cjuracek
Comment options

@cjuracek
Comment options

@adrianeboyd
Comment options

Answer selected by cjuracek
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