comirva.web.ie.countryoforigin
Class CountryOfOriginDeterminer_Lucene

java.lang.Object
  extended by comirva.web.ie.countryoforigin.CountryOfOriginDeterminer_Lucene

public class CountryOfOriginDeterminer_Lucene
extends Object

Wertet mittels Lucene erzeugten Index aus.


Field Summary
protected static BufferedWriter BW
           
protected static File TERMS_FILE
           
static boolean USE_SYNONYMS
           
 
Constructor Summary
CountryOfOriginDeterminer_Lucene()
           
 
Method Summary
static String escapeSpecialChars(String s)
           
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

USE_SYNONYMS

public static boolean USE_SYNONYMS

TERMS_FILE

protected static final File TERMS_FILE

BW

protected static BufferedWriter BW
Constructor Detail

CountryOfOriginDeterminer_Lucene

public CountryOfOriginDeterminer_Lucene()
Method Detail

run

public void run()

escapeSpecialChars

public static String escapeSpecialChars(String s)

main

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