You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The graph is built using the build_text_graph_dataset function. This creates a sparse graph and it is placed in a TextDataset object. You can create a networkx graph from this graph by for example using the provided function to convert to a PyTorch geometric graph and converting a pyg graph to networkx graph. Then you can save the networkx graph as a gexf file to be viewed in gephi.
How to build the graph?, and what is the result that can be viewed in gephi?. I didn't see any output after running the script
The text was updated successfully, but these errors were encountered: