|
|||||||||
| Home >> All >> recoinx >> [ clef overview ] | PREV NEXT | ||||||||
A
- ATS94 - Static variable in class recoinx.clef.CLEFConstants
- ATS95 - Static variable in class recoinx.clef.CLEFConstants
- acceptQuery(RemoteCLEFClient, CLEFQuery) - Method in class recoinx.clef.CLEFConnector.RMICLEFServer
- Accepts CLEFQuery objects from a RemoteCLEFClient and starts a RemoteCLEFCaller that handles the communication with the client and creates the RetrievalSession.
- acceptQuery(RemoteCLEFClient, CLEFQuery) - Method in interface recoinx.clef.RemoteCLEFConnector
- Receives and processes the specified CLEFQuery and stores the specified RemoteCLEFClient in order to return the results.
- actionPerformed(ActionEvent) - Method in class recoinx.clef.CLEFClient
- Handles ActionEvents from the buttons of this CLEFClient and triggers the submit mechanism or opens the CLEFFileChooser, for example.
- addTopic(String, int) - Method in class recoinx.clef.CLEFQuery
- Adds a new topic to this CLEFQuery using the specified topic content and
the specified language.
Note: Adding a topic will replace any previously added topic of the same language! - analyze(String, int) - Method in class recoinx.clef.CLEFAnalyzer
- Performs stopword removal and stemming on the specified topic according to the
specified language.
For the languages see CLEFConstants. - appletFrame - Variable in class recoinx.clef.CLEFClient
- A JFrame for this CLEFClient.
B
- bBrowseSave - Variable in class recoinx.clef.CLEFClient
- The JButtons.
- bBrowseTopic - Variable in class recoinx.clef.CLEFClient
- The JButtons.
- bSubmit - Variable in class recoinx.clef.CLEFClient
- The JButtons.
C
- CLEFAnalyzer - class recoinx.clef.CLEFAnalyzer.
- The CLEFAnalyzer class is the base class used for formatting, stemming, stop word removal, etc.
- CLEFAnalyzer(String) - Constructor for class recoinx.clef.CLEFAnalyzer
- Creates a new CLEFAnalyzer with the specified path to the stopword files.
- CLEFClient - class recoinx.clef.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.
- CLEFClient() - Constructor for class recoinx.clef.CLEFClient
- Creates a new CLEFClient.
- CLEFClient.CLEFFileChooser - class recoinx.clef.CLEFClient.CLEFFileChooser.
- The CLEFFileChooser class represents a JFileChooser to select a file or a folder from the file system.
- CLEFClient.CLEFFileChooser(String, String) - Constructor for class recoinx.clef.CLEFClient.CLEFFileChooser
- Creates a new CLEFFileChooser with the specified path that is used to set a path to start from.
- CLEFClient.RMIClient - class recoinx.clef.CLEFClient.RMIClient.
- Inner class that implements an RMI service to receive the results from the RemoteCLEFConnector.
- CLEFClient.RMIClient() - Constructor for class recoinx.clef.CLEFClient.RMIClient
- Creates a new RMIClient.
- CLEFClient.ResultFrame - class recoinx.clef.CLEFClient.ResultFrame.
- Inner class that represents a single JFrame to display the results.
- CLEFClient.ResultFrame(ResultList) - Constructor for class recoinx.clef.CLEFClient.ResultFrame
- Creates a new ResultFrame with the specified ResultList.
- CLEFClient.TRECFormatWriter - class recoinx.clef.CLEFClient.TRECFormatWriter.
- The TRECFormatWriter class extends the BufferedWriter to print to a File.
- CLEFClient.TRECFormatWriter(Writer) - Constructor for class recoinx.clef.CLEFClient.TRECFormatWriter
- Creates a new TRECFormatWriter with the specified Writer.
- CLEFCollectionMerger - class recoinx.clef.CLEFCollectionMerger.
- Class not implemented yet!
- CLEFCollectionMerger() - Constructor for class recoinx.clef.CLEFCollectionMerger
- Creates a new CLEFCollectionMerger.
- CLEFCollectionMerger.CollectionMergerRunnable - class recoinx.clef.CLEFCollectionMerger.CollectionMergerRunnable.
- The GIRTAdapterRunnable class implements the special behavior to query the database using KeywordQuery objects and ThesaurusExpansionSupport objects.
- CLEFCollectionMerger.CollectionMergerRunnable(RetrievalContainer, ComponentWorker) - Constructor for class recoinx.clef.CLEFCollectionMerger.CollectionMergerRunnable
- Constructor MySQLFrenchRunnable.
- CLEFCollectionMerger.CollectionMergerRunnable(RetrievalContainer, ComponentSupport, ComponentWorker) - Constructor for class recoinx.clef.CLEFCollectionMerger.CollectionMergerRunnable
- Creates a new MySQLFrenchRunnable with the specified ComponentSupport and RetrievalContainer.
- CLEFCollectionMerger.CollectionMergerRunnable(RetrievalContainer, ComponentSupport, ComponentRunnable, ComponentWorker) - Constructor for class recoinx.clef.CLEFCollectionMerger.CollectionMergerRunnable
- CLEFConnector - class recoinx.clef.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.
- CLEFConnector() - Constructor for class recoinx.clef.CLEFConnector
- Creates a new RMIKeywordConnector and instantiates the Service with the service name.
- CLEFConnector.RMICLEFServer - class recoinx.clef.CLEFConnector.RMICLEFServer.
- The inner class PublicRMIServer is an implementation of the RemoteCLEFConnector interface providing remote access from a client.
- CLEFConnector.RMICLEFServer(String) - Constructor for class recoinx.clef.CLEFConnector.RMICLEFServer
- Creates a new PublicRMIServer that registers a service with the specified name.
- CLEFConnector.RMICLEFServer(int, String) - Constructor for class recoinx.clef.CLEFConnector.RMICLEFServer
- Creates a new PublicRMIServer that registers a service with the specified name and port.
- CLEFConnector.RemoteCLEFCaller - class recoinx.clef.CLEFConnector.RemoteCLEFCaller.
- Inner class that handles the client request and response and extends Thread so every client request can run in its own Thread and doesn't have to wait for a previous request to finish.
- CLEFConnector.RemoteCLEFCaller(RemoteCLEFClient, CLEFQuery) - Constructor for class recoinx.clef.CLEFConnector.RemoteCLEFCaller
- Creates a new RemoteCLEFCaller that communicates with the specified client to create a response to the specified CLEFQuery.
- CLEFConstants - class recoinx.clef.CLEFConstants.
- A static class providing constants with information shared across the CLEF2003 project.
- CLEFConstants() - Constructor for class recoinx.clef.CLEFConstants
- CLEFLanguageMerger - class recoinx.clef.CLEFLanguageMerger.
- Merges CLEFResultLists that share the same language.
- CLEFLanguageMerger() - Constructor for class recoinx.clef.CLEFLanguageMerger
- Creates a new CLEFLanguageMerger.
- CLEFLanguageMerger.LanguageMergerRunnable - class recoinx.clef.CLEFLanguageMerger.LanguageMergerRunnable.
- The LanguageMergerRunnable class implements the behavior of a ComponentRunnable that merges CLEFResultLists of the same language into a MergedList.
- CLEFLanguageMerger.LanguageMergerRunnable(RetrievalContainer, ComponentWorker) - Constructor for class recoinx.clef.CLEFLanguageMerger.LanguageMergerRunnable
- Creates a new LanguageMergerRunnable with the specified RetrievalContainer and ComponentWorker.
- CLEFLanguageMerger.LanguageMergerRunnable(RetrievalContainer, ComponentSupport, ComponentWorker) - Constructor for class recoinx.clef.CLEFLanguageMerger.LanguageMergerRunnable
- Creates a new LanguageMergerRunnable with the specified RetrievalContainer, ComponentSupport and ComponentWorker.
- CLEFLanguageMerger.LanguageMergerRunnable(RetrievalContainer, ComponentSupport, ComponentRunnable, ComponentWorker) - Constructor for class recoinx.clef.CLEFLanguageMerger.LanguageMergerRunnable
- Creates a new LanguageMergerRunnable with the specified RetrievalContainer, ComponentSupport, ComponentRunnable and ComponentWorker.
- CLEFMergedResultList - class recoinx.clef.CLEFMergedResultList.
- The CLEFMergedResultList is a subclass of the MergedResultList that provides special attributes and functions for CLEF.
- CLEFMergedResultList() - Constructor for class recoinx.clef.CLEFMergedResultList
- Creates a new CLEFMergedResultList.
- CLEFQuery - class recoinx.clef.CLEFQuery.
- The CLEFQuery is a subclass of Query offering special attributes and behavior used in CLEF.
- CLEFQuery() - Constructor for class recoinx.clef.CLEFQuery
- Creates a new CLEFQuery with an empty topic array that has the size of 4.
- CLEFQuery(String) - Constructor for class recoinx.clef.CLEFQuery
- Creates a new CLEFQuery with the specified topic number and with an empty topic array that has the size of 4.
- CLEFQuery.CLEFTopic - class recoinx.clef.CLEFQuery.CLEFTopic.
- The CLEFTopic class encapsulates data about a topic of a particular language.
- CLEFQuery.CLEFTopic(String, int) - Constructor for class recoinx.clef.CLEFQuery.CLEFTopic
- Creates a new CLEFTopic with the specified content and language.
- CLEFResult - class recoinx.clef.CLEFResult.
- The CLEFResult is the representation of a CLEF document that has been retrieved.
- CLEFResult(String, float) - Constructor for class recoinx.clef.CLEFResult
- Creates a new CLEFResult holding the specified docNo and score.
- CLEFResult(ResultList, String, float) - Constructor for class recoinx.clef.CLEFResult
- Creates a new CLEFResult in the specified ResultList storing the specified docNo and score.
- CLEFResultList - class recoinx.clef.CLEFResultList.
- A CLEFResultList extends a simple ResultList.
- CLEFResultList() - Constructor for class recoinx.clef.CLEFResultList
- Creates a new CLEFResultList.
- CLEFResultList(CLEFResultList) - Constructor for class recoinx.clef.CLEFResultList
- Creates a new CLEFResultList that copies the attributes and results of the specified CLEFResultList.
- CLEFResultListMerger - class recoinx.clef.CLEFResultListMerger.
- The CLEFResultListMerger provides methods to merge a certain number of CLEFResultList objects into one CLEFResultList.
- CLEFResultListMerger(int) - Constructor for class recoinx.clef.CLEFResultListMerger
- Creates a new CLEFResultListMerger that cuts off the resulting list using the specified cut-off value.
- CLEFResultListMerger() - Constructor for class recoinx.clef.CLEFResultListMerger
- Creates a new CLEFResultListMerger.
- CLEFResultListMergerTest - class recoinx.clef.CLEFResultListMergerTest.
- A TestCase for the CLEFResultListMerger.
- CLEFResultListMergerTest(String) - Constructor for class recoinx.clef.CLEFResultListMergerTest
- Creates a new CLEFResultListMergerTest.
- CLEFTopicTranslator - class recoinx.clef.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.
- CLEFTopicTranslator() - Constructor for class recoinx.clef.CLEFTopicTranslator
- Creates a new CLEFTopicTranslator.
- CLEFTopicTranslator.TopicTranslatorRunnable - class recoinx.clef.CLEFTopicTranslator.TopicTranslatorRunnable.
- The TopicTranslatorRunnable class implements the special behavior to translate the english topic of a CLEFQuery into German, Spanish and English and complete the CLEFQuery.
- CLEFTopicTranslator.TopicTranslatorRunnable(RetrievalContainer, ComponentWorker) - Constructor for class recoinx.clef.CLEFTopicTranslator.TopicTranslatorRunnable
- Creates a new TopicTranslatorRunnable with the specified RetrievalContainer.
- CLEFTopicTranslator.TopicTranslatorRunnable(RetrievalContainer, ComponentSupport, ComponentWorker) - Constructor for class recoinx.clef.CLEFTopicTranslator.TopicTranslatorRunnable
- Creates a new TopicTranslatorRunnable with the specified ComponentSupport and RetrievalContainer.
- CLEFTopicTranslator.TopicTranslatorRunnable(RetrievalContainer, ComponentSupport, ComponentRunnable, ComponentWorker) - Constructor for class recoinx.clef.CLEFTopicTranslator.TopicTranslatorRunnable
- Creates a new TopicTranslatorRunnable with the specified RetrievalContainer, ComponentSupport and ComponentRunnable.
- COLLECTIONNAMES - Static variable in class recoinx.clef.CLEFConstants
- COLLECTIONTABLES - Static variable in class recoinx.clef.CLEFConstants
- checkOrder(CLEFResultList) - Method in class recoinx.clef.CLEFResultListMergerTest
- Returns true if the specified CLEFResultList is in an ordered state with the highest result as first element.
- client - Variable in class recoinx.clef.CLEFClient
- A RMI service that receives the answer from the RemoteCLEFConnector.
- client - Variable in class recoinx.clef.CLEFConnector.RemoteCLEFCaller
- The RemoteCLEFClient.
- collection - Variable in class recoinx.clef.CLEFResultList
- The collection of this CLEFResultList.
- componentWeights - Variable in class recoinx.clef.CLEFLanguageMerger
- The weights for the CLEFResultLists from different components.
The chain ID of the component is used as the key in this Hashtable. - copy() - Method in class recoinx.clef.CLEFResult
- Returns a copy of this CLEFResult.
- createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.CLEFCollectionMerger
- createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.CLEFCollectionMerger
- createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.CLEFCollectionMerger
- createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.CLEFConnector
- Method not implemented in this class.
- createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.CLEFConnector
- Method not implemented in this class.
- createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.CLEFConnector
- Method not implemented in this class.
- createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.CLEFLanguageMerger
- createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.CLEFLanguageMerger
- createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.CLEFLanguageMerger
- createComponentRunnable(RetrievalContainer) - Method in class recoinx.clef.CLEFTopicTranslator
- Creates and returns a new TopicTranslatorRunnable with the specified RetrievalContainer.
- createComponentRunnable(RetrievalContainer, Vector) - Method in class recoinx.clef.CLEFTopicTranslator
- Creates and returns a new TopicTranslatorRunnable with the specified RetrievalContainer and Vector.
- createComponentRunnable(RetrievalContainer, Vector, ComponentRunnable) - Method in class recoinx.clef.CLEFTopicTranslator
- Creates and returns a new TopicTranslatorRunnable with the specified RetrievalContainer, Vector and ComponentRunnable.
- createDocument(File) - Method in class recoinx.clef.CLEFClient
- Returns a org.dom4j.Document that represents the specified file.
- createDocument(Reader) - Method in class recoinx.clef.CLEFClient
- Returns a org.dom4j.Document that is created using the specified Reader.
- createDocument(File) - Method in class recoinx.clef.CLEFTopicTranslator.TopicTranslatorRunnable
- Returns a org.dom4j.Document that represents the specified file.
- createMergedResultList(ResultList[], float[]) - Method in class recoinx.clef.CLEFResultListMerger
- Merges the specified CLEFResultLists according to the specified weights into a
MergedResultList.
The CLEFResult objects inside the MergedResult objects in the merged list are references to the original objects in the specified lists, therefore they shouldn't be changed to preserve the original results as records. - createStopwords(File) - Static method in class recoinx.clef.CLEFAnalyzer
- Creates a String[] of stopwords from the specified file.
- cutOff - Variable in class recoinx.clef.CLEFResultListMerger
- The cut-off for this CLEFResultListMerger.
D
- dataA - Variable in class recoinx.clef.CLEFResultListMergerTest
- Example results.
- dataB - Variable in class recoinx.clef.CLEFResultListMergerTest
- Example results.
E
- EFE94 - Static variable in class recoinx.clef.CLEFConstants
- EFE95 - Static variable in class recoinx.clef.CLEFConstants
- ENGLISH - Static variable in class recoinx.clef.CLEFConstants
- englishAnalyzer - Variable in class recoinx.clef.CLEFAnalyzer
- A SnowballAnalyzer for English.
- equals(Result) - Method in class recoinx.clef.CLEFResult
- Compares this CLEFResult to the specified Result.
- executeRetrievalCycle(RetrievalSession, CLEFQuery) - Method in class recoinx.clef.CLEFConnector.RemoteCLEFCaller
- Uses the specified RetrievalSession to create a RetrievalCycle for the specified CLEFQuery.
F
- FR94 - Static variable in class recoinx.clef.CLEFConstants
- FRENCH - Static variable in class recoinx.clef.CLEFConstants
- formatWriter - Variable in class recoinx.clef.CLEFClient
- A TRECFormatWriter to create the official TREC format for results.
- frenchAnalyzer - Variable in class recoinx.clef.CLEFAnalyzer
- A SnowballAnalyzer for French.
G
- GERMAN - Static variable in class recoinx.clef.CLEFConstants
- GH95 - Static variable in class recoinx.clef.CLEFConstants
- germanAnalyzer - Variable in class recoinx.clef.CLEFAnalyzer
- A SnowballAnalyzer for German.
- getAnalyzedString(SnowballAnalyzer, String) - Static method in class recoinx.clef.CLEFAnalyzer
- Parses the specified string and applies stemming using the specified SnowballAnalyzer.
- getCollection() - Method in class recoinx.clef.CLEFResultList
- Returns the collection.
- getCollectionCode() - Method in class recoinx.clef.CLEFResultList
- Returns a short name of the collection of the CLEFResultList.
- getCollectionName(int) - Static method in class recoinx.clef.CLEFConstants
- Returns the name of the specified collection.
- getCollectionTable(int) - Static method in class recoinx.clef.CLEFConstants
- Returns the tablename of the specified collection.
- getCollectionsByLanguage(int) - Static method in class recoinx.clef.CLEFConstants
- Returns an int[] that contains the static integers of the collections that belong to the specified language.
- getDocNo() - Method in class recoinx.clef.CLEFResult
- Returns the document number of this CLEFResult.
This method is just for convenience, because a call to the method getUniqueIdentifier() would return the same value as an Object which would have to be cast back into a String. - getEqualResultFromList(Vector, CLEFResult) - Method in class recoinx.clef.CLEFResultListMerger
- Returns the CLEFResult from the specified vector that equals the specified CLEFResult.
- getLanguage() - Method in class recoinx.clef.CLEFMergedResultList
- Returns the language of this CLEFMergedResultList.
- getLanguage() - Method in class recoinx.clef.CLEFQuery.CLEFTopic
- Returns the language of this CLEFTopic.
- getLanguage() - Method in class recoinx.clef.CLEFResultList
- Returns the language.
- getLanguageName(int) - Static method in class recoinx.clef.CLEFConstants
- Returns a String representing the specified language.
- getLanguages() - Static method in class recoinx.clef.CLEFConstants
- Returns an int[] containing the languages.
- getSavePath() - Method in class recoinx.clef.CLEFClient.RMIClient
- Returns the path where results are saved.
- getTopic(int) - Method in class recoinx.clef.CLEFQuery
- Returns the content of the topic that has the specified language.
- getTopic() - Method in class recoinx.clef.CLEFResultList
- Returns this CLEFResultList's CLEFTopic.
- getTopicContent() - Method in class recoinx.clef.CLEFQuery.CLEFTopic
- Returns the content of this CLEFTopic.
- getTopicIterator(Document) - Method in class recoinx.clef.CLEFClient
- Returns an Iterator ocer the topic elements in the specified Document.
- getTopicIterator(Document) - Method in class recoinx.clef.CLEFTopicTranslator.TopicTranslatorRunnable
- getTopicNumber() - Method in class recoinx.clef.CLEFMergedResultList
- Returns the topic number of the topic from which this CLEFMergedResultList was created.
- getTopicNumber() - Method in class recoinx.clef.CLEFQuery.CLEFTopic
- Returns the topic number of this CLEFTopic which is read from the enclosing CLEFQuery class.
- getTopicNumber() - Method in class recoinx.clef.CLEFQuery
- Returns the topic number of this CLEFQuery.
- getTopicNumber() - Method in class recoinx.clef.CLEFResult
- Returns the topic number that is set in the CLEFResultList.
- getTopicNumber() - Method in class recoinx.clef.CLEFResultList
- Returns the topic number that is stored in this CLEFResultList's CLEFTopic.
- getTopicTranslated(String, int) - Method in class recoinx.clef.CLEFTopicTranslator.TopicTranslatorRunnable
- Returns a translation of the topic with the specified number in the specified language.
I
- init() - Method in class recoinx.clef.CLEFClient.ResultFrame
- Initiates the GUI components of this ResultFrame.
- initiate(Component) - Method in class recoinx.clef.CLEFCollectionMerger
- Initiates this CLEFCollectionMerger by calling the superclasses' initiate() methods to set the attributes.
- initiate(Component) - Method in class recoinx.clef.CLEFConnector
- Initiates this CLEFConnector with the specified Component.
- initiate(Component) - Method in class recoinx.clef.CLEFLanguageMerger
- Initiates this CLEFLanguageMerger by passing the specified Component to the superclass's initiate method.
- initiate(Component) - Method in class recoinx.clef.CLEFTopicTranslator
- Initiates this CLEFTopicTranslator using the specified Component.
- initiateComponents() - Method in class recoinx.clef.CLEFClient
- Initiates the GUI components of this CLEFClient.
L
- LANGUAGENAMES - Static variable in class recoinx.clef.CLEFConstants
- LAT94 - Static variable in class recoinx.clef.CLEFConstants
- LM94 - Static variable in class recoinx.clef.CLEFConstants
- lMessage - Variable in class recoinx.clef.CLEFClient
- The JLabels.
- lSave - Variable in class recoinx.clef.CLEFClient
- The JLabels.
- lTopic - Variable in class recoinx.clef.CLEFClient
- The JLabels.
- language - Variable in class recoinx.clef.CLEFMergedResultList
- The shared language of the CLEFResults.
- language - Variable in class recoinx.clef.CLEFQuery.CLEFTopic
- The language of the topic.
- languages - Variable in class recoinx.clef.CLEFLanguageMerger.LanguageMergerRunnable
- The languages.
- listA - Variable in class recoinx.clef.CLEFResultListMergerTest
- A CLEFResultList.
- listB - Variable in class recoinx.clef.CLEFResultListMergerTest
- Another CLEFResultList.
- logger - Static variable in class recoinx.clef.CLEFAnalyzer
- The logger of this class.
- logger - Static variable in class recoinx.clef.CLEFClient
- The logger for this class.
- logger - Static variable in class recoinx.clef.CLEFCollectionMerger
- The logger of this class.
- logger - Static variable in class recoinx.clef.CLEFConnector
- The logger for this class.
- logger - Static variable in class recoinx.clef.CLEFConstants
- logger - Static variable in class recoinx.clef.CLEFLanguageMerger
- The logger of this class.
- logger - Static variable in class recoinx.clef.CLEFResult
- The logger of this class.
- logger - Static variable in class recoinx.clef.CLEFResultList
- The logger for this class.
- logger - Static variable in class recoinx.clef.CLEFResultListMerger
- The logger for this class.
- logger - Static variable in class recoinx.clef.CLEFResultListMergerTest
- The logger for this class.
- logger - Static variable in class recoinx.clef.CLEFTopicTranslator
- The logger of this class.
- logger - Static variable in class recoinx.clef.ScoreNormalizer
- The logger for this class.
- lookupConnector(String) - Method in class recoinx.clef.CLEFClient
- Looks up the RemoteCLEFConnector service in the rmiregistry using the specified URL.
M
- main(String[]) - Static method in class recoinx.clef.CLEFClient
- Main-method of this CLEFClient that starts the client.
- maxScore - Variable in class recoinx.clef.CLEFResultListMergerTest
- The highest score of the example results.
- mergeResultLists(Vector) - Method in class recoinx.clef.CLEFResultListMerger
- Merges the CLEFResultLists in the specified Vector.
- mergeResultLists(CLEFResultList[], float[]) - Method in class recoinx.clef.CLEFResultListMerger
- Merges the specified CLEFResultLists according to the specified weights.
- mergeResultLists(CLEFResultList, CLEFResultList, float, float) - Method in class recoinx.clef.CLEFResultListMerger
- Merges the two specified CLEFResultLists according to the specified weights.
- mergeTranslations(String[]) - Method in class recoinx.clef.CLEFTopicTranslator.TopicTranslatorRunnable
- Merges the translations in the specified String[] into one String.
- merger - Variable in class recoinx.clef.CLEFResultListMergerTest
- A CLEFResultListMerger.
N
- normalize(CLEFResultList) - Static method in class recoinx.clef.ScoreNormalizer
- Takes the specified CLEFResultList and normalizes the scores of the contained CLEFResult objects to the range of [0,1] using the list's highest result.
- normalize(CLEFResultList, float) - Static method in class recoinx.clef.ScoreNormalizer
- Takes the specified CLEFResultList and normalizes the scores of the contained CLEFResult objects to the range of by dividing all RSVs with the specified float maxScore.
P
- printMessage(String) - Method in class recoinx.clef.CLEFClient
- Outputs the specified message to the user.
Q
- query - Variable in class recoinx.clef.CLEFConnector.RemoteCLEFCaller
- The CLEFQuery.
- query - Variable in class recoinx.clef.CLEFLanguageMerger.LanguageMergerRunnable
- Will be set to the first CLEFQuery that is found in the RetrievalContainer.
- quickSort(int, int, CLEFResult[]) - Static method in class recoinx.clef.CLEFConstants
- Sorts the CLEFResult objects in the specified array using quicksort.
R
- RemoteCLEFClient - interface recoinx.clef.RemoteCLEFClient.
- Remote interface that describes the methods of a client object that can be called via RMI.
- RemoteCLEFConnector - interface recoinx.clef.RemoteCLEFConnector.
- A remote interface that describes methods which can be called from a client via RMI.
- receiveResults(Vector) - Method in class recoinx.clef.CLEFClient.RMIClient
- The remote method that is called by the RemoteCLEFConnector to return any results.
- receiveResults(Vector) - Method in interface recoinx.clef.RemoteCLEFClient
- Takes back the results.
- recoinx.clef - package recoinx.clef
- remoteConnector - Variable in class recoinx.clef.CLEFClient
- The RemoteCLEFConnector.
- renderResultList() - Method in class recoinx.clef.CLEFClient.ResultFrame
- Renders the results in a formatted form.
- resultList - Variable in class recoinx.clef.CLEFClient.ResultFrame
- The ResultList that is displayed.
- run() - Method in class recoinx.clef.CLEFCollectionMerger.CollectionMergerRunnable
- run() - Method in class recoinx.clef.CLEFConnector.RemoteCLEFCaller
- The run-method starts a retrieval session for the client and a retrieval cycle is created.
- run() - Method in class recoinx.clef.CLEFLanguageMerger.LanguageMergerRunnable
- Uses all CLEFResultLists and the first CLEFQuery it finds in the RetrievalContainer to merge the lists into one MergedList.
- run() - Method in class recoinx.clef.CLEFTopicTranslator.TopicTranslatorRunnable
- The run-method of this TopicTranslatorRunnable.
It takes the DocNo of the CLEFQuery and uses it to look up the different translations of the topic in the translation files.
S
- SDA94 - Static variable in class recoinx.clef.CLEFConstants
- SDA95 - Static variable in class recoinx.clef.CLEFConstants
- SP9495 - Static variable in class recoinx.clef.CLEFConstants
- SPANISH - Static variable in class recoinx.clef.CLEFConstants
- ScoreNormalizer - class recoinx.clef.ScoreNormalizer.
- The ScoreNormalizer is a helper class that provides methods to normalize the scores of CLEFResult objects in a CLEFResultList, e.g.
- ScoreNormalizer() - Constructor for class recoinx.clef.ScoreNormalizer
- saveChooser - Variable in class recoinx.clef.CLEFClient
- A CLEFFileChooser to select the directory to save results to from the file system.
- savePath - Variable in class recoinx.clef.CLEFClient.RMIClient
- The path where to save any results.
- sendResults(RetrievalCycle) - Method in class recoinx.clef.CLEFConnector.RemoteCLEFCaller
- Sends the results from the specified RetrievalCycle to the client.
- serverURL - Variable in class recoinx.clef.CLEFClient
- The URL of the CLEF RMI service.
- serviceName - Variable in class recoinx.clef.CLEFConnector
- The service name of this CLEFConnector.
- setCollection(int) - Method in class recoinx.clef.CLEFResultList
- Sets the collection of this CLEFResultList to the specified one.
- setLanguage(int) - Method in class recoinx.clef.CLEFMergedResultList
- Sets the language of this CLEFMergedResultList to the specified language.
- setSavePath(String) - Method in class recoinx.clef.CLEFClient.RMIClient
- Sets the path where results are saved to the specified path.
- setTopic(CLEFQuery.CLEFTopic) - Method in class recoinx.clef.CLEFMergedResultList
- Sets the topic of this CLEFMergedResultList to the specified one.
- setTopic(CLEFQuery.CLEFTopic) - Method in class recoinx.clef.CLEFResultList
- Sets the CLEFTopic of this CLEFResultList.
- setUp() - Method in class recoinx.clef.CLEFResultListMergerTest
- Sets up this CLEFResultListMergerTest.
- sortResultList(CLEFResultList) - Method in class recoinx.clef.CLEFResultListMerger
- Sorts the specified CLEFResultList returns it with the highest score first.
- spanishAnalyzer - Variable in class recoinx.clef.CLEFAnalyzer
- A SnowballAnalyzer for Spanish.
- stopwordPath - Variable in class recoinx.clef.CLEFAnalyzer
- The path where the stopword files can be found.
- stopwordPath - Variable in class recoinx.clef.CLEFTopicTranslator
- The path to the directory where the stopword files can be found.
T
- testGetCLEFResult() - Method in class recoinx.clef.CLEFResultListMergerTest
- Test for testGetCLEFResult()
- testMergeResultListsCLEFResultListArrayintArray() - Method in class recoinx.clef.CLEFResultListMergerTest
- Test for CLEFResultList mergeResultLists(CLEFResultList[], int[])
- testMergeResultListsCLEFResultListCLEFResultListintint() - Method in class recoinx.clef.CLEFResultListMergerTest
- Test for CLEFResultList mergeResultLists(CLEFResultList, CLEFResultList, int, int)
- testMergeResultListsVector() - Method in class recoinx.clef.CLEFResultListMergerTest
- Test for CLEFResultList mergeResultLists(Vector)
- testSortResultList() - Method in class recoinx.clef.CLEFResultListMergerTest
- Test for testSortResultList()
- testcreateMergedResultListsResultListArrayfloatArray() - Method in class recoinx.clef.CLEFResultListMergerTest
- Test for CLEFResultList createMergedResultLists(ResultList[], float[])
- textArea - Variable in class recoinx.clef.CLEFClient.ResultFrame
- A JTextArea to render the ResultList.
- tfCutOff - Variable in class recoinx.clef.CLEFClient
- The JTextFields.
- tfSavePath - Variable in class recoinx.clef.CLEFClient
- The JTextFields.
- tfTopicNumber - Variable in class recoinx.clef.CLEFClient
- The JTextFields.
- tfTopicPath - Variable in class recoinx.clef.CLEFClient
- The JTextFields.
- toXML() - Method in class recoinx.clef.CLEFMergedResultList
- Returns a XML representation of this CLEFMergedResultList.
- toXML() - Method in class recoinx.clef.CLEFResult
- Returns a XML representation of this CLEFResult.
- toXML() - Method in class recoinx.clef.CLEFResultList
- Returns a XML representation of this CLEFResultList.
- topic - Variable in class recoinx.clef.CLEFMergedResultList
- The topic
- topic - Variable in class recoinx.clef.CLEFQuery.CLEFTopic
- The content of the topic.
- topic - Variable in class recoinx.clef.CLEFResultList
- The topic.
- topicChooser - Variable in class recoinx.clef.CLEFClient
- A CLEFFileChooser to select the topic file from the file system.
- topicFile - Variable in class recoinx.clef.CLEFClient
- The file with the topics.
- topicNumber - Variable in class recoinx.clef.CLEFQuery
- The topic number.
- topics - Variable in class recoinx.clef.CLEFQuery
- The CLEFTopics.
- translationPath - Variable in class recoinx.clef.CLEFTopicTranslator
- The path to the directory where the translations can be found.
W
- windowActivated(WindowEvent) - Method in class recoinx.clef.CLEFClient
- Empty implementation of WindowListener method.
- windowClosed(WindowEvent) - Method in class recoinx.clef.CLEFClient
- Empty implementation of WindowListener method.
- windowClosing(WindowEvent) - Method in class recoinx.clef.CLEFClient
- Exits this CLEFClient.
- windowDeactivated(WindowEvent) - Method in class recoinx.clef.CLEFClient
- Empty implementation of WindowListener method.
- windowDeiconified(WindowEvent) - Method in class recoinx.clef.CLEFClient
- Empty implementation of WindowListener method.
- windowIconified(WindowEvent) - Method in class recoinx.clef.CLEFClient
- Empty implementation of WindowListener method.
- windowOpened(WindowEvent) - Method in class recoinx.clef.CLEFClient
- Empty implementation of WindowListener method.
- writeDoc(XMLWriter, Document) - Method in class recoinx.clef.CLEFClient
- Writes the specified Document using the specified XMLWriter
- writeFormattedDoc(String, Document) - Method in class recoinx.clef.CLEFClient.TRECFormatWriter
- Writes the specified Document if the root element discovered equals
CLEFRESULTLIST or CLEFMERGEDRESULTLIST.
The inidividual results are transformed into the official TREC result format using the specified String as run ID.
X
- xmlReader - Variable in class recoinx.clef.CLEFClient
- A SAXReader to read XML files.
- xmlReader - Variable in class recoinx.clef.CLEFTopicTranslator
- A SAXReader to read XML files.
- xmlWriter - Variable in class recoinx.clef.CLEFClient
- A SAXWriter to write XML files.
A B C D E F G I L M N P Q R S T W X
|
|||||||||
| Home >> All >> recoinx >> [ clef overview ] | PREV NEXT | ||||||||