1 / 5

Efficient Information Retrieval System with Real-time Indexing and Fast Search Performance

This project focuses on modern information retrieval techniques, including indexing, stop word removal, Porter's stemming algorithm, word counting, and hit rate calculation. The system inserts data into three database tables: Doc, Word, and Vector, with indexing times and file sizes tested on different hardware configurations. Searching is optimized with MySQL server running on specific hardware settings for faster search performance.

dmckee
Download Presentation

Efficient Information Retrieval System with Real-time Indexing and Fast Search Performance

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Modern Information Retrieval 組員:張中原 楊惟仁 謝坤龍

  2. Indexing • Stop Word • Porter’s Stemming • Count each word • Calculate hitrate(word_count/num_of_words)

  3. Insert into Database • 3 Tables : Doc,Word,Vector • Doc Table • Word Table

  4. Insert into Database • Vector Table • Indexing time AMD 1G + Windows XP + PHP -> 3~4分鐘 PII 300 + FreeBSD + PHP -> 6~7分鐘 • Index File Size 665084504 Oct 31 00:56 vectorlist.ISD 814268416 Oct 31 00:56 vectorlist.ISM

  5. Searching • MySQL Server running on PII300 + FreeBSD + 2G HD(4xxx rpm)

More Related