-
Notifications
You must be signed in to change notification settings - Fork 5
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
WIP: Positive/negative highest ranking terms #31
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! just a couple of comments/questions:
- more of a matter of taste, but for less repeated code the logic that is now in
_topics_table
could actually be implemented as part ofget_topics
(as it was before)? not a biggie tho, can leave as is right now and potentially discuss this for later refactoring; - following the same logic as with keywords, should the user be able to see "lowest" ranking docs for a topic -- should there be an option to return negative documents in
_highest_ranking_docs
?
Regarding |
Regarding the other point: Yes, totally! I just haven't implemented it yet. But if you look at the issue's description I already outlined that I wanna do it :D |
Fine by me to leave as is for now - I like how “semantically” transparent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I’ll leave it to you to decide if for transparency you want to rename show_negative
arguments to show_lowest
.
No description provided.