NLP - Sentiment Analysis Advanced
Identify the error in the following code snippet using VADER and how to fix it:
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
analyzer = SentimentIntensityAnalyzer
scores = analyzer.polarity_scores('This is great!')