Skip to content

Commit

Permalink
Update createTopics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriofsg authored Jan 5, 2024
1 parent cde30bb commit 106d1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createTopics.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def executar(self, corpus_embedding,size, name_model, seed_list=None,verbose=Non
#We argsort so that the first element is the sentence with the highest score
most_central_sentence_indices = np.argsort(-centrality_scores)

#Print the 5 sentences with the highest scores

#print("\n\nSummary:")
for idx in most_central_sentence_indices[0:size]:
topics.append(sentences[idx].strip())
Expand Down

0 comments on commit 106d1e3

Please sign in to comment.