|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.cache.apps.QdfCounter
public class QdfCounter
Console application that computes query/document term frequencies of a tanker.
Constructor Summary | |
---|---|
QdfCounter()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Prints to the console computed query/document term frequencies. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QdfCounter()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.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 arguments
java.lang.Exception
- when a problem occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |