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

[FEATURE] Run a Language Analyzer plugin as an extension #772

Open
owaiskazi19 opened this issue May 22, 2023 · 0 comments
Open

[FEATURE] Run a Language Analyzer plugin as an extension #772

owaiskazi19 opened this issue May 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@owaiskazi19
Copy link
Member

Is your feature request related to a problem?

Currently, Language Analyzer plugins are present here as native plugin in core, starts with prefix analysis-. This issue talks about running any Language Analyzer plugin as an extension.

What solution would you like?

  1. Pull out any native plugin (let's say nori) out of the core repo.
  2. Create a main file ending with Extension.java extend it from BaseExtension.
  3. Add application gradle plugin
  4. Handle the dependencies conflict to run the plugin as an extension.

What alternatives have you considered?

A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?

Add any other context or screenshots about the feature request here.

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
None yet
Development

No branches or pull requests

2 participants