org.eml.sir.util
Class Constant

java.lang.Object
  extended byorg.eml.sir.util.Constant

public abstract class Constant
extends java.lang.Object

Constants for the SIR project.

Author:
Hendrik Niederlich (EML-R)

Field Summary
static char ADJECTIVE
          Part-of-speech constant.
static char ADVERB
          Part-of-speech constant.
static char ANY_POS
          Part-of-speech constant.
static java.lang.String baCorpusPath
          Home path of the BA corpus as plain text.
static java.lang.String discourseStopWordsFile
          Path to the stopwords source used by GermanAnalyzer in org.eml.sir.appl.retr.IndexGen.
static java.lang.String documentsPath
          Path to the information retrieval documents in MMAX2 format.
static java.lang.String dwdsPath
          Path to the glosses source of LeskComparator.
static java.lang.String FILE_SEPARATOR
           
static java.lang.String gnXmlPath
          Home path of the GermaNet XML Files.
static java.lang.String googleKey
          Google API key.
static java.lang.String icmPath
          Path to the directory where informations concerning information content maps shall be placed.
static java.lang.String indexDir
          Path to the Lucene IR index info directory.
static java.lang.String indexInfoDir
          Path to the Lucene IR index directory.
static java.lang.String LINE_SEPARATOR
           
static java.lang.String nameProfessionMapFile
          Path to the file name -> profession name map.
static char NOUN
          Part-of-speech constant.
static char NOUN_VERB
          Part-of-speech constant.
static char NOUN_VERB_ADJ_ADV
          Part-of-speech constant.
static java.lang.String PATH_SEPARATOR
           
static java.lang.String sflPath
          Path to the directory where frequency lists shall be placed.
static java.lang.String sirHomeDirectory
          Home path of the SIR project.
static java.lang.String smesImageFile
          Path to the image file of SMES.
static java.lang.String stopWordsFile
          Path to the stopwords source used by the LeskComparator.
static java.lang.String tazCorpusFile
          Home path of the frequency list based on the count of the TAZ corpus.
static java.lang.String testCorpusPath
          Home path of a test corpus.
static java.lang.String treeTaggerPath
          Home path of the TreeTagger.
static char UNDEF_POS
          Part-of-speech constant.
static java.lang.String validPath
          Home path of the validation results.
static char VERB
          Part-of-speech constant.
static java.lang.String wflPath
          Path to the directory where frequency lists shall be placed.
 
Constructor Summary
Constant()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_SEPARATOR

public static final java.lang.String LINE_SEPARATOR

FILE_SEPARATOR

public static final java.lang.String FILE_SEPARATOR

PATH_SEPARATOR

public static final java.lang.String PATH_SEPARATOR

UNDEF_POS

public static final char UNDEF_POS
Part-of-speech constant.

See Also:
Constant Field Values

NOUN

public static final char NOUN
Part-of-speech constant.

See Also:
Constant Field Values

VERB

public static final char VERB
Part-of-speech constant.

See Also:
Constant Field Values

ADJECTIVE

public static final char ADJECTIVE
Part-of-speech constant.

See Also:
Constant Field Values

ANY_POS

public static final char ANY_POS
Part-of-speech constant.

See Also:
Constant Field Values

ADVERB

public static final char ADVERB
Part-of-speech constant. This one can only be used by instances of the classes SirDiscourse and QueryGenerator.

See Also:
Constant Field Values

NOUN_VERB

public static final char NOUN_VERB
Part-of-speech constant. This one can only be used by instances of the classes SirDiscourse and QueryGenerator.

See Also:
Constant Field Values

NOUN_VERB_ADJ_ADV

public static final char NOUN_VERB_ADJ_ADV
Part-of-speech constant. This one can only be used by instances of the classes SirDiscourse and QueryGenerator.

See Also:
Constant Field Values

googleKey

public static final java.lang.String googleKey
Google API key. Use your own, please.

See Also:
Constant Field Values

sirHomeDirectory

public static final java.lang.String sirHomeDirectory
Home path of the SIR project.


treeTaggerPath

public static final java.lang.String treeTaggerPath
Home path of the TreeTagger.


smesImageFile

public static final java.lang.String smesImageFile
Path to the image file of SMES.


gnXmlPath

public static final java.lang.String gnXmlPath
Home path of the GermaNet XML Files.


wflPath

public static final java.lang.String wflPath
Path to the directory where frequency lists shall be placed.


sflPath

public static final java.lang.String sflPath
Path to the directory where frequency lists shall be placed.


icmPath

public static final java.lang.String icmPath
Path to the directory where informations concerning information content maps shall be placed.


validPath

public static final java.lang.String validPath
Home path of the validation results.


testCorpusPath

public static final java.lang.String testCorpusPath
Home path of a test corpus.


tazCorpusFile

public static final java.lang.String tazCorpusFile
Home path of the frequency list based on the count of the TAZ corpus.


baCorpusPath

public static final java.lang.String baCorpusPath
Home path of the BA corpus as plain text.


dwdsPath

public static final java.lang.String dwdsPath
Path to the glosses source of LeskComparator.


stopWordsFile

public static final java.lang.String stopWordsFile
Path to the stopwords source used by the LeskComparator.


documentsPath

public static final java.lang.String documentsPath
Path to the information retrieval documents in MMAX2 format.


nameProfessionMapFile

public static final java.lang.String nameProfessionMapFile
Path to the file name -> profession name map.


indexDir

public static final java.lang.String indexDir
Path to the Lucene IR index info directory.


indexInfoDir

public static final java.lang.String indexInfoDir
Path to the Lucene IR index directory.


discourseStopWordsFile

public static final java.lang.String discourseStopWordsFile
Path to the stopwords source used by GermanAnalyzer in org.eml.sir.appl.retr.IndexGen.

Constructor Detail

Constant

public Constant()