algorithm of "The greedy coupled-seeds expansion method for the overlapping community detection in social networks 1- import Greese as gr 2- file="network.txt"#select the path of the network file
3- gr.b(file, separator)#separtor is for example ',' or '\t'... find the resulted communities in the file 'res.txt