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

Optimize search precision #70

Open
elisamussumeci opened this issue Oct 21, 2014 · 0 comments
Open

Optimize search precision #70

elisamussumeci opened this issue Oct 21, 2014 · 0 comments

Comments

@elisamussumeci
Copy link
Member

Currently we're querying in the link_content, which contains the whole html of the page and includes some stuff that we're not interested at, like comments, ads etc. This affects the precision of the search.

We should be searching the query only on the cleaned text of the article. One way of doing this is using the Goose library to clean the link_content and then start making the search on that cleaned text.

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

No branches or pull requests

1 participant