diff --git a/TextBlob/test.json b/TextBlob/test.json index e69de29..7cda0bb 100644 --- a/TextBlob/test.json +++ b/TextBlob/test.json @@ -0,0 +1,6 @@ +[ + {"text": "The beer was good.", "label": "pos"}, + {"text": "I do not enjoy my job", "label": "neg"}, + {"text": "I feel amazing!", "label": "pos"}, + {"text": "I am very tired", "label": "neg"} +] \ No newline at end of file