Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
removed print() statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Youngblood committed Oct 6, 2015
1 parent a04750b commit 2bcd0a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion topik/tests/test_tokenizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def test_collocations_tokenizer(self):
min_trigram_freq=2)
_, text = next(iter(raw_data))
doc_tokens = tokenizer_methods["collocation"](text, bigrams_patterns=bigrams, trigrams_patterns=trigrams)
print(doc_tokens)
self.assertEqual(doc_tokens, self.solution_collocations_tokenizer_test_data_json_stream)

def test_entities_tokenizer_json_stream(self):
Expand Down

0 comments on commit 2bcd0a2

Please sign in to comment.