|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthyspirit.application.indexing.MDSTools
public class MDSTools
Created on 19-Oct-2005 16:18:49
| Constructor Summary | |
|---|---|
MDSTools()
|
|
| Method Summary | |
|---|---|
static void |
convertDoctermToIDF(java.lang.String doctermFile,
java.lang.String idfFile,
java.lang.String idfNorm,
boolean optimisedStream)
Reads an mds file which is supposed to contain document-term relations. |
static void |
main(java.lang.String[] args)
Some nifty tools for operations on MDS files |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MDSTools()
| Method Detail |
|---|
public static void convertDoctermToIDF(java.lang.String doctermFile,
java.lang.String idfFile,
java.lang.String idfNorm,
boolean optimisedStream)
doctermFile - absolute name of the docterm fileidfFile - absolute name of the idf fileidfNorm - "max_idf" or "sum_idf"optimisedStream - says if a stream is optimised or notpublic static void main(java.lang.String[] args)
args -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||