diff --git a/data/reviews.json b/data/reviews.json new file mode 100644 index 0000000..14956b1 --- /dev/null +++ b/data/reviews.json @@ -0,0 +1,27 @@ +[ + { + "id": 1, + "text": "外卖小哥送得超快,餐盒还是热的,炸鸡酥脆多汁,酸辣粉也很正宗,分量足,五星好评!", + "sentiment": "正面" + }, + { + "id": 2, + "text": "等了一个半小时才送到,汤全洒了,面坨成一坨,联系客服也不回,太让人失望了。", + "sentiment": "负面" + }, + { + "id": 3, + "text": "奶茶是用料很扎实的现煮茶,珍珠Q弹有嚼劲,配送员态度也好,下次还会再点。", + "sentiment": "正面" + }, + { + "id": 4, + "text": "配送速度一般,但披萨味道不错,芝士拉丝效果好,性价比高,值得推荐。", + "sentiment": "正面" + }, + { + "id": 5, + "text": "点的麻辣烫食材不新鲜,有股怪味,吃完拉肚子,商家推卸责任,再也不点了。", + "sentiment": "负面" + } +] \ No newline at end of file