generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
enhancementNew feature or requestNew feature or request
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?
- Pull out any native plugin (let's say nori) out of the core repo.
- Create a
mainfile ending withExtension.javaextend it fromBaseExtension. - Add
applicationgradle plugin - 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request