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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make GraphCreatorBase allow kwargs

muelldlr opened this issue · comments

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

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

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