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

Making decorator for text retrieval configurable #324

Merged
merged 4 commits into from
Jul 26, 2022
Merged

Conversation

silvanheller
Copy link
Member

@silvanheller silvanheller commented Jul 25, 2022

Some time ago, each term used to be decorated with ~ at the end for fuzzy matches. This got lost at some point, which leads to a query for JAMES to not match AMES in an OCR column. To fix this, this PR adds configurable decorators for all text-retrieval classes. Default behavior stays the same.

Additionally, it adds the option to configure entity-names for text retrieval classes and fixes rare edge-cases where batch-import would cause problems.

@silvanheller silvanheller requested a review from lucaro July 25, 2022 17:59
@silvanheller silvanheller self-assigned this Jul 25, 2022
@silvanheller
Copy link
Member Author

I've made changes to all features which were using a specific type of map in their constructor and did not need it.

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.

2 participants