added train.json

This commit is contained in:
2026-04-01 11:39:20 -04:00
parent b12bfa4287
commit 5d4ec549c0
3 changed files with 12 additions and 0 deletions

12
TextBlob/train.json Normal file
View File

@@ -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"}
]