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

resturcturing, refactoring, cleanup #3

Closed roxanneelbaff closed 1 year ago

roxanneelbaff commented 1 year ago

Changed structure:

cag.graph_framework.components --> cag.framework

cag.graph_framework.components.graph --> cag.graph_elements

cag.graph_framework.components.analyzers --> cag.framework.analyzer cag.graph_framework.components.annotators --> cag.framework.annotator cag.graph_framework.components.graph_creators --> cag.framework.creator

graph_creator_base.py --> base_creator.py