Add option to skip NER classification. - #1215
Merged
Merged
Conversation
ChibiBlasphem
force-pushed
the
feat/ner-ignore-classification
branch
from
November 25, 2025 12:20
0e9de54 to
56e1202
Compare
Pascal-Delange
left a comment
Contributor
There was a problem hiding this comment.
How about this for translations ? Can you check it does not break the display please ?
| "edit_sanction.required_fields_disclaimer": "For effective screening, it is recommended to fill in at least the name or registration number for an organization/vehicle, or the name or ID number for a person.", | ||
| "edit_sanction.select_list": "Select a list", | ||
| "edit_sanction.similarity_score": "Minimum similarity score (%)", | ||
| "edit_sanction.skip_entity_recognition": "Search candidates in any entity types", |
Contributor
There was a problem hiding this comment.
Suggested change
| "edit_sanction.skip_entity_recognition": "Search candidates in any entity types", | |
| "edit_sanction.skip_entity_recognition": "Skip entity type filters while searching", |
| "edit_sanction.required_fields_disclaimer": "Pour un filtrage efficace, il est recommandé de remplir au moins le nom ou le numéro d'enregistrement pour une organisation/véhicule, et au moins le nom ou le numéro d'identité pour une personne.", | ||
| "edit_sanction.select_list": "Sélectionnez une liste", | ||
| "edit_sanction.similarity_score": "Score de similitude minimum (%)", | ||
| "edit_sanction.skip_entity_recognition": "Rechercher des candidats dans tous les types d'entités", |
Contributor
There was a problem hiding this comment.
Suggested change
| "edit_sanction.skip_entity_recognition": "Rechercher des candidats dans tous les types d'entités", | |
| "edit_sanction.skip_entity_recognition": "Chercher des correspondances dans les listes tous types d'entités confondues", |
Pascal-Delange
approved these changes
Nov 25, 2025
ChibiBlasphem
force-pushed
the
feat/ner-ignore-classification
branch
from
November 25, 2025 13:47
56e1202 to
75b1799
Compare
ChibiBlasphem
marked this pull request as ready for review
November 25, 2025 13:48
ChibiBlasphem
force-pushed
the
feat/ner-ignore-classification
branch
from
November 25, 2025 13:48
75b1799 to
17187a2
Compare
ChibiBlasphem
force-pushed
the
feat/ner-ignore-classification
branch
from
November 25, 2025 14:53
17187a2 to
da99d61
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A wild new preprocessing option appears. This is a boolean, only accessible when
useNeris enabled, that instructs the backend to use generic queries on the output of NER.cc @ChibiBlasphem @siiick