1º Prompt:
Traduza o texto entre """ a seguir:
"""Resenha 1: I use the air fryer a lot. It works very well. I made hamburgers in it last night, the were wonderful! The rack you put the food on is a little hard to clean. It has lots of crevices that food gets in. The basket itself is very easy to clean. I also do not trust the rack not to fall out when dumping out food, like French fries.
Resenha 2: Air fryer works fine until the handle breaks off. There's only 3 screws that attach the handle to a plastic piece on the basket. The plastic piece breaks and the screws fall out so there's no way to attach the handle to the basket rendering the air fryer useless. If there were 4 screws or if the screws attached to metal the handle attachment would have been much more secure and less prone to breaking.
Resenha 3: Even though I returned it for the bigger one of the same company I liked the fryer. Ferry ez to use But hard to judge. Seafood button isn't fish and it was a guessing game how to cook the product. I way over cooked it and the chicken legs came out crispy, but the other side was raw. But, this is my first time using an air fryer so maybe it's me. Very sleek on the counter buttons light up real nice. I made tater tots and let me tell you they came out perfect and stayed hot. I like it so much that I returned this one and got the same company Bigger one. But I had to buy it from the place itself not from Amazon and I don't lie that at all. Hope this review helps."""
2º Prompt:
Agora, destaque os seguintes pontos em cada resenha:
ID da resenha Resumo Lista de pontos fortes Lista de pontos fracos Sentimento - "positivo"; "negativo"; "misto" ou "neutro"
3º Prompt:
De acordo com os resultados obtidos, transforme essas informações em um formato de saída JSON.
Resultado Final:
[ { "id": 1, "resumo": "A usuária relata uso frequente da air fryer, elogia o desempenho e facilidade de limpeza do cesto, mas aponta dificuldade com a grade e preocupação com a segurança ao despejar alimentos.", "pontos_fortes": [ "Funciona muito bem", "Hambúrgueres ficaram maravilhosos", "Cesto é muito fácil de limpar" ], "pontos_fracos": [ "Grade difícil de limpar (tem muitos cantinhos)", "Preocupação com a grade cair ao despejar alimentos" ], "sentimento": "misto" }, { "id": 2, "resumo": "A air fryer funcionou bem até o cabo quebrar, o que inutilizou o aparelho. A crítica é voltada à fragilidade do design da alça.", "pontos_fortes": [ "Funciona bem inicialmente" ], "pontos_fracos": [ "Cabo preso com apenas 3 parafusos", "Peça de plástico frágil", "Design inseguro que compromete o uso do aparelho" ], "sentimento": "negativo" }, { "id": 3, "resumo": "Mesmo sendo a primeira experiência com air fryer, a usuária gostou do produto e o trocou por um modelo maior da mesma marca. Relata dificuldades de uso com botões específicos, mas elogia os resultados com certos alimentos e o design.", "pontos_fortes": [ "Fácil de usar", "Design bonito e moderno", "Tater tots ficaram perfeitos e quentinhos", "Gostou tanto que comprou o modelo maior da mesma marca" ], "pontos_fracos": [ "Botão de frutos do mar confuso", "Dificuldade em julgar o tempo de cozimento", "Resultado inconsistente com frango (um lado cru)", "Não gostou de ter que comprar fora da Amazon" ], "sentimento": "misto" } ]