run.py 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 from content import GetData from GetTopic import GetWordCloud from SentimentAnalyzer import StartSentimentAnalysis if __name__ == '__main__': GetData() GetWordCloud() StartSentimentAnalysis()