Skip to content

Commit

Permalink
spell police
Browse files Browse the repository at this point in the history
  • Loading branch information
jlherzberg committed Nov 6, 2019
1 parent f4c2e36 commit ec0bade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tagnews/senteval/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def process_google_result(text):
class SentimentGoogler:
def __init__(self):
self.client = self.connect_to_client()
self.polce_words = police_words
self.police_words = police_words

def run(self, doc_text):
sentiment_ = self.call_api(doc_text)
Expand Down

0 comments on commit ec0bade

Please sign in to comment.