Skip to content

Conversation

@percevalw
Copy link

The current script merges adjacent entities (i.e. no word in between) if they share the same label.
So B-label I-label B-label O becomes B-label I-label I-label O.
Instead of comparing the labels, the scripts now compares the annotation objects directly

The current script merges adjacent entities (i.e. no word in between) if they share the same label.
So `B-label I-label B-label O` becomes `B-label I-label I-label O`.
Instead of comparing the labels, the scripts now compares the annotation objects directly
@percevalw percevalw changed the title Resolves undesirable fusions of adjacent entities Fix undesirable fusions of adjacent entities Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant