def extractSentences(self, text):
'''
Extracts sentences from the graph using pagerank
Arguments:
text: input textual data
Returns:
summary: a bunch of sentences
Raises:
None
'''