项目作者: PavanGJ

项目描述 :
Information Retrieval: Boolean Query and Inverted Index
高级语言: Java
项目地址: git://github.com/PavanGJ/InvertedIndex.git
创建时间: 2017-11-28T18:03:58Z
项目社区:https://github.com/PavanGJ/InvertedIndex

开源协议:

下载


Information Retrieval: Boolean Query and Inverted Index

This project was carried out as part of CSE 435/535 at University at Buffalo, State University of New York during Fall 2016

This project deals with query processing over RCV2 multilingual news corpus. This project can be split into two tasks:

  • Inverted Index generation
  • Boolean Query Processing

The Inverted Index is built on the backbone of a LinkedList and populated using the information extracted from a Lucene index generated from RCV2 corpus.

The specifications for the project is mentioned in IR_Project2.pdf