From 306a8f7211f793a4071f8bec52e3d8eb476fe103 Mon Sep 17 00:00:00 2001 From: wea_ondara Date: Thu, 26 Dec 2019 12:12:42 +0100 Subject: [PATCH] wip --- run.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index 16fb6c5..9ced13e 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,6 @@ -python3 analyze_batch.py $1 -python3 calctoxdiff.py $1 -python3 posthist.py $1 +python3 sentiments.py $1 +python3 analyze_batch.py $1 $2 +python3 calctoxdiff.py $1 $2 +python3 posthist.py $1 $2 +python3 its.py $1 $2