-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop overwriting spaCy entities by default + add
pipe
(#16)
* added `pipe()` to spaCy integration * added spaCy `.pipe()` integration tests * chore: avoid overwriting pre-existing entities #17 * chore: disable removing NER pipeline by default * chore: added batch size warning * chore: added overwrite_entities flag chore: removed warning chore: updated changelog * fix: resolved small typo * Small refactor + formatting * Removed Optional from `overwrite_entities` * Introduce `set_ents` method to prevent duplicate code * Update changelog * Update documentation with overwrite_entities * Reintroduce accidentally removed "Fixed" header * Prefer SpanMarker outputs over spaCy outputs --------- Co-authored-by: Tom Aarsen <Cubiegamedev@gmail.com>
- Loading branch information
1 parent
c4f2359
commit 870ccd6
Showing
5 changed files
with
118 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters