mirror of
https://github.com/NLPatVCU/medaCy.git
synced 2026-04-03 00:09:00 -06:00
Make token merging optional during token annotation in each PipelineComponent. #197
Labels
No labels
High Priority
High Priority
High Priority
High Priority
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires ML Background
Requires ML Background
Requires ML Background
bug
bug
bug
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/medaCy#197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AndriyMulyar on 11/6/2018
Currently, tokens are merged by default in components such as the MetaMap annotator or the various UnitAnnotators. This is so that annotated groups of tokens are seen as individual block by the end classifier. This functionality is often wanted and should be default but still the option of turning off this merging should be provided to the end developer of a pipeline. This should be made de-facto for any new components but the re-factoring of the MetaMap and individual unit annotation components will be required.