Class TRECSetup
- java.lang.Object
-
- org.terrier.applications.batchquerying.TRECSetup
-
public class TRECSetup extends java.lang.Object
This method is for setting the correct file and directory names in the files etc/collection.spec, etc/terrier.properties, etc. terrier.properties.- Author:
- Vassilis Plachouras
-
-
Constructor Summary
Constructors Constructor Description TRECSetup()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Starts the application.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Starts the application. It takes arguments. The first is the directory in which the file README is (it is assumed that the program java is executed from this directory) and the second is a directory that contains the files to be indexed.- Parameters:
args
- an array of command-line arguments
-
-