.. Corpus Analytics Graph documentation master file, created by sphinx-quickstart on Thu Jul 28 13:08:52 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. CAG's Documentation ==================== Corpus Analytics Graph (CAG) serves as an architectural framework for creating graphs, extending them, and analyzing them. **CAG...** - is a Python library. - sets an _infrastructure for your project to load your data into a graph **but you still have to do the main work**. - provides and annotation framework to extend your nodes. - provides and annotation framework to extend your nodes. You can get started :doc:`here ` to see a quick sample on how to *create* a graph from raw data and or extend your graph using our *annotation* framework. For more details about general CAG concept please visit :doc:`CAG Concept ` . For more details about the CAG' components: :doc:`Graph Creator` and :doc:`Graph Annotator` . .. toctree:: :maxdepth: 5 :glob: reference/*