-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fully corrects Parentheses Issue in Lookup table build #3972
Conversation
Test Results102 tests 102 ✅ 16s ⏱️ Results for commit b800151. ♻️ This comment has been updated with latest results. |
JaCoCo Test Coverage
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but recommend at least one other reviewer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
What was the problem?
This is a larger fix for the bugfix in #3969. Before this PR, parenthetical terms were included as individual terms in the lookup table and for some terms this provided incorrect classifications. #3969 only removed these terms from the list, but a larger fix would be to include a way that we can correctly classify these terms.
Associated tickets or Slack threads:
How does this fix it?1
This fix will include the body part with the parenthetical term to ensure proper classification. Example:
term: degenerative arthritis (osteoarthritis) in wrist, left" will create following lookup options:
Separating out the options in this manner will allow us to correctly classify this term.
How to test this PR
Footnotes
Pull-Requests guidelines. If PR is significant, update Current Software State wiki page. ↩