Ejemplo n.º 1
0
 def get_authors(self):
     '''
     Returns the authors of the documents that appear in this cluster.
     '''
     ws = WarehouseServer()
     authors = set(ws.get_document_authors(self.document_dict.keys()))
     return list(authors)
Ejemplo n.º 2
0
 def get_authors(self):
     '''
     Returns the authors of the documents that appear in this cluster.
     '''
     ws = WarehouseServer()
     authors = set(ws.get_document_authors(self.document_dict.keys()))
     return list(authors)