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

Allow for alternate annotator classes #329

Closed
braswent opened this issue Oct 25, 2023 · 1 comment · Fixed by #330
Closed

Allow for alternate annotator classes #329

braswent opened this issue Oct 25, 2023 · 1 comment · Fixed by #330
Assignees

Comments

@braswent
Copy link
Collaborator

Allow Dug Annotator to be defined by the user by following the same protocols used for the Parser on Annotators.

The following functionality is expected:

  • Pass the annotator Class name as a string to a Pluggy hookspec function
  • Define the existing Annotator class in the same way that the Parser class is defined in core/parsers/__init__.py
  • @YaphetKG should we do this too? Connect the Annotator class selection into the Roger repo in dug_helpers/dug_utils.py and metadata.yaml
@YaphetKG
Copy link
Contributor

Yeah but i think we can do that after we wrap this up and integrate it in a later version of roger maybe?

@braswent braswent linked a pull request Oct 31, 2023 that will close this issue
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 a pull request may close this issue.

3 participants