summaryrefslogtreecommitdiff
path: root/src/main/FarmShell.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/FarmShell.java')
-rw-r--r--src/main/FarmShell.java12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/main/FarmShell.java b/src/main/FarmShell.java
index 6bf350e..9342d0b 100644
--- a/src/main/FarmShell.java
+++ b/src/main/FarmShell.java
@@ -140,6 +140,12 @@ public class FarmShell {
case disco:
getAnalyzor().disco(params[0]);
break;
+ case posneg:
+ getAnalyzor().posNeg(params[0]);
+ break;
+ case newsspread:
+ getAnalyzor().newsSpread(params[0]);
+ break;
case getBrands:
getAnalyzor().getBrands();
break;
@@ -171,10 +177,12 @@ public class FarmShell {
filterbots("marks all users as bot or not", 1),
sentiment("analyzes all tweets on brand positivity (optional arg: tweet/brand selection query)"),
- wordcloud("makes a wordcloud of the text of the tweets", 1),
+ wordcloud("makes a csv for a wordcloud of the text of the tweets", 1),
getBrands("fills the database with the brands of a tweet"),
- timezone("makes a map per brand for the users", 1),
+ timezone("makes a csv ", 1),
disco("makes a outputfile for disco", 1),
+ posneg("makes a csv for a histogram for positive or negative tweets", 1),
+ newsspread("makes a csv for disco to show a news spread process", 1),
exit("Returns to shell"),
help("Get help");