KOSASIH / pi-nexus-autonomous-banking-network

Missing module/function docstring PY-D0003
Documentation
Minor
1 occurrence in this check
 6    def __init__(self):
 7        self.sia = SentimentIntensityAnalyzer()
 8
 9    def analyze(self, text):10        return self.sia.polarity_scores(text)