Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve readability #275

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ you can:
* Get number of detected topics.
* Get topics.
* Get topic sizes.
* Get hierarchichal topics.
* Get hierarchical topics.
* Search topics by keywords.
* Search documents by topic.
* Search documents by keywords.
Expand Down Expand Up @@ -338,7 +338,7 @@ for doc, score, doc_id in zip(documents, document_scores, document_ids):

Document: 9433, Score: 0.5997
-----------
The same way that any theory is proven false. You examine the predicitions
The same way that any theory is proven false. You examine the predictions
that the theory makes, and try to observe them. If you don't, or if you
observe things that the theory predicts wouldn't happen, then you have some
evidence against the theory. If the theory can't be modified to
Expand Down