DLR-SC / corpus-annotation-graph-builder

Corpus Annotation Graph builder (CAG) is an architectural framework that employs the build-and-annotate pattern for creating a graph.
MIT License
10 stars 1 forks source link

Make GraphCreatorBase allow kwargs #8

Closed muelldlr closed 1 year ago

muelldlr commented 1 year ago

The __init__ method should allow kwargs, so a user can pass additional data to the class.

roxanneelbaff commented 1 year ago

Can you give an example? would it be possible to extend it and the subclass can have its own args?

muelldlr commented 1 year ago

You can set additional attributes in other ways as a user. Therefore, this issue can be closed again.