def summarize_with_TextRank(sentences, matrix):
    return TextRank.extractSentencesFromSentenceTokens(sentences)