Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect repeated entities #31

Closed
wants to merge 4 commits into from
Closed

Conversation

ninakokalj
Copy link
Collaborator

This pull request introduces functionality to detect and handle repeated entities within the text processed by the entity extraction pipeline. I also moved a couple of functions to the helpers.py file to reduce redundancy and improve code reusability. I moved merge_entities and _filter_entities out of the MultiExtractor class, _get_spacy_fields and _set_spacy_fields out of both NERExtractor and PatternExtractor classes.


Closes #8

@ninakokalj ninakokalj requested a review from eriknovak December 15, 2024 13:00
@eriknovak
Copy link
Owner

PR handled in a separate fork.

@eriknovak eriknovak closed this Dec 15, 2024
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.

The method read_file does not work on Windows
2 participants