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

Keyword search does not include user topics #1

Open
cegme opened this issue Aug 7, 2012 · 1 comment
Open

Keyword search does not include user topics #1

cegme opened this issue Aug 7, 2012 · 1 comment
Assignees

Comments

@cegme
Copy link
Owner

cegme commented Aug 7, 2012

Keyword search does not include user topics.

The keyword search should include the user preferences specified by the User Model.

@ghost ghost assigned virup Sep 5, 2012
@cegme
Copy link
Owner Author

cegme commented Sep 5, 2012

We can create a function keyword_rank that takes the user option array and compares all the results of the keyword search to provide a ranking.
We can add this to the web/query.php function.

Here is some pseudocode:

double keyword_rank (int[] user_options. int[] topic_distribution) { return kl(user_options, topic_distribution); }

So this computes the kl divergence between the given over_options array and the paper topic distribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants