From 06520e7fc1138ada9e514c3c7e7e3922264de519 Mon Sep 17 00:00:00 2001 From: rey jean-Francois Date: Tue, 13 Aug 2013 16:50:42 +0200 Subject: [PATCH] update --- INSTALL | 2 ++ install.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/INSTALL b/INSTALL index 5ce8e0e..13a5316 100644 --- a/INSTALL +++ b/INSTALL @@ -37,6 +37,7 @@ You can modifiy behavior by editing install.sh : To disable lexicon adaption using SOLR DB put EXPLOITCONFPASS to 0 (mainly the 290 Go). To disable confidence measure put CONFPASS to 0. To disable second and third pass put PASS2 to 0. +To disable Scoring compilation tools put SCORING to 0. If your login name differ from your nyx login name, edit install.sh and change the username variable to your nyx login name. @@ -91,6 +92,7 @@ OTMEDIA_HOME |-> SecondPass.sh |-> ThirdPass.sh |-> tools/ # Tools + |-> CRF++-0.58.tar.gz |-> lia_ltbox/ |-> PACKAGE_MESURES_V1.0/ |-> QUOTE_FINDER/ diff --git a/install.sh b/install.sh index c8fa546..9149834 100755 --- a/install.sh +++ b/install.sh @@ -278,6 +278,7 @@ echo "export SRILM_BIN=$SRILM/bin/$MACHINE_TYPE" >> ~/.bashrc #echo "export LIA_TAGG=$OTMEDIA_HOME/tools/lia_ltbox/lia_tagg/" >> ~/.bashrc #echo "export LIA_PHON_REP=$OTMEDIA_HOME/tools/lia_ltbox/lia_phon/" >> ~/.bashrc #echo "export LIA_BIGLEX=$OTMEDIA_HOME/tools/lia_ltbox/lia_biglex/" >> ~/.bashrc +#echo "export LIA_NE=$OTMEDIA_HOME/tools/lia_ltbox/lia_ne_v2.2" >> ~/.bashrc # set global configuration file echo "OTMEDIA_HOME=\"$PWD\"" > $OTMEDIA_HOME/cfg/main_cfg.cfg -- 1.8.2.3