Developing an Information Retrieval Engine using Vector Space Model in Java
VerifiedAI Summary
This article discusses the implementation plan of an information retrieval engine that will be able to index a collection of documents and retrieve matching documents in response to a keyword query. The developed program will retrieve the information using the vector space model and will be written in Java. The functionalities and their test cases are discussed in detail.