senticounter python scritpt 1
Write a script called senticounter.py. Define a function run() inside senticounter.py. The function should: – Accept as a parameter the path to a text file. The text file has one review per line. – Read the list of negative words from the negative-words.txt file. – Create a dictionary that includes one key for each negative […]
