Resume
Work Experiences
Course Projects
Source Codes
Relate Links
Contact Me
 
Copyright © 2004
Guang Huang
Hit Counter
Logo
 HomeResumeWork ExperiencesCourse ProjectsSource CodesLinkContact
 

HOME > Course Projects > Information Retrieval

Information Retrieval System

Design Detail HERE
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)
Description Project Requirements:
1) Data Collection: Reuters Collection Volume 1 (RCV1)
2) Using Stop Lists & Stemming in phase I
3) Using the VSM model
4) Distributed Information REtrieval System
5) Graphic User Interface for search keyword input
6) Using Variable for the Inverted Index File
Design Languages Java
Degisn Tools Java IDE Tools --- Jbuilder Enterprise V8.0
Case Model Tool--- Rational Rose Enterprise 2002
System Enviroment N/A
Download Codes Here