I'm currently working on the TextRank algorithm, which uses PageRank. I was wondering how does PageRank take the edge weight into account when calculating the scores?
I'm working with Python to implement my textrank algorithm, can I use the pagerank Python function to compute the score of the nodes even though my graph is weighted (and the edge weight is important)?