Objective |
Design and implement information retrieval
system.
1) Build the indexing component, which will take a large collection
of text and produce a searchable, persistent data structure.
2) Build the searching component (Using the VSM (Vector Space Model)).
3) Advanced functionality (Remote Search Agent, Distributed Information
Retrieval System) |