Skip to content

DorreenRostami/SBU-ElasticSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages