|
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. |