|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.util.Constant
Constants for the SIR project.
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 |
public static final java.lang.String LINE_SEPARATOR
public static final java.lang.String FILE_SEPARATOR
public static final java.lang.String PATH_SEPARATOR
public static final char UNDEF_POS
public static final char NOUN
public static final char VERB
public static final char ADJECTIVE
public static final char ANY_POS
public static final char ADVERB
public static final char NOUN_VERB
public static final char NOUN_VERB_ADJ_ADV
public static final java.lang.String googleKey
public static final java.lang.String sirHomeDirectory
public static final java.lang.String treeTaggerPath
public static final java.lang.String smesImageFile
public static final java.lang.String gnXmlPath
public static final java.lang.String wflPath
public static final java.lang.String sflPath
public static final java.lang.String icmPath
public static final java.lang.String validPath
public static final java.lang.String testCorpusPath
public static final java.lang.String tazCorpusFile
public static final java.lang.String baCorpusPath
public static final java.lang.String dwdsPath
public static final java.lang.String stopWordsFile
public static final java.lang.String documentsPath
public static final java.lang.String nameProfessionMapFile
public static final java.lang.String indexDir
public static final java.lang.String indexInfoDir
public static final java.lang.String discourseStopWordsFile
Constructor Detail |
public Constant()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |