Commit 06520e7fc1138ada9e514c3c7e7e3922264de519

Authored by Jean-François Rey
1 parent 160656fdfc
Exists in master

update

Showing 2 changed files with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -37,6 +37,7 @@
37 37 To disable lexicon adaption using SOLR DB put EXPLOITCONFPASS to 0 (mainly the 290 Go).
38 38 To disable confidence measure put CONFPASS to 0.
39 39 To disable second and third pass put PASS2 to 0.
  40 +To disable Scoring compilation tools put SCORING to 0.
40 41  
41 42 If your login name differ from your nyx login name, edit install.sh and change the username variable to your nyx login name.
42 43  
... ... @@ -91,6 +92,7 @@
91 92 |-> SecondPass.sh
92 93 |-> ThirdPass.sh
93 94 |-> tools/ # Tools
  95 + |-> CRF++-0.58.tar.gz
94 96 |-> lia_ltbox/
95 97 |-> PACKAGE_MESURES_V1.0/
96 98 |-> QUOTE_FINDER/
... ... @@ -278,6 +278,7 @@
278 278 #echo "export LIA_TAGG=$OTMEDIA_HOME/tools/lia_ltbox/lia_tagg/" >> ~/.bashrc
279 279 #echo "export LIA_PHON_REP=$OTMEDIA_HOME/tools/lia_ltbox/lia_phon/" >> ~/.bashrc
280 280 #echo "export LIA_BIGLEX=$OTMEDIA_HOME/tools/lia_ltbox/lia_biglex/" >> ~/.bashrc
  281 +#echo "export LIA_NE=$OTMEDIA_HOME/tools/lia_ltbox/lia_ne_v2.2" >> ~/.bashrc
281 282  
282 283 # set global configuration file
283 284 echo "OTMEDIA_HOME=\"$PWD\"" > $OTMEDIA_HOME/cfg/main_cfg.cfg