Last updated 5 months ago
Was this helpful?
Available functions:
(text): Analyze the sentiment of the input text using NLTK's SentimentIntensityAnalyzer.
(text)
Analyze the sentiment of the input text using NLTK's SentimentIntensityAnalyzer.
Parameters: - `text` (str): The input text to be analyzed. Returns: - `float`: The sentiment score ranging from -1 (negative) to 1 (positive).
analyze_sentiment