FIT5166 Information Retrieval Systems: Vector Space Model Project
VerifiedAdded on 2023/06/04
|5
|1713
|397
Project
AI Summary
This document presents a solution to an information retrieval system project, focusing on the development of a search engine capable of indexing documents and retrieving relevant matches based on keyword queries using the vector space model. The project outlines the objectives, scope, and implementation plan, including the functionalities of various Java source files such as MySearchEngine.java, Searcher.java, Indexer.java, InvertedIndex.java, and Stemmer.java. It details the processes of tokenization, stemming, indexing, and search, along with risk mitigation strategies and assumptions. The expected outcome involves a program that compiles successfully, indexes documents, and returns a ranked list of relevant documents based on cosine similarity. The project concludes that the program effectively computes all source files and returns the expected results, confirming the successful development of the information retrieval system. Desklib provides access to similar past papers and solved assignments.
1 out of 5