Skip to content

ABDULAZIZALQATAN/RetrievabilityCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RetrievabilityCalculator

General Description :

It is used to calculate retrievability (retrieval possibility) of a set of documents From Lucene4IR Index This Retrievability Calculator is based on the attached paper Retrievability An Evaluation Measure for Higher Order Information Access Tasks.pdf to calculate the document retievability of a range of documents from a Lucene4IR index File

FlowChart

Process Flow Chart With 3 Stored Procedures

Development Tool :

IntellJ Version 2019.1.3

Running Steps :

1. Download Lucene4IR

2. Place Src files and parameter files in a new project

Place files in a new project

3. Create a configuration for Retrievability Calculator

Create Configuration

4. Index Some data using IndexerApp of Lucene4IR

Indexing Data

5. Fill Retrievability input XML parameters file as your needs then run the code

Fill Parameters

6. if the run succceed you get a results like this

Output Results

Output Files

  1. CommonCoreResults.res >> Retrieval Results
  2. DocRetrievability.txt >> List of all documents with their r values
  3. longQueryGrams.txt >> Detailed list of grams (QryID , QryName / Counter , weight)
  4. queryGram.txt >> Detailed list of grams (QryID , QryName ) used for Retrieval process

About

calculate retrievability (**retrieval possibility**) of a set of documents From Lucene4IR Index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages