minimalparts / PeARS

Archive repository for the PeARS project. Please head over to https://github.com/PeARSearch/PeARS-orchard for the latest version.
MIT License
17 stars 21 forks source link

Integrated url overlap into page scoring function. #18

Closed minimalparts closed 9 years ago

minimalparts commented 9 years ago

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.

stultus commented 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 :)