Vou apresentar logo abaixo 3 resenhas de um produto delimitados por aspas duplas, de uma empresa que quer entender a opinião de seus consumidores.
"""
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.
"""
Para cada uma das resenhas voce executará as seguintes ações:
1 - Traduzir para o português e criar um resumo com limite máximo de 30 palavras
2 - Para cada resumo voce vai criar uma lista com os pontos fortes do produto, uma outra lista com pontos fracos desse produtos e uma classificação do sentimento em relação ao produto baseado nas seguintes opções: positivo, neutro ou negativo
Depois que executar essas ações gere uma saída em formato JSON contendo 5 chaves:
- um ID para cada resumo
- o resumo em si
- a lista de pontos fortes
- a lista de pontos fracos
- o sentimento
[
{
"id": 1,
"resumo": "Air fryer eficiente e com bons resultados no preparo. Fácil de limpar externamente, mas a grade acumula resíduos e gera preocupação ao retirar alimentos.",
"pontos_fortes": [
"Bom desempenho no preparo dos alimentos",
"Hambúrgueres ficaram muito bons",
"Cesto fácil de limpar",
"Uso frequente sem problemas de funcionamento"
],
"pontos_fracos": [
"Grade difícil de limpar",
"Muitas frestas acumulam resíduos de comida",
"Insegurança quanto à fixação da grade ao despejar alimentos"
],
"sentimento": "positivo"
},
{
"id": 2,
"resumo": "O aparelho funciona bem inicialmente, mas a quebra da alça compromete totalmente o uso. Problema estrutural torna o produto pouco confiável.",
"pontos_fortes": [
"Funcionamento adequado enquanto íntegro"
],
"pontos_fracos": [
"Alça quebra facilmente",
"Peça plástica da fixação é frágil",
"Parafusos se soltam após a quebra",
"Produto torna-se inutilizável",
"Projeto estrutural considerado inadequado"
],
"sentimento": "negativo"
},
{
"id": 3,
"resumo": "Produto bonito e fácil de usar, com bons resultados em alguns alimentos. Porém, instruções confusas dificultam o preparo correto de diferentes receitas.",
"pontos_fortes": [
"Design moderno e elegante",
"Fácil de usar",
"Botões iluminados",
"Batatas ficaram perfeitas",
"Mantém os alimentos aquecidos",
"Satisfação suficiente para comprar um modelo maior"
],
"pontos_fracos": [
"Configurações pouco claras",
"Dificuldade em determinar tempos de preparo",
"Alimentos podem cozinhar de forma desigual",
"Necessidade de tentativa e erro para algumas receitas",
"Insatisfação com a disponibilidade do modelo maior"
],
"sentimento": "positivo"
}
]