Information Retrieval project at UB
This project aims to build a fully functional News Search Engine solely in Java with the following goals.
- Parse 11,000 news articles with minimal markup and Index them.
- Create multiple indexes on the news articles as well as the metadata.
- Implement a Query Parser that can parse free text into structured query terms.
- Implement a Querying mechanism that can ingest query terms and find matching documents.
- Implement two popular scoring mechanisms to rank retrieved documents.