- 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.
- 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.