There is a database that has the following structure:
"vertex1" "vertex2" weight
For example:
"Word1" "Word2" 0.3
"Slovo3" "Slovo1" 0.8
"Word4" "Word2" 0.001
It is necessary to create a graph from such a base and then cluster it. Unfortunately, I did not understand the graph_tool how to apply (the documentation is scarce + it is not clear how to fasten the edge weight to clustering).
And installing SciPy on my windows 10 turned out to be a living hell, which I could not overcome.
Maybe there are more tools for solving this problem, or should we approach it in a different way?