Name
Last commit
Last update
..
static Loading commit data...
README.md Loading commit data...
__init__.py Loading commit data...
bridgeness.py Loading commit data...
cooccurrences.py Loading commit data...
distances.py Loading commit data...
graph.py Loading commit data...
intersection.py Loading commit data...
louvain.py Loading commit data...
rest.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...

Module Graph Explorer: from text to graph

How to contribute ?

Some solutions:

  1. please report to dev@gargantext.org
  2. fix with git repo and pull request

Graph Explorer main

  1. All urls.py of the Graph Explorer

  2. Main view of the graph explorer: views.py

  3. Data are retrieved as REST: rest.py

  4. 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

  5. Additional features: a) intersection of graphs: intersection.py

TODO

  1. save parameters in hyperdata
  2. graph explorer:
    • save current graph
  3. myGraphs view:
    • progress bar
    • show parameters
    • copy / paste and change some parameters to generate new graph