Positive
${state.analysis.percentages.positive.toFixed(1)}%Negative
${state.analysis.percentages.negative.toFixed(1)}%| Product | Review Snippet | Sentiment |
|---|---|---|
| ${r.product} | ${r.review.substring(0, 50)}... | ${r.sentiment} |
Positive
${state.analysis.percentages.positive.toFixed(1)}%Negative
${state.analysis.percentages.negative.toFixed(1)}%| Product | Review Snippet | Sentiment |
|---|---|---|
| ${r.product} | ${r.review.substring(0, 50)}... | ${r.sentiment} |