Closed thammegowda closed 4 years ago
@thammegowda, where can I find the code for the completed issues, maybe I could use that as example before starting development of new plugin ? Is there a commit linked to the issue number ?
We dont have a proper documentation at the moment (Adding to my todo list to work on it, thanks for reporting).
Meanwhile: here is how I added a new plugin: https://github.com/USCDataScience/sparkler/pull/100 If you need to define a plugin, the interfaces+baseclasses here could be examples: https://github.com/USCDataScience/sparkler/tree/master/sparkler-api/src/main/java/edu/usc/irds/sparkler
TODO: update the wiki with proper docs.
Quick Quesiton, What is the parser extension point?
@micheladennis Sorry, there was no extension point added to Parser at the moment. This video might help to add a new plugin https://www.youtube.com/watch?v=Ib8OwmoRj-Q
PS this is incomplete list