NLP - Sentiment Analysis Advanced
Find the error in this aspect sentiment extraction code:
aspects = {"sound": "positive", "battery": "neutral"}
print(aspects.get("sound"))
print(aspects.get("screen"))