The goal of this project is to automatically determine whether the comments are positive or negative based on the comments provided by users through an algorithm. For example, given a user's review:
The goal of this project is to automatically determine whether the comments are positive or negative based on the comments provided by users through an algorithm.
For example:
Comment 1: "I love this appliance, I've had it for 3 months and it's not a problem!"
Comment 2: "The things I sold from this Taobao store started to break down within a week. I strongly recommend not buying them. It's a real waste of money."
Of these two comments, the first is clearly positive and the second is negative. I want to build an AI algorithm that can automatically tell if a review is positive or negative.
Of these two comments, the first is clearly positive and the second is negative.
I want to build an AI algorithm that can automatically tell if a review is positive or negative.
Sentiment analysis is a classic problem in text processing. The whole system generally consists of several modules: