comirva.web.indexing
Class TermWeighting_Lucene

java.lang.Object
  extended by comirva.web.indexing.TermWeighting_Lucene

public class TermWeighting_Lucene
extends Object

Based on a lucene-Index, extract term weights (TF, DF, and IDF) and write to file.


Field Summary
protected static File ARTIST_FILE
           
protected static BufferedWriter BW
           
protected static File INDEX_DIR
           
protected static File OUTPUT_DIR
           
 
Constructor Summary
TermWeighting_Lucene()
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEX_DIR

protected static final File INDEX_DIR

OUTPUT_DIR

protected static final File OUTPUT_DIR

ARTIST_FILE

protected static final File ARTIST_FILE

BW

protected static BufferedWriter BW
Constructor Detail

TermWeighting_Lucene

public TermWeighting_Lucene()
Method Detail

run

public void run()

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception