7 lines
No EOL
219 B
Python
Executable file
7 lines
No EOL
219 B
Python
Executable file
from obsei.analyzer.sentiment_analyzer import VaderSentimentAnalyzer
|
|
|
|
# Vader does not need any configuration settings
|
|
analyzer_config=None
|
|
|
|
# initialize vader sentiment analyzer
|
|
text_analyzer = VaderSentimentAnalyzer() |