Commit eb3773e12a5acd9b3301c63acf0e3faaa6146afd

Authored by Jean-François Rey
1 parent 52d318a618
Exists in master

do not install scoring tools (still in dev)

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -38,7 +38,7 @@
38 38 PASS2=1 # Second and Third Pass
39 39 CONFPASS=1 # Confidence Pass
40 40 EXPLOITCONFPASS=1 # SOLR query and trigg
41   -SCORING=1 # Compile scoring tools (crf++)
  41 +SCORING=0 # Compile scoring tools (crf++)
42 42  
43 43 echo -e "\nWill do install for :"
44 44 if [ $PASS1 -eq 1 ];then echo "- Pass 1";fi