Skip to content

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

Open
@owaiskazi19

Description

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.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions