Information Retrieval System-Chapter-1
Information Retrieval System-Chapter-1
Information Retrieval System-Chapter-1
System
Chapter-1
IRS
Information retrieval (IR) deals with the representation,
storage, organization, and access to information items.
Information retrieval (IR) is the process of finding
relevant documents that satisfies information need
of users from large collections of unstructured text.
IRS Design/Architecture
(For general users IRS system is included with Web e.g. Search
Engines)
A Formal Characterization of IR
Models
Boolean Model
The Boolean model is a simple retrieval model based on
set theory and Boolean algebra.
the Boolean model provides a framework which is easy
to grasp by a common user of an IR system.
the queries are specified as Boolean expressions.
The result is relevant document produced or not.
10
11
12
Vector Model
Proposes a framework in which partial matching is
possible.
This is done by assigning non-binary weights to index
terms in queries and in documents.
These term weights are used to compute the degree
of similarity between each document stored in the
system and the user query.
Finally Sorting the documents retrieval in decreasing
order in terms of degree of similarity.
13
14
15
16
17
18
19
20
21
22