Closed minimalparts closed 9 years ago
Before merging, please note that I've copied getUrlOverlap.py from web/scoring_modules/url_overlap/ into the app/ folder. Not sure that's how you want to have things structured.
That is fine, any script that the app uses can reside in the app/ directory. and all independent scripts should go to app/utils directory . that was the structure that we planned :)
This integrates a module to check the character overlap between query and url. This helps with sites such as stackoverflow or wikipedia, which have a detailed description of the content of the page in the url.
Before merging, please note that I've copied getUrlOverlap.py from web/scoring_modules/url_overlap/ into the app/ folder. Not sure that's how you want to have things structured.