diff --git a/TextBlob/test.json b/TextBlob/test.json new file mode 100644 index 0000000..e69de29 diff --git a/TextBlob/text_classifier.py b/TextBlob/text_classifier.py new file mode 100644 index 0000000..e69de29 diff --git a/TextBlob/train.json b/TextBlob/train.json new file mode 100644 index 0000000..f6a3bbc --- /dev/null +++ b/TextBlob/train.json @@ -0,0 +1,12 @@ +[ + {"text": "I love this sandwich.", "label": "pos"}, + {"text": "This is an amazing place!", "label": "pos"}, + {"text": "I feel very good about these beers.", "label": "pos"}, + {"text": "This is my best work.", "label": "pos"}, + {"text": "What an awesome view", "label": "pos"}, + {"text": "I do not like this restaurant", "label": "neg"}, + {"text": "I am tired of this stuff.", "label": "neg"}, + {"text": "I can't deal with this", "label": "neg"}, + {"text": "He is my sworn enemy!", "label": "neg"}, + {"text": "My boss is horrible.", "label": "neg"} +] \ No newline at end of file