Files
DCS-211/TextBlob/train.json
2026-04-01 11:39:20 -04:00

12 lines
581 B
JSON

[
{"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"}
]