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.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/FarmShell.java b/src/main/FarmShell.java
index 1266fd3..8fc515a 100644
--- a/src/main/FarmShell.java
+++ b/src/main/FarmShell.java
@@ -130,6 +130,8 @@ public class FarmShell {
case wordcloud:
getAnalyzor().makeWordCloud(params[0]);
break;
+ case timezone:
+ getAnalyzor().timezone(params[0]);
case disco:
getAnalyzor().disco(params[0]);
break;
@@ -166,7 +168,8 @@ public class FarmShell {
sentiment("analyzes all tweets on positivity (about a brand)", 1),
wordcloud("makes a wordcloud of the text of the tweets", 1),
getBrands("fills the database with the brands of a tweet"),
- disco("makes a outputfile for disco",1),
+ timezone("makes a map per brand for the users", 1),
+ disco("makes a outputfile for disco", 1),
exit("Returns to shell"),
help("Get help");