Uses of Package
iglu.ir

Packages that use iglu.ir
iglu.examples Some examples to illustrate how the classes work. 
iglu.ir A set of classes for creating Information Retrieval programs. 
 

Classes in iglu.ir used by iglu.examples
RAMSearchEngine
          An implementation of the SearchEngine interface that keeps all intermediate information in memory.
StopList
          Implementation of a simple stoplist.
TermVector
          A term vector is a mapping of all words in a language to values.
TFIDFVectorCreator
          Generates TFIDF vectors from a document set.
 

Classes in iglu.ir used by iglu.ir
AbstractDocument
          Implements some of the basic Document methods using a TermVector.
AbstractIRPacket
          Provides some implementation independent utility methods for IRPackets.
AbstractVectorCreator
          Implements some of the functionality of the vector creator and provides a convienence method for making produced vectors conform to the user's limitations on them.
Document
          An interface for a document in the Information Retrieval Library.
DocumentFilter
          Applies a transformations to the indexible content of a Document.
DocumentSet
          An interface to a randomly accessible collection of documents.
EditableDocumentSet
          A simple extension of DocumentSet which lets you add documents.
InformationSource
          A generic interface for queryable information sources.
IRPacket
          An interface for information needed in Information Retrieval Tests.
PRPair
          The results of a single query for a specific number of documents
PRResult
          The results of a PrecisionRecall experiment on a particular query.
SearchEngine
          An interface for a search engine.
SearchEngineException
          An exception thrown by some SearchEngine
StopList
          Implementation of a simple stoplist.
TermVector
          A term vector is a mapping of all words in a language to values.
TrainableVectorCreator
           
VectorCreator
          An interface for classes that can create vectors for documents.