IRF: An IR
Framework
This is a guide to IRF, an object-oriented framework for information retrieval
applications. The purpose of the guide is to provide information of a basic
nature about IRF and a sample text retrieval application (SampleApp).
-
It describes what IRF is, what its origins are, how is it organized, and
how to install and test it.
-
It summarizes how the major classes are involved in the main functionality
supported by IRF: converting data into documents which can then be indexed,
retrieved using a query, and presented. Details about the classes themselves
are contained in the source code using javadoc comments.
-
It discusses some scenarios for using IRF and the sample application as-is
and with varying degrees of tailoring/extension.
-
It addresses known problems, some of the many things we wanted to do but
didn't get to, and some references.
Here is a table of contents:
-
Introduction
-
Overview of major classes and their relations
-
Guide to use
-
Known problems/limitations
-
Things to do
-
Bibliography
Last updated: Tuesday, 01-Aug-2000 08:34:23 EDT
Date created: Monday, 31-Jul-00
For further information contact Paul Over (over@nist.gov) with
copy to Darrin Dimmick (ddimmick@nist.gov)