public class QdfCounter extends Object
Constructor and Description |
---|
QdfCounter() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Prints to the console computed query/document term frequencies.
|
public static void main(String[] args) throws Exception
Input data file should have a format of tab separated fields of query term frequency and term.
Output to the console has a format of tab separated fields of query/document term frequency, query frequency, document frequency and term.
args
- the command line argumentsException
- when a problem occurredCopyright © 2016 Egothor. All Rights Reserved.