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

fix(ner): deserialize regex from JSON #1314

Merged
merged 3 commits into from
May 25, 2023
Merged

Conversation

AndersDJohnson
Copy link
Contributor

@AndersDJohnson AndersDJohnson commented May 19, 2023

Pull Request Template

PR Checklist

  • I have run npm test locally and all tests are passing.

Some ESLint warnings, but same amount as in master:
Screenshot 2023-05-18 at 11 25 50 PM

All tests pass:
Screenshot 2023-05-18 at 11 25 41 PM

  • I have added/updated tests for any new behavior.
  • If this is a significant change, an issue has already been created where the problem / solution was discussed: [N/A, or add link to issue here]

PR Description

Fixes a bug with Named Entity Recognition where it doesn't deserialize regular expressions from JSON properly for all rule types.

A possible alternative to the fixes in #1292 and #1278 (though I'm not 100% sure if it covers those use cases).

Fixes a bug with Named Entity Recognition where it doesn't deserialize regular expressions from JSON properly for all rule types.
@AndersDJohnson AndersDJohnson changed the title fix(ner): deserialize regex from SON fix(ner): deserialize regex from JSON May 19, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@AndersDJohnson AndersDJohnson marked this pull request as ready for review May 19, 2023 04:27
This was referenced May 19, 2023
@Apollon77
Copy link
Contributor

LGTM ... but i have no real powers in this repo ... @ericzon @ericaltran

@ericzon ericzon merged commit 71e29e2 into axa-group:master May 25, 2023
@AndersDJohnson AndersDJohnson deleted the patch-1 branch May 26, 2023 03:06
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.

3 participants