added train.json
This commit is contained in:
12
TextBlob/train.json
Normal file
12
TextBlob/train.json
Normal 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"}
|
||||
]
|
||||
Reference in New Issue
Block a user