Giter Site home page Giter Site logo

irproject3's Introduction

IRProject3

Evaluation of IR models

Create cores for BM25 and VSM using the createCore and indexer files

You can git a POST request via postman to delete the data and reindex it using the indexer everytime you modify the core schema: http://{GCP_IP}:8983/solr/VSM/update http://{GCP_IP}:8983/solr/BM25/update Body(JSON)- { "delete": { "query": ":" } } Run the json_trec_eval_lang.py file to generate the output of queries for BM25 and VSM Upload those files to GCP to evaluate the MAP scores. You need to have trec installed in your VM to run the trec_eval query

Query: trec_eval -q -c -M 1000 qrel.txt {output_file_for_BM25/VSM}

Improve MAP scores by modifying parameters (eg: k, b in BM25)

Get the best possible MAP scores

irproject3's People

Contributors

shalmalee98 avatar shalmaleeshenolikar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.