Coder Social home page Coder Social logo

search-engine's Introduction

QryEval is an application built on top of part of Lucene-4.3.0 APIs. It parses, optimizes, 
analyzes queries and retrieve ranked Lucene-indexed documents from ClueWeb09 dataset.
Qry is the root class in the query operator hierarchy, which is inherited by every detailed
query operator. QryEval takes a single argument input, which specifies the path to the parameter
file for the specific task. Examples of parameter files can be found in the parameterFiles folder. For
detailed parameter requirements for each model, please check the implementation of each RetrievalModel
class. QryEval supports four basic retrieval models (UnrankedBoolean, RankedBoolean, BM25 and Indir)
and ten different query operators. It also supports query expansion for Indri model, and learning to
rank for Indri and BM25. For learning to rank, it calls svm_rank software in another process to 
perform SVM ranking based on computed feature vectors. PageRankInIndex file may need to be specified 
for some tasks in the parameter file. 

Use requirements: 
1.add Lucene-4.3.0 APIs to the class build path
2.add ClueWeb09 indexed dataset to the parameter file

Usage:

Java QryEval $PATH_TO_PARAMETER_FILE 

search-engine's People

Contributors

xmanswer avatar

Watchers

James Cloos avatar  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.