Chapter 3. Graph Construction
==============================
.. image:: https://img.shields.io/github/forks/graph4ai/graph4nlp?style=social
        :target: https://github.com/graph4ai/graph4nlp/fork
.. image:: https://img.shields.io/github/stars/graph4ai/graph4nlp?style=social
        :target: https://github.com/graph4ai/graph4nlp
        
Construct structured data (graphs) out of sequences.


Roadmap
-----------------

* :ref:`dependency-graph-construction`
* :ref:`constituency-graph-construction`
* :ref:`ie-graph-construction`
* :ref:`guide-dynamic_graph_construction`
* :ref:`guide-embedding_construction`

.. toctree::
   :glob:
   :maxdepth: 2
   :hidden:

   construction/dependencygraphconstruction
   construction/constituency_graph_construction
   construction/iegraphconstruction
   construction/dynamic_graph_construction
   construction/embedding_construction
