summaryrefslogtreecommitdiff
path: root/src/main/Analyzor.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Analyzor.java')
-rw-r--r--src/main/Analyzor.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/Analyzor.java b/src/main/Analyzor.java
new file mode 100644
index 0000000..73acd64
--- /dev/null
+++ b/src/main/Analyzor.java
@@ -0,0 +1,17 @@
+/*
+ * To change this license header, choose License Headers in Project Properties.
+ * To change this template file, choose Tools | Templates
+ * and open the template in the editor.
+ */
+
+package main;
+
+/**
+ *
+ * @author s123188
+ */
+public class Analyzor {
+ //TODO: make botfilter
+
+ //TODO: make sentiment analysis
+}