-
Notifications
You must be signed in to change notification settings - Fork 4
feat(medcat): CU-869apb8ju Better ontology mapping #160
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
Merged
mart-r
merged 13 commits into
main
from
feat/medcat/CU-869apb8ju-better-ontology-mapping
Oct 2, 2025
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
13b6199
CU-869apb8ju: Do a first-time dynamic mapping of additional ontologies.
mart-r 716b896
CU-869apb8ju: Move the other ontology getting to a separate method
mart-r 267efe5
CU-869apb8ju: Do ontology mappings at model pack load time if needed
mart-r 1e3876e
CU-869apb8ju: Make inferred ontologies only use non-empty ontology ma…
mart-r 1c78a71
CU-869apb8ju: Add a few simple tests for ontology mappings
mart-r 49808e8
CU-869apb8ju: Add a few more tests for automatic ontology mapping pro…
mart-r 47f13b0
CU-869apb8ju: Fix typo
mart-r 8f9d13e
CU-869apb8ju: Simplify logic a little bit
mart-r b124fb2
CU-869apb8ju: List to set for ignore options
mart-r ff0002a
CU-869apb8ju: Slight refactor in tests
mart-r 777999f
CU-869apb8ju: Slight further refactor in tests
mart-r 339f1a8
CU-869apb8ju: Slight further refactor in tests (again)
mart-r fee860f
CU-869apb8ju: Aff a few more tests for other use cases of ontology ma…
mart-r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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.
Minor - can add an explicit test test for the ignore_list and ignore_empty parameters for completeness
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.
Will do