DorreenRostami / SBU-ElasticSearch

SBU project for the course "Information Retrieval"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SBU_elasticSearch

SBU project for the course "Information Retrieval"

The data used here is the top 100 news crawled from this site

This code re-orders the results from searching query in the text, so that the order is as close as possible to the results from searching in the titles.

This is done by using optimizations such as gradient descent (written in "manual.py") or scipy.optimize (written in "ez.py") which are placed in the "ai" folder. The data these optimization functions work with is the data we receive from pytrec_eval

About

SBU project for the course "Information Retrieval"


Languages

Language:Python 100.0%