Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package recoinx.clef

Interface Summary
RemoteCLEFClient Remote interface that describes the methods of a client object that can be called via RMI.
RemoteCLEFConnector A remote interface that describes methods which can be called from a client via RMI.
 

Class Summary
CLEFAnalyzer The CLEFAnalyzer class is the base class used for formatting, stemming, stop word removal, etc.
CLEFClient The CLEFClient represents an application that offers graphical means to enter all parameters needed to execute the retrieval process, send them and process the results upon completion.
CLEFCollectionMerger Class not implemented yet!
CLEFConnector The CLEFConnector is a Component that provides RMI functions to receive a number of CLEFQuery objects from a remote client and return the ResultContainer.
CLEFConstants A static class providing constants with information shared across the CLEF2003 project.
CLEFLanguageMerger Merges CLEFResultLists that share the same language.
CLEFMergedResultList The CLEFMergedResultList is a subclass of the MergedResultList that provides special attributes and functions for CLEF.
CLEFQuery The CLEFQuery is a subclass of Query offering special attributes and behavior used in CLEF.
CLEFResult The CLEFResult is the representation of a CLEF document that has been retrieved.
CLEFResultList A CLEFResultList extends a simple ResultList.
CLEFResultListMerger The CLEFResultListMerger provides methods to merge a certain number of CLEFResultList objects into one CLEFResultList.
CLEFResultListMergerTest A TestCase for the CLEFResultListMerger.
CLEFTopicTranslator The CLEFTopicTranslator is a PreQuery ComponentWorker class that takes the English topic of a CLEFQuery and uses pre-translated files to fill the CLEFQuery's translated topics.
ScoreNormalizer The ScoreNormalizer is a helper class that provides methods to normalize the scores of CLEFResult objects in a CLEFResultList, e.g.