Skip to content

Commit

Permalink
OK
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyeBright committed May 25, 2018
1 parent b1d0e8a commit e4c53b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SA.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ def sa_score(self, dictionary_tagged_sentence):
Score = SentimentScore.sa_score(dict_tagged_sentences)


# print(SplittedSentences)
# print(POS)
# print(Adjust)
# print(dict_tagged_sentences)
print(SplittedSentences)
print(POS)
print(Adjust)
print(dict_tagged_sentences)

print("..... Sentiment Analysing .....")
print(Score)

0 comments on commit e4c53b5

Please sign in to comment.