Skip to content

Elor170/AdHocTableRetrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdHocTableRetrieval

Indexing the tables

  • Required files: WP_tables.zip file in the resources directory, can be download from here.
  • Run: Indexer file.
    • EntropyCalculator class is used for the calculation of entropy and interestingness of a table.

Searching the queries

  • Required files:
    • queries.txt file in the resources directory (included in the repository).
    • index folder in the resources directory (created while indexing the tables).
  • Run: Searcher file.
  • Evaluation:
    • trec_eval directory is used for evaluation of the search.
    • The search results are written to result.txt file (while searching the queries).
    • trec_ndcg.bat run by the Searcher, and the NDCG measure is print in the command line.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published