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

Make context algorithm use rule based entity matcher #112

Open
vmenger opened this issue Jul 11, 2024 · 0 comments
Open

Make context algorithm use rule based entity matcher #112

vmenger opened this issue Jul 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vmenger
Copy link
Collaborator

vmenger commented Jul 11, 2024

Describe the feature
Currently, the context algorithm uses a spaCy matcher and phrase matcher internally to find trigger terms. It would be nice to use the RuleBasedEntityMatcher instead, which adds a layer of convenience/usability/configurability over the matcher and phrase matcher. If we have this, we could also use fuzzy and proximity matching for trigger terms, for instance.

Steps:

  • Use the RuleBasedEntityMatcher
  • Specify how it should be configured
  • Add a more strict definition of the json containing the rules?

A use case for the feature
Could be of use for any use case basically.

Would you like to be involved in development?
Yes

Additional context
N/a

@vmenger vmenger added the enhancement New feature or request label Jul 11, 2024
@vmenger vmenger moved this from Later to Next up in Clinlp development roadmap Jul 11, 2024
@vmenger vmenger moved this from Next up to Later in Clinlp development roadmap Oct 8, 2024
@vmenger vmenger moved this from Later to Next up in Clinlp development roadmap Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Next up
Development

No branches or pull requests

1 participant