From 4887c03420b5585294b282f4e3e8b6f7a8ee2637 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 1 Apr 2026 11:39:35 -0400 Subject: [PATCH] added test.json --- TextBlob/test.json | 6 ++++++ 1 file changed, 6 insertions(+) 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