KOSASIH / pi-nexus-autonomous-banking-network

Missing class docstring PY-D0002
Documentation
Minor
1 occurrence in this check
 2from nltk.sentiment import SentimentIntensityAnalyzer
 3
 4
 5class SentimentAnalyzer: 6    def __init__(self):
 7        self.sia = SentimentIntensityAnalyzer()
 8