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.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/FarmShell.java b/src/main/FarmShell.java
index 044d3d3..1266fd3 100644
--- a/src/main/FarmShell.java
+++ b/src/main/FarmShell.java
@@ -133,6 +133,9 @@ public class FarmShell {
case disco:
getAnalyzor().disco(params[0]);
break;
+ case getBrands:
+ getAnalyzor().getBrands();
+ break;
case help:
for (String line : HELP) {
System.out.println(line);
@@ -162,6 +165,7 @@ public class FarmShell {
filterbots("marks all users as bot or not", 1),
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),
exit("Returns to shell"),
help("Get help");