www.pudn.com > egothor-daily-cvssnapshot.zip > INIT
#!/bin/sh
export EGOTHOR_HOME=../..
for i in $EGOTHOR_HOME/lib/*.jar $EGOTHOR_HOME/tmp/dist/*.jar
do
export CLASSPATH=$CLASSPATH:$i
done
echo $CLASSPATH
# comment out if you want to remove czech diacritics
export CSDIA=-csdia
# comment out if you want an index with snippets
export SNIPPET=-snippet
# comment out if you want to store semantics information for Seneca (obsolete)
#export SEM="-semantics sem.log"
# comment out if you want to use a stemmer table as default
#export STEMMER=-Ddefault.stem=../var/us_uk.comp