Text Classification

Implement a basic sentiment analysis classifier

Instructions

1. Analyze the given text input

2. Classify the sentiment as positive, negative, or neutral

3. Provide explanation for your classification

4. Test your implementation with different examples

Your Implementation
Write your solution below
Test Cases

Test Case 1

Input: I love this product, it's fantastic!

Expected: Positive

Not Run

Test Case 2

Input: This service is terrible, would not recommend.

Expected: Negative

Not Run

Stuck? Get Help

Check out the resources or ask for help in our community forum.