Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom De Smedt committed Sep 12, 2014
1 parent 6417d13 commit 6a55b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_nl.py
Expand Up @@ -255,9 +255,9 @@ def test_sentiment(self):
A, P, R, F = test(lambda review: nl.positive(review), reviews)
#print A, P, R, F
self.assertTrue(A > 0.815)
self.assertTrue(P > 0.788)
self.assertTrue(P > 0.787)
self.assertTrue(R > 0.863)
self.assertTrue(F > 0.824)
self.assertTrue(F > 0.823)
print "pattern.nl.sentiment()"

#---------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 6a55b2f

Please sign in to comment.