Skip to content

Commit

Permalink
Replaces highest_ranking_documents with representative_documents in R…
Browse files Browse the repository at this point in the history
…eadme
  • Loading branch information
x-tabdeveloping committed Mar 22, 2024
1 parent 1642779 commit dfc3f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ model.print_topics()

```python
# Print highest ranking documents for topic 0
model.print_highest_ranking_documents(0, corpus, document_topic_matrix)
model.print_representative_documents(0, corpus, document_topic_matrix)
```

<center>
Expand Down

0 comments on commit dfc3f82

Please sign in to comment.