Module Graph Explorer: from text to graph
How to contribute ?
Some solutions:
- please report to dev@gargantext.org
- fix with git repo and pull request
Graph Explorer main
-
All urls.py of the Graph Explorer
-
Main view of the graph explorer: views.py
-
Data are retrieved as REST: rest.py
-
Graph is generated (graph.py) through different steps a) check the constraints (graph_constraints) in gargantext/constants.py b) Cooccurences are computed (in live or asynchronously): cooccurrences.py c) Thresold and distances : distances.py d) clustering: louvain.py c) links between communities: bridgeness.py
-
Additional features: a) intersection of graphs: intersection.py
TODO
- save parameters in hyperdata
- graph explorer:
- save current graph
- myGraphs view:
- progress bar
- show parameters
- copy / paste and change some parameters to generate new graph